Red Wingate wrote:
Allmost, after having a quick look at the source i tell you they
do it like that:
... loading stuff here ...
. page loading here
done?
JS: document.getElementByid('loading').display='none';
take a look for yourself :-)
The idea is great IMHO. But what if someone ha
Greg wrote:
Hello,
I've just performed a few tests when using PEAR::DB and
the results weren't good at all.
If I compare a script using PEAR::DB with a script using
standard functions (and which supports mysql, pgsql and
sqlite databases), the script using PEAR::DB is 10 times
slower than the other
Fidencio Monroy wrote:
Does PHP 5 documentation exist?
I have not found it in php.net.
can someone send link please?
Tnx
There is only one documentation with version numbers for each function.
http://www.php.net/docs.php
Rainer
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe
Chris Lott wrote:
I already use and am happy with a variety of text editors (vim, emacs,
ultraedit, jedit, Homesite) depending on my needs, but I would like
recommendations for a PHP specific IDE that will run on Windows XP.
Specifically I am looking for something that can help with debugging,
prov
Aidan Lister schrieb:
if (cond || cond2)
OR
if (cond OR cond2)
What do you use, and why?
It doesn't matter except you combine it because || has a higher priority
as OR.
Rainer
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Anton Krall schrieb:
Guys.
Im doing a small php auth system and I was wondering, how can avoid having
to do a form to pass the user and pw to the php scripts and just use the
popup auth windows on IE and NS? do you remember the names of the vars that
get passed thru that popup or how can I invoke
Pooya Eslami schrieb:
Hi,
I want to write a simple script that looks for all the files with a common
name and show them, like all the .mp3 files or all the .doc files. How do I
go about it?
Thank you,
-Pooya
Look in the manual at php.net, especially:
http://php.net/opendir
http://php.net/readdir
ht
Damian Brown schrieb:
I need to output a date and time that shows more clearly than just
outputting the timestamp
what is the correct way to go about it ?
I have looked at getdate(), but I haven't fathomed it out yet !
--
www.phpexpert.org/truefaith.htm
"True Faith is not just when you believe in
Andy B schrieb:
anybody know how to put that in english?? i have no clude what it says...
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 10, 2004 5:13 PM
Subject: Re: [PHP] php 5 install
Hallo und guten Tag,
herzlichen Dank für Ihre Mail.
Andy B schrieb:
was wondering if this would work or do i need different code:
12)){
$query="SELECT
Type,
StartDate,
EndDate,
Name,
County,
Notes
FROM $EventsTable
ORDER BY StartDate DESC";
} else {
$query="SELECT
Type,
StartDate,
EndDate,
Name,
County,
Notes
FROM $EventsTable WHERE
Star
10 matches
Mail list logo