Computer Science Canada

two questions...

Author:  Amailer [ Tue Mar 23, 2004 8:33 pm ]
Post subject:  two questions...

#1 -
My mail() sends the email... but i don't recieve it.. i used to but now i don't same code..

code:

@mail($contact['contact_email'], $contact['contact_type'], $info, "From: \"" . $u_name . "\"<" . $e_mail . ">");


but i don't know what's wrong...

#2 -
######### ENABLE PHP #############
ScriptAlias /php/ "C:/php/"
Action application/x-httpd-php /php/php.exe
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
##################################

this part
AddType application/x-httpd-php-source .phps

it's suppose to show the source code of my php right? but it doesn't... insted it asks me to download the damm file...

Why?

Author:  Amailer [ Wed Mar 24, 2004 9:34 pm ]
Post subject: 

*bump*
weird, i recive only 1 email after one day since i sent it using mail() WHAT's UP WITH THAT!


: