
Zaithe
Members-
Content Count
34 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout Zaithe
-
Rank
Newbie
-
*sigh*...not working...It MUST be awardspace.com...First FreeWebs didn't accept mailto, then Ripway didn't except mailto so I moved onto PHP forms, then atspace didn't accept forms now awardspace says the send was succesfull but doesn't work...Ill have to find a peciffic website what allows PHP forms. Unless its something to do with the code.Ill go see if it works with a different thingy now.
-
Okay, ive pressed sent tell me if you get anything.
-
Might be hotmail then, ill try that, =D--EDIT--OMG! FFS! It said "Sucessfull" when I tried it but I still haven't received the E-Mail! =(Maybe its something to do with my form?: <form action="process.php" method="post">Username: <input type="text" name="username" size="30" maxlength="30" /><br />Password: <input type="text" name="password" size="30" maxlength="30" /><br />Real Name: <input type="text" name="realname" size="30" maxlength="30" /><br />E-Mail Address: <input type="text" name="email" size="30" maxlength="30" /><br /><input
-
Well, now it doesn't come up with the error it redirects back to index.htm...but it doesn't send the email...any help?
-
Well, ive got to go now so ill see if it all works tommorow, hoping it does. =DThanks for all the help!
-
Okay, ive got one of them. Before this thread dies can you tell me what this means:Parse error: parse error, unexpected T_STRING, expecting T_VARIABLE or '$' in /home/www/website.awardspace.com/process.php on line 18
-
It didn't work, probaly atspace.com...Do you know a FREE website like atspace.com what will let me upload my index.htm and process.php?
-
OMG DIDN'T WORK! When I press "Send" it takes me to "process.php" and just shows me whats on process.php...Maybe its something to do with the form on my index.htm?: <form action="process.php" method="post">Username: <input type="text" name="username" size="30" maxlength="30" /><br />Password: <input type="text" name="password" size="30" maxlength="30" /><br />Real Name: <input type="text" name="realname" size="30" maxlength="30" /><br />E-Mail Address: <input type="text" name="email" size="30" maxlength="30" /><br /><input type="submit"
-
Umm, do I add the // then the writing.I don't think I do. =$
-
So I downloaded the free-trial of Dreamweaver for nothing. =D
-
So I change the process.php to that? And I don't change anything to the form in the index.html?
-
Okay, well ive used a tutorial to do a form mail send thing. But it isnt working, when you press send it takes you to process.php, Heres what ive got the on the index (The form bit): <form action="process.php" method="post">Username: <input type="text" name="username" size="30" maxlength="30" /><br />Password: <input type="text" name="password" size="30" maxlength="30" /><br />Real Name: <input type="text" name="realname" size="30" maxlength="30" /><br />E-Mail Address: <input type="text" name="email" size="30" maxlength="30" /><br /><i
-
How do I save .php files? Like with NotePad or what?
-
How do I use window.open() Im still a n00b to Javascript.