I have a script on my local server which has some input
tags where you can add some data which will be stored in a mysql database. On my local server, the data is added as it should but on my server, when I add data, symbols such as /
and '
have a slash before them.
My server has no php.ini file and godaddy told me to add a php5.ini file to the root of me server. What should i add to the php5.ini file, I know it doesn't have to contain all the commands that a php.ini file would contain, just the ones that I wish to edit. So, what directives do I need to add?
Also should I add the php5.ini file in the same folder as my scrips or at the root of my server, where I can access all the other files from?