Forum: PHP Jun 19th, 2009 |
| Replies: 4 Views: 430 I agree with all of you that GET may be the big problem here. Good call. The reason I am doing a GET is because I'm using AJAX and I wasn't sure the correct syntax for doing a POST. If anyone knows... |
Forum: PHP Jun 18th, 2009 |
| Replies: 4 Views: 430 On my website, users have the ability to post comments. Comments get inserted into my mysql database as plain text. When displaying the comments back, I am trying to use the php nl2br() function to... |