Re: [PHP] Expedia.com

2004-06-13 Thread Rainer Müller
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

[PHP] Re: PEAR::DB is great but is sooooo SLOW !

2004-05-16 Thread Rainer Müller
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

[PHP] Re: PHP 5 Documentation

2004-05-10 Thread Rainer Müller
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

[PHP] Re: Recommend an IDE for Windows

2004-05-07 Thread Rainer Müller
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

[PHP] Re: OR

2004-04-25 Thread Rainer Müller
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

[PHP] Re: PHP Auth

2004-04-24 Thread Rainer Müller
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

[PHP] Re: Print out all the files in a directory

2004-04-17 Thread Rainer Müller
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

[PHP] Re: timestamp to readabe date and time ?

2004-04-11 Thread Rainer Müller
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

Re: [PHP] php 5 install

2004-04-10 Thread Rainer Müller
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.

[PHP] Re: query strings coming from the same page going back to the same page

2004-04-10 Thread Rainer Müller
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