[PHP] PHP and Quicktime...

2002-04-17 Thread Pusta

Hello all,

I'm new at PHP but learning and loving it.  For a school project, I have to
use PHP to display a video on a web page using QuickTime.  Can anyone point
me to where I can get some info on how to do this?

Thanks,

Chris



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Setcookie problems...

2002-04-24 Thread Pusta

Please help...
When we are setting a cookie in a PHP page, that cookie cannot be accessed
by any page in a different folder.  When we move the pages into the same
folder, the cookies worked fine.  Can anyone shed some light on this??

Here is how we are setting the cookie:

setcookie("cookiename", $value, time()+3600);

Also, you are supposed to be able to leave the time out and the cookie will
expire on session close, but when we leave the time out, no cookie is set.
Any help here either?

Chris







-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php