Jump to content

[SOLVED] Very Small PHP / SQL Problem


grahamb314

Recommended Posts

I'm not exactly sure what you mean but:

 

// Retrieve all the data from the table
$result = mysql_query("SELECT * FROM table WHERE field = 'thistext' && field2 = 'thistext2' && field3 = 'thistext3'") 
or die(mysql_error()); 

// store the record of the table into $row          
$row= mysql_fetch_array( $result ); 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.