I am using PHP to make a Full-Size Image display page. I'm not using any fancy PHP callup script because everything I have is integrated with SQL. I'm using SQL to just simply execute nothing but the URL of the image that is requested by using WHERE id= and then a GET command for "id" in the address bar.
Thus, in the end, how this would work is the script executes the URL of the image, and then I have on a separate php page, the tags for "> That would work right? And be since the something.php only executes the image URL?
I get the error that there was an unexpected { curly bracket in the area of my while($row) fetch blah blah blah stuff is. Anyone know what the problem is there? I know the syntax is right, so no need to include that code.
2007-01-10
06:12:30
·
2 answers
·
asked by
?
3
in
Computers & Internet
➔ Programming & Design