[PHP] Re: Just like to know

2001-07-18 Thread Jeremy Maziarz
Jeroen, I guess it depends on your coding style and preference. Functionally, they do the same thing. First line is easier to read while the second line requires more typing. One note. This will not work (using an associative array): ?php $somevar = array(foo=bar); $string1 = bla bla

Re: [PHP] Re: Just like to know

2001-07-18 Thread George E. Papadakis
Hello, I ame facing a cookies problem with with Internet Explorer I issue the following command to set the cookie: setcookie( $cookie_name, $cookie_value, time()+15768, /, .mydomain.gr, 0 ) The page that sends the cookie is in an IFRAME inside the main browser's window. The domain in the