View Single Post
  #1 (permalink)  
Old 2006-05-03, 03:24 AM
MaudDib MaudDib is offline
Junior Member
 
Join Date: May 2006
Posts: 2
MaudDib is on a distinguished road
Default nedd help with the delete function

You may say i`m a beginer . well I am but still i would like some help please . i want to delete a row from a php form . the unique value is determinate by 2 number ( let-s say $id and $nr ) . the value from $id and $nr are sent from a previous form . ( i`m using $_GET for their actual values ) .
$int = "delete from administr where id =".$id ;works just fine , but i need to delete that one row witch matches $id and $nr .How ?
Reply With Quote
Sponsored Links