In article <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] says...
> That's not a lot of help - its a new installation, as far as I know
> everything has been done to default settings.
> What can I do to check the server setup
> Janet
>  
> 
> -----Original Message-----
> From: Martin Towell [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, 20 February 2002 10:59
> To: 'WG4- Cook, Janet'; PHP List
> Subject: RE: [PHP] Help for passing variable to all pages
> 
> 
> 
> that makes me think that your page isn't being executed through php. why
> this is happening, i don't know - maybe a misconfigured web server
> 
> Martin 
> 
> -----Original Message----- 
> From: WG4- Cook, Janet [ mailto:[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]> ] 
> Sent: Wednesday, February 20, 2002 10:50 AM 
> To: Martin Towell; PHP List 
> Subject: RE: [PHP] Help for passing variable to all pages 
> 
> 
> Ok - I changed it to 
>   
> <a href="welcome.php3?dbcnxid=<?php echo("$dbcnx"); ?>">test link</a> 
>   
> First login page now has 
> >test link    then the login stuff, 
>   
> and I still don't get the value through 
>   
> Janet 
>   
> 
> -----Original Message----- 
> From: Martin Towell [ mailto:[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]> ] 
> Sent: Wednesday, 20 February 2002 10:38 
> To: 'WG4- Cook, Janet'; PHP List 
> Subject: RE: [PHP] Help for passing variable to all pages 
> 
> 
> 
> looks like there's a problem with this line: 
>         <a href="welcome.php3?dbcnxid=<?php echo("$dbcnx"); ?>test link</a> 

Just do a page with phpinfo() on it - if that works you know your server 
is parsing PHP. If not, more info about your setup would help for 
troubleshooting.


-- 
David Robley
Temporary Kiwi!

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

Reply via email to