[PHP] Session woes

2002-08-24 Thread Matthew Nock
Hi All, I have a bit of a problem using the session management functions in PHP4. (PHP 4.1.2 in fact) I have a order wizard system on my website that is using PHP sessions to track values entered on the various forms across all pages of the wizard. at the start of each page i am issuing the

RE: [PHP] function echo ' '

2002-06-25 Thread Matthew Nock
my understanding is that you could write it like this: ? echo 'a href='.$address.''; ? -Original Message- From: Martin Johansson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 25 June 2002 5:25 PM To: [EMAIL PROTECTED] Subject: [PHP] function echo ' ' Is there a way to express php

[PHP] PHP 4.2.1 reading PAM/Shadowed passwords?

2002-06-22 Thread Matthew Nock
Hi All, I am trying to build a client interface for each of my web-hosting customers, and would like to have them log into the system using the same username/password combinations that are used for FTP, email etc. ie: those stored in the Unix system's passwd and shadow passwd files. I have

[PHP] PHP 4.2.1 reading PAM/Shadowed password

2002-06-21 Thread Matthew Nock
Hi All, I am trying to build a client interface for each of my web-hosting customers, and would like to have them log into the system using the same username/password combinations that are used for FTP, email etc. ie: those stored in the Unix system's passwd and shadow passwd files. I have