Jump to content

Update wont run ...


manix

Recommended Posts

I have this update syntax that doesn't wanna run and I'm getting pretty mad over it...

 

the field "wall" is of type LONGTEXT  if it makes any difference

 

mysql_query("INSERT INTO users (`username`) VALUES ('dgd')"); // I added this line to check if the problem was with the db connection or something and it runs just fine, inserts the data and all ..
mysql_query("UPDATE `users` SET `wall`= '$wall' WHERE `username`='Manix'"); // This is the mf troubling me >.<

echo "<blockquote>$wall</blockquote>"; // this is where I echo the result from the ajax request which is also working perfectly fine ...

Link to comment
Share on other sites

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'viewprofile.php?user=Manix'>Manix: TEST

' WHERE `username`='Manix'' at line 1

 

still can't find it >.<

 

I guess it's something wrong with this tho:

 

$wall = "<p><a href='viewprofile.php?user=$username'>$username</a>: $comment</p>".$wall;

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.