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.3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

3 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 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
372
Member Avatar for Khav
Member Avatar for jasonsarino
-1
43K

The End.