|
#1
|
|||
|
|||
|
SQL Error when using ' in blog title
pixelpost produces an error when using an ellipse in the site title (like "flip's blog")
The fix is simply: In index.php, line 573: $_POST['new_site_title']) -> addslashes ($_POST['new_site_title']) Shouldn't this be done to practically every query? If so, wouldn't it make sense to rewrite sql_query ()? Or am I missing something?
|
|
#2
|
|||
|
|||
|
Hmmm not sure why you were getting that.
I have no problems with using " ' " in the title. |
| Post Reply |
| Thread Tools | |
|
|