Hello, This is a reply to an e-mail that you wrote on Tue, 29 Jul 2003 at 19:59, lines prefixed by '>' were originally written by you. > Actually, what you see is *exactly* the code being used. Nothing has > changed > about it.
No. It is not the code you are using. if ($vthere == 0) { True } else { False } would give a parse error. > Is there any way possible that this could be the client's server? I > had to > beg to get 'em to recompile to 4.1.2 from 4.0.3. There are using a > version > of Linux I don't recognize (it isn't redhat or mandrake), but it looks > like > their kernel is up to date. IMO, if you want to find out what is wrong you need to stop looking for things out of your control that could be breaking it. Chances are PHP is doing exactly as it is documented to do, no matter what PHP version, linux distro, kernel version or anything else in use. Follow your code through exactly as it would be when it is interpreted and be on the lookout for your mistake, not your excuse and you will find the error in your code! Right now though I think everyone is very confused about your problem so if you need more help from the group I would reccomend a new post, a code extract, what you expect to happen and what is actually happening. HTH, David. -- phpmachine :: The quick and easy to use service providing you with professionally developed PHP scripts :: http://www.phpmachine.com/ Professional Web Development by David Nicholson http://www.djnicholson.com/ QuizSender.com - How well do your friends actually know you? http://www.quizsender.com/ (developed entirely in PHP) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php