RE: [PHP] help with parse error

2003-08-26 Thread Paul Fitzpatrick
Hi, Maybe.. $sql = "SELECT Title, SubT, Author, Story FROM SiteNews;" should be $sql = "SELECT Title, SubT, Author, Story FROM SiteNews"; -Original Message- From: Stevie D Peele [mailto:[EMAIL PROTECTED] Sent: Monday, August 25, 2003 5:41 PM To: [EMAIL PROTECTED] Subject: [PHP] he

RE: [PHP] Session problem in back button

2003-08-26 Thread Paul Fitzpatrick
Hi, This will stop them seeing the login once they are in a registered session Only diplay the login form if NOT a registered session variable 'sessionname' (or some other session variable) If (!isset($_SESSION['sessionname'])) { //Display login form code goes here } Cheers. -Origin

RE: [PHP] Reading an MS Access Database file on *NIX platform using PHP

2003-08-25 Thread Paul Fitzpatrick
* Thus wrote Giz ([EMAIL PROTECTED]): > Access is a pc database. It doesn't run on unix. Why people insist on > beating their heads against the wall in this manner I will never know. > Ignorance I suppose. The alternative is to have your friend use a > relational database and have a few simple