PDA

View Full Version : With what programme does one open PHP files


karlzoe2
12-06-2002, 02:25 AM
i did use notepad to open one but now the form i download wont show the confirmation that the mail was sent.....do i have to download a programme to open it properly if yes what???


this one was 4 the road...night night i am off to bed it is almost midnight

tost
12-06-2002, 06:03 AM
if you are testing your script locally, it won't work, unless you run a server and php yourself. upload the file to a php-enabled webserver, and try your form from there, through the browser?
hope this helps :)
tost

karlzoe2
12-06-2002, 12:30 PM
my server provides me with a sendmail.asp file, now with respect to this code from the tutorial



on (release) {
if (subject eq "" or message eq "" or from eq "") {
stop();
} else {
lineAdapt();
loadVariablesNum("mail.php3", 0, "POST");
gotoAndStop(2);
}
}






since my thank-you message would be enclosed in a *.asp file do i change mail.php3 to sendmail.asp

Ricod
12-06-2002, 02:13 PM
ehrm ... asp and php aren't the same where I'm standing ... (ASP is one o those Microsoft languages right ? Whereas PHP is a free language.)