Microsoft
Software
Hardware
Network
Question : Image from a php, GD?
I have a php script, this script is linked as an image from html pages,
<img src="mypage.php" />
This php page run a sql query and after that need to show an image. I tried something like this, run the sql query and after that set the header location to the image, it redirects. As you can assume it dsnt work :D
How to show an image in my html document using this php file.
PS:- the php page dsnt need to generate an image, it just runs the query and then shows an image, this image needs to be like an image :) (can be set as src in html)
Answer : Image from a php, GD?
Here are three files implementing the php image tag. I just put the image return in the php file, you can add the database code above or below that.
Random Solutions
Two Sites Link Utilization
my phone number would accept
How can I convert a custom control that calls User32 and Shell32 to work on Mono?
how can i find all ILO boards on a network
Distinct on multiple columns
ORACLE SQL Stored procedure and Temporary Tables
IIS problem
LG LCD TV (55LH90) and bdvt11 home theatre system
Deploy Printers Using Windows 2008 R2 GPO to Windows XP Pro Clients and Removing all current printers
Rebind jquery event after simple ajax call