php-general Digest 4 Mar 2010 11:34:02 -0000 Issue 6620

2010-03-04 Thread php-general-digest-help
php-general Digest 4 Mar 2010 11:34:02 - Issue 6620 Topics (messages 302515 through 302532): Re: Memory investigation 302515 by: dsiembab01.gmail.com 302516 by: larry.garfieldtech.com 302522 by: Rene Veerman 302525 by: dsiembab01.gmail.com 302526 by:

php-general Digest 5 Mar 2010 00:00:21 -0000 Issue 6621

2010-03-04 Thread php-general-digest-help
php-general Digest 5 Mar 2010 00:00:21 - Issue 6621 Topics (messages 302533 through 302547): Re: App to put a whole PHP Site in CD/DVD 302533 by: Juan Re: Memory investigation 302534 by: dsiembab01.gmail.com Delayed page display 302535 by: robert.visualize.info

[PHP] Re: App to put a whole PHP Site in CD/DVD

2010-03-04 Thread David Robley
Juan wrote: Hi, I need an application to run mysql/php/apache or similar in one cd, to make a presentation. The presentation itself is a php site that uses mysql to do some queries, to show data, and I would like to know how to embbed php and mysql to one cd for a presentation. I mean;

Re: [PHP] App to put a whole PHP Site in CD/DVD

2010-03-04 Thread Juan
2010/3/2 Sion Duncan casti...@aurorais.co.uk: The way I've done this in the past it with XAMPP and a simple autorun.inf file. Code the autorun.inf file to start Apache and MySQL, then launch the users web browser (I used IE for this, as i knew everyone would have it installed). The only

Re: [PHP] Re: Memory investigation

2010-03-04 Thread dsiembab01
you could read this http://xdebug.org/docs/execution_trace and then parse trace files to get the memory usage create a global to store user functions, I think user function do not populate get_defined_functions(); until the function is called; $t = get_defined_functions(); $userFunctions =

[PHP] Delayed page display

2010-03-04 Thread robert
I have a script that retrieves several queued email messages from a MySQL database and sends them out, printing out progress as it goes along; for example: ema...@example.com ... sent ema...@example.com ... sent ema...@example.com ... sent Either sent or failed is

[PHP] Entry-Level Slot Available in Denver

2010-03-04 Thread Nathan Nobbe
hi all, we have a fresh opening for an entry-level php developer in stapleton (north east denver). feel free to hit me up off-list w/ questions or of course, if you are interested in the position, thx, -nathan *Required Skills (Proficiency expected)* . PHP5 – Object Oriented Concepts a must

[PHP] Replacing accented characters

2010-03-04 Thread Skip Evans
Hey all, Does anyone have a function that replaces accented characters with the non-accent equals? I can't figure out how to get them out of the Ubuntu keyboard the way it is configured so I've just tried three different functions off the Internet and none of them have worked. Thanks, Skip --

Re: [PHP] Replacing accented characters

2010-03-04 Thread Ashley Sheridan
On Thu, 2010-03-04 at 11:57 -0600, Skip Evans wrote: Hey all, Does anyone have a function that replaces accented characters with the non-accent equals? I can't figure out how to get them out of the Ubuntu keyboard the way it is configured so I've just tried three different functions off

Re: [PHP] Replacing accented characters

2010-03-04 Thread Daniel Brown
On Thu, Mar 4, 2010 at 12:57, Skip Evans s...@bigskypenguin.com wrote: Hey all, Does anyone have a function that replaces accented characters with the non-accent equals? This one by Sven on 21-APR-2005: ?php function transcribe($string) { $string = strtr($string,

[PHP] xoops

2010-03-04 Thread Ryan Cunningham
Hi all I am fairly new to the forum but I have a question that maybe I could get some input on, I have a client that is looking to run a new informational site. The basis of which allows visitors to post up their events or functions for free, the site will be geographically based by area, ie one

[PHP] Want to learn to work with Zend Framework?

2010-03-04 Thread Debbie Otterstetter
Zend has an upcoming Framework: Fundamentals class that some of you may be interested in. You can find more information at this webpage: http://www.zend.com/en/services/training/course-catalog/zend-framework Class dates/times: March 15, 16, 17, 18, 19, 22, 23, 24 25 from 8-10am PST All

[PHP] PHP 5.3.2 released!

2010-03-04 Thread Johannes Schlüter
Hello! The PHP development team would like to announce the immediate availability of PHP 5.3.2. This release focuses on improving the stability of the PHP 5.3.x branch with over 70 bug fixes, some of which are security related. All users of PHP are encouraged to upgrade to this release.

[PHP] Re: Want to learn to work with Zend Framework?

2010-03-04 Thread dsiembab01
no Debbie Otterstetter wrote: Zend has an upcoming Framework: Fundamentals class that some of you may be interested in. You can find more information at this webpage: http://www.zend.com/en/services/training/course-catalog/zend-framework Class dates/times: March 15, 16, 17, 18, 19, 22,

Re: [PHP] Want to learn to work with Zend Framework?

2010-03-04 Thread mrfroasty
Looks expensive, definately NO On 03/04/2010 08:05 PM, Debbie Otterstetter wrote: Zend has an upcoming Framework: Fundamentals class that some of you may be interested in. You can find more information at this webpage: http://www.zend.com/en/services/training/course-catalog/zend-framework

Re: [PHP] Want to learn to work with Zend Framework?

2010-03-04 Thread Daniel Brown
On Thu, Mar 4, 2010 at 14:59, mrfroasty mrfroa...@gmail.com wrote: Looks expensive, definately NO Then do not reply. It was an offer to the community at large, not just you and the other top-poster. ;-P -- /Daniel P. Brown daniel.br...@parasane.net || danbr...@php.net

Re: [PHP] xoops

2010-03-04 Thread Bastien Koert
On Thu, Mar 4, 2010 at 1:27 PM, Ryan Cunningham constructme...@gmail.com wrote: Hi all I am fairly new to the forum but I have a question that maybe I could get some input on, I have a client that is looking to run a new informational site. The basis of which allows visitors to post up their

[PHP] RE: Delayed page display

2010-03-04 Thread robert
Additional info: php.ini has output_buffering=4096. Calling flush() or ob_implicit_flush() within the script doesn't seem to help. However setting php_value output_buffering off in .htaccess does the trick. Any ideas what else to try? Would like a script-only solution that is not

Re: [PHP] Want to learn to work with Zend Framework?

2010-03-04 Thread Jochen Schultz
Spam! Daniel Brown schrieb: On Thu, Mar 4, 2010 at 14:59, mrfroasty mrfroa...@gmail.com wrote: Looks expensive, definately NO Then do not reply. It was an offer to the community at large, not just you and the other top-poster. ;-P -- Sport Import GmbH - Amtsgericht Oldenburg -