[PHP-WIN] How to detect the language of the user?

2002-10-08 Thread Aitor
How can I detect the language of the users that visit my web so I can redirect them?

[PHP-WIN] Detecting language

2002-10-08 Thread Aitor
How do I detect the language of the browsers that visit my site so I can redirect them to a specific web?

Re: [PHP-WIN] Deleting multiple items from database using checkboxes

2002-10-07 Thread Aitor
>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

[PHP-WIN] Problems refreshing

2002-10-07 Thread Aitor
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