Ok, I am having trouble visualizing how to perform this... What I want to do is set my site so that users have to login on a certain page with a password. I want them to be able to set that password, have that saved to the database, and then next time they log in, that password can be used. I assume...
I am trying to write a simple mail form, but when ever the script is processed, nothing is returned, no errors or anything. Is something wrong with my PHP processor or something?? Here is the form and script: <form action="mailprocessor.php" method="post"> <fieldset class =...
Hey, I am trying to submit from data from this form: <form action="blog2.php" method="post"> Your Name:<br> <input type="text" name="name" style="color: #000000; background-color: #E0E0E0"><br> E-mail: <br><input type="text" name="em...
Hey, I have developed this basic email submission engine and it will not work. It keeps looping to the "Email did not submit!!!" echo statement. Does anyone have any ideas why this will not work?? Here is the code: <?php $name = $_POST['name']; $email = $_POST['email']; $comments = $_POST[...
Ok, well, it does not really matter what the guestbook look like that much. I just need a simple example in order to help me learn to code in PHP. I have used all the forums like W3school's and it does not go any farther than explaining the basics, after that I get kinda lost. I guess, what I really...