Re: [PHP-WIN] time limit

2001-09-23 Thread roel
If I put this between quotes the script won't time out if a bad url is given ! Any suggestion? Thanks "Alain Samoun" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > You should put your url address between quotes. set_time_limit works for me > (PHP4.06) > Alain

Re: [PHP-WIN] time limit

2001-09-23 Thread roel
Hi, I'm not working in safe mode ! The script won't time out if $url contains a bad url. Any suggestion? Thanks "Alain Samoun" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > You should put your url address between quotes. set_time_limit works for me > (PHP

[PHP-WIN] Blank screen problem

2005-01-07 Thread Roel Dillen
I ran a basic php script (php_info) but appearantly it doesn't do anything. In viewsource the php code doesn't show up. I have Apache 2 and PHP 5 I have adapted my httpd.conf so it should be able parse the php through the CLI method. I have added these lines to achieve this LoadModule php5_module "

Re: [PHP-WIN] Blank screen problem

2005-01-08 Thread Roel Dillen
s me ! with this as the "view source" result Hello WorldIt's me ! Luis Roel Dillen wrote: I ran a basic php script (php_info) but appearantly it doesn't do anything. In viewsource the php code doesn't show up. I have Apache 2 and PHP 5 I have adapted my httpd.conf

Re: [PHP-WIN] Blank screen problem

2005-01-08 Thread Roel Dillen
to protect your privacy/and your code (copyright you know) The moral of the story: never copy paste pieces of programming. I still hear my professor programming say it. Thanks a lot to anyone who tried to help. Roel On Sat, 8 Jan 2005 20:38:43 +1000, Michael Purdy <[EMAIL PROTECTED]> wrote: Ro

Re: [PHP-WIN] Wamp/XAMPP and phpmyadmin

2007-08-08 Thread Roel Boons
ually want to set up your own server, and not do it from a bundle. Only then, you'll start to realise a lot (like the settings in php.ini). There is a great guide around for installing the php/mysql/apache combo on windows. http://wamp.corephp.co.uk/ Greetings Roel On 8/8/07, Jarrett Mey