Eric Holmstrom <mailto:[EMAIL PROTECTED]> on Monday, December 08, 2003 3:06 PM said:
> How do i make it so if i type > http://localhost/test.php?partno=5r&description=copper $partno = $_GET['partno']; $description = $_GET['description']; $sql = " SELECT partno , description , comment FROM Eric WHERE partno = '$partno' AND description = '$description' "; // execute your sql query HTH, Chris. -- Don't like reformatting your Outlook replies? Now there's relief! http://home.in.tum.de/~jain/software/outlook-quotefix/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php