RE: [PHP] php header function

2003-10-24 Thread chris . neale
http://uk.php.net/header Have a look at that. As it says, sends an HTTP header. Useful if you want to specify content type in the page that isn't HTML (maybe an image or a pdf). Read the above for more info. Regards Chris -Original Message- From: Shaun van den Berg [mailto:[EMAIL

Re: [PHP] php header function

2003-10-24 Thread Chris Shiflett
--- Shaun van den Berg [EMAIL PROTECTED] wrote: I have tried the net , googling ect. but i cannot get a good description of what the header function is al about ? Can anyone please define the header function. It allows you to specify an HTTP header to be included in the response to the Web

Re: [PHP] php header function...

2002-11-08 Thread Marco Tabini
Try removing all leading spaces between the shebang and the beginning of the script: #!/usr/bin/php -q ?php Marco -- php|architect - The magazine for PHP Professionals The first monthly worldwide magazine dedicated to PHP programmers On Fri, 2002-11-08 at 21:55, Brad Apps