url variables not being recognized
Posted by: roba121 (---.127-70.tampabay.res.rr.com)
Date: February 14, 2007 03:44PM

HI I have a fresh install of wamp for development purposes. Im having an issue with URL variables being recognized, for example.

[localhost]
should provide me details on a user with id 71 and

[localhost]
should allow me to select from a list of users.

On my site host the link with the variables does the correct actions. On the local server I get the default page that shows up before ay information has been specified.

Im using $_GET in all my code, can't figure it out. I know its a configuration issue. Anyone help me?

Thanks

Options: ReplyQuote
Re: url variables not being recognized
Posted by: CyberSpatium (71.237.217.---)
Date: February 15, 2007 12:13PM

$_GET['act'];

$_GET['id'];



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

like my free support? help support me by checking out my new Newbie Webmaster Development Forum dedicated to the newbie webmaster here:
www.WebDevNewbie.com

Options: ReplyQuote
Re: url variables not being recognized
Posted by: roba121 (---.127-70.tampabay.res.rr.com)
Date: February 15, 2007 05:06PM

Thanks I was already using $_GET['variable here'] in that manner. Turns out I had I had one line of code where I put $var instead of $_GET['var'] . Thanks though.

Options: ReplyQuote


Sorry, only registered users may post in this forum.