b2k Posted June 12, 2008 Share Posted June 12, 2008 Hi, I'm kinda new in PHP, so I decided to code my own guestbook. This is what I think that I need. -guestbook.php (Here is would be the form, where people write the comments) -add.php (For proccess the comment) -view.php (For view the comments) I'ts kinda simple, but I'm new and i want to learn Is this fine? Link to comment https://forums.phpfreaks.com/topic/109988-coding-my-guestbookneeding-basics/ Share on other sites More sharing options...
DarkWater Posted June 12, 2008 Share Posted June 12, 2008 That's okay...But you could have the functionality of add.php on the same page as guestbook.php... >_> Link to comment https://forums.phpfreaks.com/topic/109988-coding-my-guestbookneeding-basics/#findComment-564400 Share on other sites More sharing options...
b2k Posted June 12, 2008 Author Share Posted June 12, 2008 That's okay...But you could have the functionality of add.php on the same page as guestbook.php... >_> Thats what i thought...let me start coding, and then I tell you Link to comment https://forums.phpfreaks.com/topic/109988-coding-my-guestbookneeding-basics/#findComment-564401 Share on other sites More sharing options...
b2k Posted June 13, 2008 Author Share Posted June 13, 2008 Im triying to have add.php in the same page of guestbook.php My question is, in the form like: <html> <form method="post" action="add.php"> Name / Nick: <input type="text" name="name"> <br> E-Mail: <input type="text" name="email"> <br> <input type="submit" value="Send"> <input type="reset" value="Reset"> </form> </html> Now what I put in the action? Link to comment https://forums.phpfreaks.com/topic/109988-coding-my-guestbookneeding-basics/#findComment-564840 Share on other sites More sharing options...
b2k Posted June 13, 2008 Author Share Posted June 13, 2008 What I'm thinkin In my guestbook.php I need to put a condition for when the form send the POST. The thing is that I don't know how... Link to comment https://forums.phpfreaks.com/topic/109988-coding-my-guestbookneeding-basics/#findComment-564856 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.