[PHP] Real Time

2001-05-03 Thread Budi
Hi, I need some help for displaying realtime clock on my page with PHP script. Any ideas how to do it ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EM

[PHP] Active page

2002-08-22 Thread Budi Kelana
eload every 5 seconds, but it doesn't change. Can someone help me and give me suggestion ? TIA regards, Budi Kelana -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problem with displaying image

2007-01-05 Thread Budi Setiawan
hi, im Budi, recently i have some problems here with displaying jpeg image in firefox browser. at first, when i tested my web page using IE it jsut works fine, but when i decided to test it using Firefox 2 the problem occurs. some of my images left undisplayed. but the things that i cant still

Re: [PHP] Problem with displaying image

2007-01-05 Thread Budi Setiawan
do you have an example/page that we can look at? here is one of them : http://10.126.11.246/schematics2007/main_logic.php and the image URL : http://10.126.11.246/schematics2007/image/banner/mainlog.jpg all will be be displayed in an unusual manner in FFox.. thanks

Re: [PHP] php redirection..

2006-12-13 Thread Budi Setiawan
basically: cat.php -echo " test content" -echo " more test content" //redirect user echo" location.href='foo.php'; "; Hi , im a new too.. but you can try with this to delay your script running for some seconds : echo " test content" echo " more test content" // you can add :