Spam!
Daniel Brown schrieb:
On Thu, Mar 4, 2010 at 14:59, mrfroasty 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 - Tel: +49-4405-9280-
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
php.i
On Thu, Mar 4, 2010 at 1:27 PM, Ryan Cunningham
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 events or
> function
On Thu, Mar 4, 2010 at 14:59, mrfroasty 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.br...@parasane.net || danbr...@php.net
http://www.parasane.net/ || http://www.pilotpig.net/
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
Cl
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, 2
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.
Security
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
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
f
On Thu, Mar 4, 2010 at 12:57, Skip Evans 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:
"Ae", "\xC6"=>"AE",
"\xD6"=>"Oe", "\xDC"=>"Ue", "\xDE"=>"TH", "\xDF"=>"ss", "\xE4"=>"ae",
"\xE6"=>"ae",
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
> functi
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
--
=
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
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 disp
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 = $t['u
2010/3/2 Sion Duncan :
> 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 problem, is that t
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 me
17 matches
Mail list logo