RE: [PHP] progress bar
Hi! Well i suppose flush() is useful in your case, flush out the output whenever it is called, and not when the page is fully generated (the usual case)! Sou you might to sth like this: - Print 1/4 of the progress bar - flush - wait some time - print 2/4 of the progress bar - flush i don't know if it works, but that's the way it'd do it ;) - Tom -Original Message- From: Serdar Sokmen [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 12:06 PM To: [EMAIL PROTECTED] Subject: [PHP] progress bar Hi, I would like to add a progress bar to an installtion program I'm writing in PHP. I basically have one function that I call, it takes about 30 seconds or so to finish executing... I haven't done such a thing before. Can anyone plese suggest me some ideas... Many Thanks Serdar -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
RE: [PHP] image function
Hi! Well you have to uncomment it AND restart apache afterwards! Plus, i assume that your extensions dir in the php.ini is correct, if not, apache will give you an error message ;) Have a nice day, - Tom -Original Message- From: NoWhErEMan [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 2:30 PM To: [EMAIL PROTECTED] Subject: [PHP] image function I want to use the image functions listed in www.php.net to manipulate images. My server is Apache 2.0.x.x with PHP 4.2.2 , built on windows platform. Is it uncomment the ;extension=php_gd.dll in php.ini enough to enable such functions? NoWhErEMaN -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] php classes
Hi! Can anyone recommend me some entry-level php-classes tutorials, because the php.net page about classes is not that helpful and difficult to understand IMO. Thanks in advance, - Tom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php