Code Comments
Programming Forum and web based access to our favorite programming groups."Rob" <reply_@news_group.please> wrote: >Is there any way to send the data in $x al at once so php does not create >its own set of headers? Well, PHP has a function called header(). But this won't work for you since headers and content isn't separate in your variable. Therefor you will have to use echo or print. PHP only creates headers itself if you output anything. You have to start the PHP code with <?php _in the first line_ of your file and then, before outputting anything else you have to do a echo $x. Sorry for my bad English, I hope it's still understandable. Regards, johannes
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.