View Single Post
  #2  
Old 08-15-2006, 01:30 PM
49ers 49ers is offline
OSP Starters
 
Join Date: Jul 2006
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
49ers is on a distinguished road
Default

To actually make use of the form data, the method depends on whether you want to return the image alone to the browser or whether you want it contained in a proper web page.

If it's the former you can use $_GET or $_POST directly in a GD script as jojoba suggests. If it's the latter you can read the form input, put it in the src of your <img> tag as appropriately urlencode()d GET values, then read it from $_GET in the GD script. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  Webmaster Forums - View Single Post - form to image in PHP
View Single Post
  #2  
Old 08-15-2006, 01:30 PM
49ers 49ers is offline
OSP Starters
 
Join Date: Jul 2006
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
49ers is on a distinguished road
Default

To actually make use of the form data, the method depends on whether you want to return the image alone to the browser or whether you want it contained in a proper web page.

If it's the former you can use $_GET or $_POST directly in a GD script as jojoba suggests. If it's the latter you can read the form input, put it in the src of your <img> tag as appropriately urlencode()d GET values, then read it from $_GET in the GD script. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote