How can I detect the language of the users that visit my web so I can redirect them?
How do I detect the language of the browsers that visit my site so I can redirect them
to a specific web?
>my querylooks like this :
>DELETE FROM gastenboek WHERE entryID=$dele .
I think that the mySQL query should look like:
DELETE * FROM gastenboek WHERE entryID=$dele
so, you should do something like this:
DELETE $thinks_to_delete FROM gastenboek WHERE entryID=$dele
After the "DELETE" you must
Hi, I'm working on a PHP and mySQL website based but I have a problem refreshing the
information of the webs. When I load/change information on the mySQL throught the PHP
site the new information is not displayed on the site because the browser use the web
from the cache memory. How can I force