Hi! I haven't found the right wording to spit out the HTTP scripts to the web browser through the fsockopen. In this case, the "Location: ****" script. I can not use the php header() function because of the FPDF strict checking. (Freeware PDF). All I did was to create a PDF and put it on the webserver with nothing being outputted but FPDF have no way of knowing this and think I'm spitting out the PDF data because I'm using hte "Location: ****", so I'm using fsockopen() instead. For now, when I tried to spit out the "Location: ****" from fsockopen(), nothing happen. So, what exactly should the HTTP script be??
Thanks, FletchSOD -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php