Tags:PHP Questions | 132 views
Hi I am trying to run this query: mysql_query("update group_data set title=’$title’, desc=’$title’ where groupid=’$groupid’"); but the problem is that I get this error: 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 ‘desc=” where groupid=’32” at line 1 [...]
Tags:PHP Questions | 122 views
I have a feeling this question is an age long one. Please forgive me:D I have IIS and Apache on my computer. Apache would refuse to run unless I stop IIS. I had tried changing the default port number of Apache from 80 to 8080 in the httpd.conf file but no dice. In fact Apache [...]
Tags:PHP Questions | 126 views
hii Everybody Please help me to solve below problem i have been doing this for three days. Warning: main(includes/languages/.php): failed to open stream: No such file or directory in C:\www\cool\includes\application_top.php Any help will be deeply appreciated.
Tags:PHP Questions | 124 views
Hi all, I have a web app that is used in a number of countries, including ones such as Brazil, where the comma is used as a decimal separator. This is causing problems with my SQL queries, as it is trying to update a number field with "0,013" when it should be "0.013". The result [...]