[PHP] A problem with passing $_GET in an url (problem solved)

2007-05-04 Thread Davis Chan
Thank you for everyone's help, both public post and private email. I solved the problem, part of it is javascript and part of it is the php generated form (actually a html problem) Now my function is: function Ask_Confirm() { response = confirm("Are you sure?"); if(response == true) {

[PHP] A problem with passing $_GET in an url

2007-05-02 Thread Davis Chan
Hi! New to this newsgroup and is debugging a strange behaviour in a site under development. The developement platform is a Linux box running Fedora Core 6, Apache 2.2.3-5 and php-5.1.6-3. Here is the general flow of that particular part of the site: php generated form ---(data submitted by pre