Posted: Mon Oct 08, 2007 9:14 am Post subject: PHP problem...?
I am using PHP to make a Full-Size Image display page. I'm not using any fancy PHP call up 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 <img src="<?php include ("something.php"); ?>"> 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 stuff is. I have discussed my PHP problem with a my friend who is working PHP programmer in a reputed web site design company . He said there must be a problem with syntax. I know the syntax is right, so no need to include that code. Anyone know what the problem is there?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum