Hi, everybody!
While we're at it--talking about the 'CREATE TABLE........', I like to ask you 
all, if there is a way to delete a row (one at a time) from the result set?
Scenario:
Query the database table to get the result set:
$Query = "SELECT * FROM $Tablename";
$Result = mysql_query($Query);  //Returns the result set
if (mysql_num_rows($Result) == 1)    //if row I'm looking for is found
   {
    //Found, and right here, I want to delete this row
  }
Can anyone help?
Thanks!
Paul
 
 
_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to