RE: [PHP] progress bar

2002-08-12 Thread Tom Kohnen
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

RE: [PHP] image function

2002-08-12 Thread Tom Kohnen
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

[PHP] php classes

2002-08-14 Thread Tom Kohnen
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