Wrox Programmer Forums
|
BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5
This is the forum to discuss the Wrox book Beginning PHP4 by Wankyu Choi, Allan Kent, Chris Lea, Ganesh Prasad, Chris Ullman; ISBN: 9780764543647
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 24th, 2005, 11:18 AM
Registered User
 
Join Date: Apr 2005
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default Can't pass query string variable on secure server

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]





Similar Threads
Thread Thread Starter Forum Replies Last Post
To pass value of string variable to another form thillai Visual Basic 2005 Basics 5 March 13th, 2008 03:29 AM
How to pass query string into doc.SelectSingleNode vishnu108mishra XML 2 November 7th, 2007 06:15 AM
How to pass javascript variable to server side Andraw Classic ASP Basics 17 January 22nd, 2007 01:05 PM
pass the result of a query to a variable ... eusebio Pro VB Databases 6 March 30th, 2006 07:41 PM
Pass variable to linked server query sofya SQL Server 2000 4 November 23rd, 2004 02:38 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.