Re: [PHP] IPv6 validation

2008-07-13 Thread Lester Caine
Per Jessen wrote: Kevin Waterson wrote: This one time, at band camp, Per Jessen <[EMAIL PROTECTED]> wrote: No, it's a simple matter of need. People also run apache 1.x, mysql 3.x etc. There are still Linux 2.2 and 2.4 systems out there too. 4 years its been, thats incompetence. Kevin Ke

[PHP] need advice on a free DB hosting site

2008-07-13 Thread willyam pax
hi hello everyone im stil new here i just want some advice...now im working on a database install script in phpjust a simple one... i just need to test it online thats why i need advice on a database hosting site that is free.. that also i can activate it with a username and password, can creat

Re: [PHP] Freelance PHP development in India

2008-07-13 Thread Wolf
Denis L. Menezes wrote: Dear friends. I am looking for freelance web developers in India. Can contact me? Thanks Denis Why just in India? There are a number of us available via the world. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/u

[PHP] Freelance PHP development in India

2008-07-13 Thread Denis L. Menezes
Dear friends. I am looking for freelance web developers in India. Can contact me? Thanks Denis -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] IPv6 validation

2008-07-13 Thread Per Jessen
Kevin Waterson wrote: > This one time, at band camp, Per Jessen <[EMAIL PROTECTED]> wrote: > >> No, it's a simple matter of need. People also run apache 1.x, mysql >> 3.x etc. There are still Linux 2.2 and 2.4 systems out there too. > > 4 years its been, thats incompetence. > > Kevin Kevin,

Re: [PHP] string comparison

2008-07-13 Thread dg
On Jul 13, 2008, at 9:17 AM, Sudhakar wrote: hi i am writing a small application where a user enters a phrase in the textfield and i would like to display all the files present in the root directory which consists of the keyword or keywords entered by the user. i have used a few comparis

Re: [PHP] string comparison

2008-07-13 Thread Robert Cummings
On Sun, 2008-07-13 at 21:47 +0530, Sudhakar wrote: > hi > > i am writing a small application where a user enters a phrase in the > textfield and i would like to display all the files present in the root > directory which consists of the keyword or keywords entered by the user. > > i have used a f

Re: [PHP] IPv6 validation

2008-07-13 Thread Robert Cummings
On Sun, 2008-07-13 at 17:48 +1000, Kevin Waterson wrote: > This one time, at band camp, Per Jessen <[EMAIL PROTECTED]> wrote: > > > No, it's a simple matter of need. People also run apache 1.x, mysql 3.x > > etc. There are still Linux 2.2 and 2.4 systems out there too. > > 4 years its been, tha

[PHP] string comparison

2008-07-13 Thread Sudhakar
hi i am writing a small application where a user enters a phrase in the textfield and i would like to display all the files present in the root directory which consists of the keyword or keywords entered by the user. i have used a few comparison functions but i am not getting the expected result.

[PHP] Re: Saving loading time at counting rows

2008-07-13 Thread Joep Roebroek
I think, I will store the count and update it every 24 hours like tedd, says. I have thought of that earlier but was woundering if there might be another method. But I am wondering how google estimates the number of results, but I think that is a more complex thing :P. Thanks for the responses :)

Re: [PHP] PDO Question. Number of rows returned

2008-07-13 Thread Bastien Koert
On Sun, Jul 13, 2008 at 11:12 AM, Stephen <[EMAIL PROTECTED]> wrote: > Bastien Koert wrote: > > On Sun, Jul 13, 2008 at 10:30 AM, Stephen <[EMAIL PROTECTED]> <[EMAIL > PROTECTED]> wrote: > > > > Kevin Waterson wrote: > > > > I am switching to PDO and can't find an equivalent to mysql_num_rows.

Re: [PHP] PDO Question. Number of rows returned

2008-07-13 Thread Stephen
Bastien Koert wrote: On Sun, Jul 13, 2008 at 10:30 AM, Stephen <[EMAIL PROTECTED]> wrote: Kevin Waterson wrote: I am switching to PDO and can't find an equivalent to mysql_num_rows. Am I missing something silly? Or is there a change of thinking needed for PDO? How should I d

Re: [PHP] scalable web gallery

2008-07-13 Thread paragasu
oic.. the concept is relatively simple.. thanks for the explaination daniel.. On 7/13/08, Daniel Brown <[EMAIL PROTECTED]> wrote: > On Sat, Jul 12, 2008 at 2:37 PM, tedd <[EMAIL PROTECTED]> wrote: >> >> Hey, let's knock off that old shit, newlywed ! >> >> Just because you finally got laid doesn't

Re: [PHP] PDO Question. Number of rows returned

2008-07-13 Thread Bastien Koert
On Sun, Jul 13, 2008 at 10:30 AM, Stephen <[EMAIL PROTECTED]> wrote: > Kevin Waterson wrote: > >> I am switching to PDO and can't find an equivalent to mysql_num_rows. >>> >>> Am I missing something silly? >>> >>> Or is there a change of thinking needed for PDO? >>> >>> How should I determine how

Re: [PHP] Saving loading time at counting rows

2008-07-13 Thread Eric Butera
On Sat, Jul 12, 2008 at 8:26 PM, Joep Roebroek <[EMAIL PROTECTED]> wrote: > I had this question, which I didn't really know where to ask, so I > thought to begin at this mailing list. > > Very basicly said, I count the rows of a table which had approx 5 > or more rows. > > The problem is, there

[PHP] Re: Shared Authentication Scheme - the reason for the Redirect and POST mailing

2008-07-13 Thread Alex Chamberlain
> Alex Chamberlain wrote: > > The server and client will initially be programmed in PHP, so I > wanted to > > gather some opinion on whether people wanted another SAS, and what > would > > make them use it over any other?? The company will be there, not > > only > to > > serve the end user, but to

Re: [PHP] PDO Question. Number of rows returned

2008-07-13 Thread Stephen
Kevin Waterson wrote: I am switching to PDO and can't find an equivalent to mysql_num_rows. Am I missing something silly? Or is there a change of thinking needed for PDO? How should I determine how many rows a query returned? PDO returns an array, sizeof/count will get you home I wou

[PHP] Re: Shared Authentication Scheme - the reason for the Redirect and POST mailing

2008-07-13 Thread Colin Guthrie
Alex Chamberlain wrote: The server and client will initially be programmed in PHP, so I wanted to gather some opinion on whether people wanted another SAS, and what would make them use it over any other?? The company will be there, not only to serve the end user, but to serve the developer as wel

Re: [PHP] Most popular per month

2008-07-13 Thread Ryan S
Thanks Brady, Wolf, Bernhard! Will write back if i hit a wall but I think your explanations and links should take me all the way. Cheers! Ryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] case and accent - insensitive regular expression?

2008-07-13 Thread tedd
At 8:31 AM -0400 7/13/08, Andrew Ballard wrote: On Sat, Jul 12, 2008 at 10:29 AM, tedd <[EMAIL PROTECTED]> wrote: At 9:36 AM +0200 7/12/08, Giulio Mastrosanti wrote: Hi, I have a php page that asks user for a key ( or a list of keys ) and then shows a list of items matching the query. ev

Re: [PHP] case and accent - insensitive regular expression?

2008-07-13 Thread Andrew Ballard
On Sat, Jul 12, 2008 at 10:29 AM, tedd <[EMAIL PROTECTED]> wrote: > At 9:36 AM +0200 7/12/08, Giulio Mastrosanti wrote: >> >> Hi, >> I have a php page that asks user for a key ( or a list of keys ) and then >> shows a list of items matching the query. >> >> every item in the list shows its data, an

Re: [PHP] Saving loading time at counting rows

2008-07-13 Thread Per Jessen
Joep Roebroek wrote: > I had this question, which I didn't really know where to ask, so I > thought to begin at this mailing list. > > Very basicly said, I count the rows of a table which had approx 5 > or more rows. > > The problem is, there is a notable difference in loading time with > ot

[PHP] Re: Saving loading time at counting rows

2008-07-13 Thread Colin Guthrie
Joep Roebroek wrote: I had this question, which I didn't really know where to ask, so I thought to begin at this mailing list. Very basicly said, I count the rows of a table which had approx 5 or more rows. The problem is, there is a notable difference in loading time with other pages. Is t

Re: [PHP] IPv6 validation

2008-07-13 Thread Kevin Waterson
This one time, at band camp, Per Jessen <[EMAIL PROTECTED]> wrote: > No, it's a simple matter of need. People also run apache 1.x, mysql 3.x > etc. There are still Linux 2.2 and 2.4 systems out there too. 4 years its been, thats incompetence. Kevin -- PHP General Mailing List (http://www.php

Re: [PHP] IPv6 validation

2008-07-13 Thread Per Jessen
Kevin Waterson wrote: > This one time, at band camp, Yeti <[EMAIL PROTECTED]> wrote: > >> It will still take some time until every provider has PHP5 running, >> at least where I am from. I have many customers who want me to get >> their sites running on some cheap webspace they got along with the