i'm prefer to make my own project who will update his data him self =]
A Anonymous Guest Aug 21, 2005 #1 i'm prefer to make my own project who will update his data him self =]
Alexej Kubarev New member Aug 21, 2005 #2 using a wysiwyg editor will ease the changing of the data in the CMS type of way... you will need to write your own script for changing the data and saving it to the database...
using a wysiwyg editor will ease the changing of the data in the CMS type of way... you will need to write your own script for changing the data and saving it to the database...
Alexej Kubarev New member Aug 21, 2005 #3 Actually the spaces or quote marks does not let me save this data into the database Click to expand... addslashes and stripslashes will help there also is mysql_Real_escape_string or something simmilar (dont remember the name of the function)
Actually the spaces or quote marks does not let me save this data into the database Click to expand... addslashes and stripslashes will help there also is mysql_Real_escape_string or something simmilar (dont remember the name of the function)
A Anonymous Guest Aug 21, 2005 #4 mysql_real_escape_string, you are right, alexei. It escapes every ' or " so there is no problem in inserting them into a db. Regards.
mysql_real_escape_string, you are right, alexei. It escapes every ' or " so there is no problem in inserting them into a db. Regards.