|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
Thumbnails in PHP tutorial
I've walked through this tutorial and gotten it to display the image not found black box. But I've no Idea how to tell the script what image to make a thumbnail out of. I see this in the code:
I know this is where the script determines what the filename is but how do I send that to the script via the $_SERVER['QUERY_STRING']? |
|
#2
|
|||
|
|||
|
RE: Thumbnails in PHP tutorial
The query string is the portion of a URL that appears after the '?'.
For example, in the URL http://www.yahoo.com?THISISTHEQUERYSTRING, as made clear, the text 'THISISTHEQUERYSTRING' is what the value of the variable accessed by $_SERVER['QUERY_STRING']. So, when you access the script via a webpage, just add '?pathtofilename' into the URL. |
|
#3
|
|||
|
|||
|
RE: Thumbnails in PHP tutorial
Cool worked perfect
|
![]() |
| Viewing: Codewalkers Forums > Other > Tutorials > Thumbnails in PHP tutorial |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|