[PHP] Only one works

2003-03-17 Thread LinuxGeek
Hi, I am having a problem with one of my session variables, no matter what I try I can't get a second one to register. My webpage calls this script directly and I am using the webpage form variables for the variables in this script. I can register the Name variable but not the LoginName vari

Re: [PHP] using strcmp()

2003-03-16 Thread LinuxGeek
You need a semicolon after the strcmp() function $result=strcmp($firstword, $secondword); LinuxGeek Anthony Ritter wrote: The following test script for the function strcmp() is from page 114 -115 of PHP (Hungry Minds). I'm getting a parse error on line 6. Using PHP 4.1.1 / MS Win 98 / A