Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
~54.1K People Reached
Interests
Web Development
Favorite Forums
Favorite Tags

8 Posted Topics

Member Avatar for mrcniceguy

* <?php session_start(); if(isset($_POST['submit'])) { $con = mysql_connect("localhost","root",""); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("chat", $con); $message=$_POST['message']; $sender=$_POST['sender']; mysql_query("INSERT INTO message(message, sender)VALUES('$message', '$sender')"); } ?> *

Member Avatar for ashkan_3
0
9K
Member Avatar for vizz
Member Avatar for iwanttolearnc

<% Response.Charset = "ANSI" Response.ContentType = "application/octet-stream" Response.ContentType = "application/vnd.ms-excel" Response.AddHeader "Content-Disposition", "attachment; filename=complete_services.xls" Response.ContentType = "application/download" %> <table> <tr> <th>CODe</th> <tr> <tr> <td>test</td> </tr> </table>

Member Avatar for jasonsarino
0
358
Member Avatar for Khav
Member Avatar for jasonsarino
-1
43K
Member Avatar for kapilver

Provider=SQLNCLI;Server=erpsvr\SQL2005;Database=erp;Uid=sa;Pwd=sql2005; for more info visit http//www.jasonsarino.co.cc

Member Avatar for johnjaafarj
0
394
Member Avatar for jagrati
Member Avatar for whisper_101
0
79
Member Avatar for jelly46

The End.