Page 1 of 1

PHP Preloaded Function not working.

Posted: Sun Feb 12, 2006 7:59 pm
by lawrence_chtan
Hi

I am a Information Technology's Student, :D I am implementing the Project using PHP. I am quite puzzle. whether i had installed the PHP 5 or the Easyphp 1.7 wrongly.

I noticed certain function. I could not utilised like 8O

PHP5
-> Fopen()

PHP5 or EasyPHP 1.7
-> mail()

Do i miss up anything during the installation process? I had pasted all the relevent DLL into the "Ext" Folder. Anything i will have to take note?

Thanks for the comment.

Any coding i could used to check. What is the pre-defined function available for me in my PHP Compiler.

example:

phpinfo();

Your comment will be greatly appreciated. :wink:

Posted: Sun Feb 12, 2006 8:09 pm
by feyd
neither of the functions require any additional extensions. mail() requires sendmail or an SMTP server, depending on your server OS. fopen() should work, provided you called it correctly, and php has the permissions necessary to access the file you are requesting. Post your code so we may know more about how you are using them to find details you may have missed.