Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #37.0K
Ranked #3K
~11.2K People Reached
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for uselessninja

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) …

Member Avatar for diafol
0
312
Member Avatar for gonidelux

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]

Member Avatar for gonidelux
0
322
Member Avatar for jacob21

[CODE]<select nmae="post"> <option value="1" selected="selected">Home</option> <option value="2">Contact</option> <option value="3">Services</option> </select>[/CODE]

Member Avatar for karthik_ppts
0
2K
Member Avatar for public-image
Member Avatar for edwinhermann
0
8K
Member Avatar for k9shark

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 …

Member Avatar for diafol
0
229
Member Avatar for altarek

great script useful i need this for sometimes thanks frnds any help on PHP kindly visit http://php-mechanic.blogspot.com

Member Avatar for nivibala
0
124

The End.