Re: [PHP] Power

2006-01-08 Thread Dotan Cohen
On 1/8/06, Khorosh Irani <[EMAIL PROTECTED]> wrote: > Hello > How I can get the power of an integer number (for example 8 power 2=64) only > with loops (without pow() function)? > Thanks > > Is this for your homework? Untested: Dotan Cohen http://technology-sleuth.com/short_answer/what_is_hdtv.

[PHP] Power

2006-01-08 Thread Khorosh Irani
Hello How I can get the power of an integer number (for example 8 power 2=64) only with loops (without pow() function)? Thanks

Re: [PHP] Power failure = php failure: HELP!

2004-09-15 Thread Markus Mayer
I had a similar problem myself 1 1/2 weeks ago when my system locked up through an IDE bus lock up after 560 days uptime (system still ran, but no access to anything on the IDE drives, scsi was ok). There was significant file system damage, which for me took out my web pages, MySQL, a number of

Re: [PHP] Power failure = php failure: HELP!

2004-09-15 Thread raditha dissanayake
Justin Rietz wrote: I am running Apache. Xoops, and Squirrelmail on a Fedora 2 server. I recently had a power failure - my daughter turned off my power strip :-( The network card was fried. Anyway, PHP does not seem to be working now. Apache serves static html pages fine, squirrelmail loads in

[PHP] Power failure = php failure: HELP!

2004-09-14 Thread Justin Rietz
I am running Apache. Xoops, and Squirrelmail on a Fedora 2 server. I recently had a power failure - my daughter turned off my power strip :-( The network card was fried. Anyway, PHP does not seem to be working now. Apache serves static html pages fine, squirrelmail loads in the browser but can'

RE: [PHP] 3 situations - PHP Power or... servlet(JSP) power ?

2001-03-15 Thread Mark Maggelet
nitely not one of them. >Marian Vasile >IT Manager >Schnecker van Wyk & Pearson >www.investments.ro > >-Original Message- >From: Mark Maggelet [mailto:[EMAIL PROTECTED]] >Sent: Thursday, March 15, 2001 9:11 PM >To: [EMAIL PROTECTED]; [EMAIL PROTECTED] >Subjec

Re: [PHP] 3 situations - PHP Power or... servlet(JSP) power ?

2001-03-15 Thread Michael Kimsal
er > Schnecker van Wyk & Pearson > www.investments.ro > > -Original Message- > From: Mark Maggelet [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 15, 2001 9:11 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [PHP] 3 situations - PHP Power or... servlet(JSP)

RE: [PHP] 3 situations - PHP Power or... servlet(JSP) power ?

2001-03-15 Thread Marian Vasile
ED]] Sent: Thursday, March 15, 2001 9:11 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] 3 situations - PHP Power or... servlet(JSP) power ? On Thu, 15 Mar 2001 19:59:50 +0200, Marian Vasile ([EMAIL PROTECTED]) wrote: >I have 3 situations and I need an answer about what is faster...

Re: [PHP] 3 situations - PHP Power or... servlet(JSP) power ?

2001-03-15 Thread Mark Maggelet
On Thu, 15 Mar 2001 19:59:50 +0200, Marian Vasile ([EMAIL PROTECTED]) wrote: >I have 3 situations and I need an answer about what is faster... > >1. A PHP script that it's executed 10 times in a second, and have to >update >a a MySQL table. >1. A PERL script that it's executed 10 times in a second

Re: [PHP] 3 situations - PHP Power or... servlet(JSP) power ?

2001-03-15 Thread Pierre-Yves Lemaire
code, code that is easier to modify and code that is probably faster no matter what technology you use. Pierre-Yves - Original Message - From: Marian Vasile <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 15, 2001 5:59 PM Subject: [PHP] 3 situations -

Re: [PHP] 3 situations - PHP Power or... servlet(JSP) power ?

2001-03-15 Thread Chris Lee
try it. everyone will get a differnet answer, the only way we could tell would be to write three scripts and time them, you write three scripts and time it and you will get different results then us. -- Chris Lee [EMAIL PROTECTED] ""Marian Vasile"" <[EMAIL PROTECTED]> wrote in message

[PHP] 3 situations - PHP Power or... servlet(JSP) power ?

2001-03-15 Thread Marian Vasile
I have 3 situations and I need an answer about what is faster... 1. A PHP script that it's executed 10 times in a second, and have to update a a MySQL table. 1. A PERL script that it's executed 10 times in a second, and have to update a a MySQL table. 1. An servlet(JSP) script that it's executed