Hello Everyone!
I can't seem to pass a variable on a query string for the "intranet" site I'm building for my company (it's actually secure web access to a server for satellite offices...not technically an intranet).
At any rate, here's the code I'm trying to use. My first php file has these links:
<a href="<?php $path;?>client2.php?clist=Florida">Florida</a><br />
<a href="<?php $path;?>client2.php?clist=Maryland">Maryland</a><br />
<a href="<?php $path;?>client2.php?clist=North Carolina">North Carolina</a><br />
<a href="<?php $path;?>client2.php?clist=Virginia">Virginia</a><br />
When I try to echo the variable $clist on the client2.php page, nothing shows up. Is this because my site is on a secure server? Is there some magical adjustment I can make to the php.ini file to fix this or something? I'm not very strong when it comes to the network side of things...the server was set up by our IT consultants, and I don't really understand what's up. It comes across with an "https" URL, though, that's for certain.
Can anyone help me?
Thanks!
Josh
[email protected]
Josh Gilliam
[email protected]