Re: [PHP] limiting rows and pages like google -- again

2001-09-12 Thread Helen
> The logic would be to check if the script is called the first time, then > the sql statement would be select travel.*, city.city from travel, city > where travel.cityid=city.id limit 0,20. > The second time or based on what has been selected on the page (1-20, > 21-40, etc) add that to the sql s

Re: [PHP] Problem with Uploading Many Files (>22)

2001-09-13 Thread Helen
Could that possibly be triggering the max file limit? Helen - Original Message - From: "Jani Rautiainen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 13, 2001 5:27 PM Subject: Re: [PHP] Problem with Uploading Many Files (>22)

Re: [PHP] limiting rows and pages like google -- again

2001-09-13 Thread Helen
teration |"; } // end else // move everything along $postPlace = $nextPlace; $iteration ++; } // end while // remove the last line from the threadlinks $threadLinks = subStr($threadLinks, 0, -1); echo " $threadLinks | "; } // end if } // end function Helen -- 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]

Re: [PHP] equivelant of ASP's #include file?

2001-09-13 Thread Helen
> > > Can anyone tell me what the PHP equivelant might be? It's interesting ASP uses the same format at SSI includes. Helen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

[PHP] Browsing directory

2002-11-18 Thread Helen Muller
I would like to create a web page which allow people to browse the directory structure and the files listed in every directory. If you have experience about that, could you kindly give me some advice or references? Thanks in advance. Cheers, Helen - Get