RE: [PHP] Re: Log files

2008-07-02 Thread Haluk AKIN
If you are planning to come up with relations between these errors and other activities on your website then you need to use a database. If you will use this error log only for debugging purposes then a text file should be enough. >From a coder's perspective the workload of coding both of these me

RE: [PHP] how to create a slide show using PHP5

2008-07-02 Thread Haluk AKIN
Hi, If you are fine with using flash you could use some ready solution like this: http://www.entheosweb.com/Flash/Photo_Gallery4/index.asp For ready solutions like this you won't need a flash editor. Haluk -Original Message- From: Bastien Koert [mailto:[EMAIL PROTECTED] Sent: Wednesd

[PHP] Adding new encodings to mbstring?

2008-06-28 Thread Haluk AKIN
Hi all, Is it possible to add new character encodings to mbstring? http://us.php.net/mbstring If it is possible, then is there a procedure where I can submit "new feature" requests? Or is it possible for me to add the new character encodings myself? Thanks, Haluk -- PHP General Mailing List