BIG PROBLEM with my php coding... PLEASE HELP!
Posted: Sat Aug 30, 2008 9:03 pm
here is the code i have so far, only i can't finish it because i can't figure out how to tell the variables to post somewhere else if the first box is already filled:
***** PLEASE USE THE CODE AND PHP TAGS WHEN POSTING CODE *****
*sign* talk about a no-brainer!
***** PLEASE DO NOT POST PERSONAL EMAIL ADDRESS IN THE FORUMS *****
BTW is it possible to make a guestbook without having to use MySql? Cuz thats what im actually trying to do. For some weird reason, my computer is making it impossible for me to register a new user on MySql.
***** PLEASE USE THE CODE AND PHP TAGS WHEN POSTING CODE *****
Code: Select all
<?php
$name= $_POST['txtName']
$email= $_POST['txtEmail']
$comment= $_POST['txtComment']
[b]
//This is where I'm blocked[/b]
if($name, $comment=)
{[b]
//And here too...[/b]
?>***** PLEASE DO NOT POST PERSONAL EMAIL ADDRESS IN THE FORUMS *****
BTW is it possible to make a guestbook without having to use MySql? Cuz thats what im actually trying to do. For some weird reason, my computer is making it impossible for me to register a new user on MySql.