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

[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 u

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 :