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

2007-05-04 Thread Richard Lynch
On Thu, May 3, 2007 8:15 pm, Davis Chan wrote: > I also have a question about using this newsgroup, why is messages I > got > from using Thunderbird not as update as the digest I got via email? Because PHP's nntp server has fewer gerbils. -- Some people have a "gift" link here. Know what I want?

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

2007-05-03 Thread Davis Chan
(sorry if you see 2 posts, I was trying to cancel a post, edit, and repost) Hi! Everyone, Dan is right, after submit button is clicked, the javascript function below is called. I am trying here is the javascript function: > function Ask_Confirm() { > response = confirm("Are you sure?"); > if(r

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

2007-05-03 Thread Davis Chan
Hi! Everyone, here is the javascript function: function Ask_Confirm() { response = confirm("Are you sure?"); if(response == true) { to_url = "./admin.php?to_be_rm=" + document.forms[1].to_be_rm.value; // alert(to_url); window.location = to_url; } else { // Do Not

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

2007-05-03 Thread Richard Lynch
On Thu, May 3, 2007 6:45 am, Dan Shirah wrote: ... > On 5/3/07, Travis Moore <[EMAIL PROTECTED]> wrote: >> >> If you're using window.location="./script.php?var=value", it's not >> actually using a variable, it's using a string. >> >> If you're just using the above as an example, then could you ple

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

2007-05-03 Thread Dan Shirah
Could you please post your code. It sounds like you have a submit button that when clicked goes to a javascript function which pops up a confirmation box. Is that correct? On 5/3/07, Travis Moore <[EMAIL PROTECTED]> wrote: If you're using window.location="./script.php?var=value", it's not ac

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

2007-05-02 Thread Travis Moore
If you're using window.location="./script.php?var=value", it's not actually using a variable, it's using a string. If you're just using the above as an example, then could you please post the line of javascript for redirecting. Travis. Davis Chan wrote: Hi! New to this newsgroup and is debu

[PHP] Re: A problem with dates

2006-10-21 Thread David Robley
Dave Goodchild wrote: > Hi all. I have an online events directory and am having some issues with > date calculations. I have a table of dates (next year) and an events table > - which have a many to many relationship and so use an intermediary > mapping table called dates_events. All good - when t

Re: [PHP] Re: A Problem!

2006-03-29 Thread Curt Zirzow
On Thu, Mar 30, 2006 at 09:20:28AM +0200, Barry wrote: > Tom Wong (Yakang Accessories) wrote: > > Dear All: > > > > > > > > - >

[PHP] Re: A Problem!

2006-03-29 Thread Barry
Tom Wong (Yakang Accessories) wrote: > Dear All: > > > > - > 例子A(使用HTML TAG) > > > Send this file: > > >

[PHP] Re: A problem with Sessions: Developing and App inside PostNuke

2002-09-17 Thread Thomas Goeminne
I also use the phpnuke. But I am gonna drop the whole thing. It causes nothing but trouble. You have to follow all the rules (not to mention the copyright lines) and can't find much information on them so you need to start and learn the nuke style. Ok this is not a real problem but since a couple

[PHP] Re: A problem in mysql_fetch_array

2002-07-09 Thread Richard Lynch
>I have insert some text with space to mysql DB with varchar() > >When I use mysql_fetch_array function to retrieve the data from DB . I >found only the first session text can be shown . It means if any space >there . It will split like session by session. for example. my DB have a >text "Hello