Y Al Hinai wrote:

include(mydata.txt);

Should be:
include('mydata.txt');


1. Is there any source (book or URL or whatever) that shows what have been changed between php3 and php4 and what are the new functions or values are? Something like a table or differences in functions.


http://www.php.net/manual/en/

2. How do u get the mail() and include() to work? Also, who do u get header() to header() function to work in PHP4?? This is the code i am using for the header() followed by the error message:

There can't be ANY output before a call to header(). That includes spaces and new lines before <?php.

--
The above message is encrypted with double rot13 encoding.  Any unauthorized attempt 
to decrypt it will be prosecuted to the full extent of the law.




-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to