[PHP-DB] fopen() alternative

2002-10-24 Thread Michel Bakkenes - bakkenes.net
functionality, but the it's too slow when I want to check 50+ addresses. Is there an alternative for the fopen() function? With Regards, Michel Bakkenes Bakkenes.net

[PHP-DB] Variable won't be passed from HTTP address bar

2002-10-18 Thread Michel Bakkenes - bakkenes.net
Ok.. I'm not a newbie I thought.. I do have experience with PHP, but I never suffered from this error. I used on my own redhat 8.0 server the following test-script: if($action==test){ echo Test;} I tried it to run with: 127.0.0.1/index.php?action=test It doesn't print anything. (which