Search found 1 match
- Sat Oct 13, 2007 9:02 am
- Forum: PHP - Code
- Topic: malfunction equality operators
- Replies: 4
- Views: 364
malfunction equality operators
Hi people, i have something really weird going on. i have a html from that posts to a php-file in the php i have the following: if($_POST['name'] !== "") { // some echoing and mysql connecting code } at home everything works perfectly, but the stupid thing is that at my work, the if-statem...