Reply to Re: PHP, MySQL, $_GET and If statement problem
Posted by mpar612 on 12/17/55 11:55
That was so easy. It worked. Thank you so much! I inserted a hidden
field in my form and printed the $_GET value hidden fields value. Then
I used $_POST to get the value of $isbn and ran that through the SQL
statement and it worked. Thanks again!