Problem Passing Variables
Posted by: sandra_madness (---.dialup.optusnet.com.au)
Date: October 29, 2007 04:10AM

Hi All,
Just installed WAMP 5_1.7.3 on a new MS Windows Vista machine and all seems to be OK but I am unable to pass variables from page to page. These will work on my XP Professional machine but not on this one.
I uninstalled and re-installed but to no avail.
I also uploaded the files to the web and they are OK, so it is just getting the variables to pass on the local server.
Thanks for the help in advance.
Andrew

Options: ReplyQuote
Re: Problem Passing Variables
Posted by: jw_k (---.net-you.de)
Date: October 29, 2007 01:23PM

use $_GET['expectedFromURI'] instead of $expectedFromURI
use $_POST['expectedFromFORM'] instead of $expectedFromFORM
in your scripts or whatever the vars are named.
You may want to read [de.php.net]

Options: ReplyQuote
Re: Problem Passing Variables
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: October 29, 2007 08:15PM

post your code please.


CyberSpatium
----------------------
WAMP English Forum Admin

I have WAMP5 working with (for development use only):
Windows Vista Ultimate x64 (64 bit)
Kaspersky Internet Security Suite 7.0.x
Spyware Terminater 2.x
CounterSpy 2.5.x


Need help? Check out my WAMP User Manual/Guide here!


Web Development for Newbie's Blog - Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.

Options: ReplyQuote


Sorry, only registered users may post in this forum.