Is there like a syntax hilighting plugin for kdevelop or something?
- Dan
--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
are you on windows or *nix? paste more code
On Fri, 24 Aug 2001, Jeremy Morano wrote:
>
> Sorry to bother you with what probably seems like a useless question but why
> is this not skipping a line?
>
>
> echo " $team \n ";
>
>
>
> Its in a while loop and the output is:
>
> Bears Giants Jets ..
Anyone know what they use on php.net to generate the documentation? Can
you do stuff that big with doxygen?
- Dan
--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list admi
Is this different from the zend optimizer?
- Dan
On Tue, 21 Aug 2001, PHP Accelerator wrote:
> All,
>
> After a frantic week of development and digging into the bowels of the PHP
> scripting engine, I've produced an initial version of a run time
> accelerator. This works for Linux only,
Another way you could do it would be to check each item in the
$GLOBALS["argv"] variable (or $argv).
- Dan
--
-- Forwarded message --
Date: Thu, 16 Aug 2001 14:18:09 -0400 (EDT)
From: Daniel Adams <[EMAIL PROTECTED]>
To: Jason Dulberg <[EMAIL PRO
I suppose you could check the $GLOBALS["REQUEST_URI"] variable with a
regular expression or something.
- Dan
On Thu, 16 Aug 2001, Jason Dulberg wrote:
> The menu that's taken from the database is basically a list of links like
> this
>
> $s="select * FROM molds m, prodlookup p WHERE p.ci
Actually I remember that I did have the same problem. I had to use
sleep() also even though I was only sending a few hundred rather than a
few thousand.
- Dan
On Thu, 16 Aug 2001, PHP List wrote:
> Thats interesting.
> I tried to do the same thing with 5000 emails using sendmail, and I
stem I'll be using uses qmail.
>I've heard that qmail does things better than sendmail?
>
> /Jimmy
> - Original Message -
> From: Daniel Adams <[EMAIL PROTECTED]>
> To: Jimmy Bäckström <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Se
I did something like that once. Mine sent only about a few hundred at a
time and it was still quite a strain on the system because you have a TON
of sendmail processes started and running at the same time. Just be aware
of the possible system load.
- dan
On Thu, 16 Aug 2001, Jimmy Bäckst
check out the require, include, and require_once functions in the manual
on php.net
- Dan :-)
On Wed, 15 Aug 2001, Martin wrote:
> Ok, this may seem like a dumb newbie question...
>
> Is there an function like ASP's Server Side Include in PHP ? Or what is best
> to use instead, fread ?
>
because you have a semicolon after while ($count > $i) so that it never
increments $i. :-) oops
On Tue, 14 Aug 2001, PHP List wrote:
> Hi,
> Can anyone tell me why this is a never ending loop?
>
> $i=0;
> $count = 1;
> while ($count > $i);
> {
> echo "$i ";
> $i++;
> }
> Chris
>
--
-
for a file i would do something like this:
for the mysql db it would be something like this (this is probably a
little off):
I hope this helps. I'm sure it probably has a syntax error or something
but you get the point. :-) Welcome to the happy world of php!
- Dan
On Tue, 14 Aug 200
Is there any way to use the --with-apxs and make the cgi version in the
make?
- Dan
--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROT
Sounds like you could use javascript rather than php for this one. Or you
could try using an http refresh after a certain number of seconds.
- Dan
On Mon, 13 Aug 2001, Tom Henry wrote:
> Hi
>
> Could someone steer me in the right direction for this one - I can't
> seem to see the forest
1.4b
On Mon, 13 Aug 2001, Markus Fischer wrote:
> What libtool version are you using ?
>
> libtool --version
>
> - Markus
>
> On Mon, Aug 13, 2001 at 12:57:42PM -0400, Daniel Adams wrote :
> > Anyone know why I get this when I run buildconf for php or phpgtk on
>
Anyone know why I get this when I run buildconf for php or phpgtk on
redhat 7.1? I have autoconf 2.13
autoconf: Undefined macros:
***BUG in Autoconf--please report*** AC_LANG_PUSH
***BUG in Autoconf--please report*** AC_LANG_POP
***BUG in Autoconf--please report*** AC_LANG_PUSH
***BUG in Autoconf
16 matches
Mail list logo