View Single Post
  #3 (permalink)  
Old 2003-06-03, 07:13 PM
need's help
Guest
 
Posts: n/a
Default

thanks for the reply...

I just started messinf with php yesterday...

Anyhow -
Yes, its IIS my typo.
PHP 4.3.2 (newset one on the php.net site), I used the windows installer and had it automically configure with IIS.

register globals are on, I changed that in an attepmt to get it to work.

I tried what you have posted and it works great, it displays exactally what it sould.

The line that is being passed on is like this:

Code:
orechart.php3?cargo=120&tri=1&pye=4&mex=16&iso=64&nox=256&zdy=1024&meg=4096
Maybe this is where I am confused, but how would I go about getting that data into the variables in the script page?

Can't I just use the "$cargo = cargo" line?
Reply With Quote