Problem: URL Encoded Parameters

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I've found it very useful to put PHP parameters after the ? in URLs, and
then access it with it's name in the next page.
e.g.
file.php?param=true&param2=hello

Then in file.php:
echo $param . "\n";
echo $param2 . "\n";

Here's my problem:
this seems to only work on Linux systems, because whenever I try it on a
Windows machine I get nothing. It's as if the URL just said file.php

How do I fix this?


 - Patrick

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux