- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
6 Posted Topics
Re: To insert data into Mysql DB using PHP yop should have to use Mysql insert statement. An Example of this HTML page script . <form action ="next.php" method="post" > <input type ="text" name="name" /> </form> page next.php $link = mysql_connect("Server name","username","passwd"); mysql_select_db("db name"): $result = mysql_query("insert into tablenmae values($_POST[name])"); if($result) … ![]() | |
Re: You have missed a semicolon at line 31 and you should re-write your code with the latest PHP my be this will help .. for any help in PHP please make a visit at [url]http://php-mechanic.blogspot.com[/url] | |
Re: [CODE]<select nmae="post"> <option value="1" selected="selected">Home</option> <option value="2">Contact</option> <option value="3">Services</option> </select>[/CODE] | |
Re: <?php //will gives random unix timestamp echo time(); ?> | |
Re: If you are new to PHP i will prefer to go on this link [removed] yup you are going right PHP is the best place to shape your imagination in the field of web designing and programming , i myself found interest in programming after learning PHP ,PHP is a … ![]() | |
Re: great script useful i need this for sometimes thanks frnds any help on PHP kindly visit http://php-mechanic.blogspot.com |
The End.