[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 html script language=JavaScript function boo() { window.open (www.google.com); } /script head body onload=boo() why does no window

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 Nov 2003 16:48:20 +0200, you wrote

Re: [PHP] cookie question

2003-07-04 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. I have the following code is a file called tc.php

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,/,.avenew.com); also look here : http://examples.weberdev.com

[PHP] cookie question

2003-07-03 Thread David R
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 List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php