Re: [PHP] window.open problem

2003-11-18 Thread David R
My apologies for posting to the php group. I thought that perhaps using javescript together with php was causing the problem. btw I have no "pop-up blockers" running. -david r "David Otton" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Tue, 18

[PHP] window.open problem

2003-11-18 Thread David R
I am using php and mysql and am having difficulty using window.open () . I have cut the code down to the basics. Why does a new window not open? Thanks. -David r function boo() { window.open ("www.google.com"); } why does no window open? -- PHP General Mailing

Re: [PHP] cookie question

2003-07-04 Thread David R
I tried it that way, and variations on it. I still have had no luck. Any other ideas? Thanks again David R Thanks for you he "Boaz Yahav" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Try setcookie("auth","$val",time() + 3600,"/

Re: [PHP] cookie question

2003-07-03 Thread David R
I have never read anything about a production server domain. How do I set the cookie for it? Thanks. David R "Leif K-Brooks" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > David R wrote: > > >Hello, > >I have a cookie question. > > >

[PHP] cookie question

2003-07-03 Thread David R
Hello, I have a cookie question. I have the following code is a file called tc.php I have no problem retrieving the value cookie value ( 123 ) on my local machine but when I post to the internet I can't get the cookie value. Any ideas why? Thanks. David R -- PHP General Mailing