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
~632 People Reached
Favorite Forums
Favorite Tags
Member Avatar for maxlipman

Hi,  Here is what I want to do: I already have a php login system and I want to integrate a private messaging system into it. Does anyone have any recommendations of Private Messaging scripts? Thanks so much, Max.

Member Avatar for ronysios
0
226
Member Avatar for ronysios

[CODE]<? ob_start(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Guitar Wars - Add Your High Score</title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <h2>Guitar Wars - Add Your High Score</h2> <?php require_once('appvars.php'); require_once('connectvars.php'); if (isset($_POST['submit'])) { // Grab …

Member Avatar for ronysios
0
119
Member Avatar for ronysios

i can upload to MYSQL, with user generated content, picture included... when i access the information, everything appears but the picture, just the pictures file name is listed (no pic) is my code wrong?... am i missing something? would appreciate any help [CODE]define(`uploadpath`, `htdocs/phpsessions/images`); { $pix=$_FILES['pix']['name']; $target=uploadpath . $pix; echo"$target"; …

Member Avatar for ronysios
0
165
Member Avatar for ronysios

im having the same issue with the above "You have an error in your SQL syntax; check the manual that corresponds to your MySQL...line 1"..help! myform2.php [CODE]<? ob_start(); ?> session_start(); <?php $labels = array ( "comment" => "comment", "condition" => "condition", "cartype" => "cartype"); ?> <?php if($_POST['Submit'] == "Submit") { …

Member Avatar for diafol
0
122