Hi all,
I'm having trouble with some if/else scripting...
on my local server, running PHP 4.3.2 on a WinXP Pro system, the following code works perfectly:
<?php if ($done == 'add') : ?>
Thank you. Your property has been successfully added<br /><br />
<?php endif ?>
However, when I upload this page to my webserver running PHP 4.3.4 on a Linux server, this same code does not work...HELP!!
The same goes for the following code:
<?php if ($row_rsDeleteProperty['propertyRef'] === "$propertyRef") : ?>
some code here
<?php endif ?>
Can anyone help me out here? Why does it work on one server, but not on another?
Peter
http://www.palizdesign.com