[PHP] Nothing to do with PHP

2003-06-30 Thread Cesar Cordovez
But, I'm sure someone in this list have the answer to my question: I have written a lot of statements using the LIMIT clause in MySQL, like for example: SELECT * FROM system_users WHERE lastname like C% LIMIT 0,10 ...and I love it. specially when you are doing next page, previous page kind of

RE: [PHP] Nothing to do with PHP

2003-06-30 Thread Edward Peloke
I believe you would achieve the same results by saying select top 10 * from system_users where lastnamelike C% Eddie -Original Message- From: Cesar Cordovez [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 3:21 PM To: [EMAIL PROTECTED] Subject: [PHP] Nothing to do with PHP

[PHP] Nothing to do with PHP, sorry

2002-02-04 Thread Liam MacKenzie
Hello everyone, I have a problem that has nothing to do with PHP. I know I shouldn't ask it here, but I need a response urgently as it's a major security hole. I'm trying to set up a firewall, I've sucessfully got my portblocking working and all the ones I need open are open, but I can't