Jump to content

Best Way to Search a SQL File


scott botkins

Recommended Posts

pass the id value from the search form to another script that does this:

 

makes a database connection

selects the (right) database

executes an SQL query like SELECT * from table_name WHERE id = '$id'

retrieve the SQL result array

display the array values if any

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.