[PHP-DB] Re: An old question...

2004-09-05 Thread Javier Mestre
Look at http://www.php.net/docs.php , there is a version in spanish. (mira en http://www.php.net/docs.php , hay una copia en español) Javier Mestre "Lic. Daniel Alfredo Betancourt Reboso" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi everyone!! Certainly it is an old question. H

[PHP-DB] Re: Name searches for the spelling impaired

2004-09-05 Thread David Robley
On Mon, 6 Sep 2004 11:09, Pete Holsberg wrote: > Is there a way to program MySQL so that it can find the > name "Smyth" if the user looks for "Smith"? And similar > mispellings that are similar in sound. The SOUNDEX string function in mysql may be what you want. http://dev.mysql.com/doc/mysql/en

[PHP-DB] Name searches for the spelling impaired

2004-09-05 Thread Pete Holsberg
Is there a way to program MySQL so that it can find the name "Smyth" if the user looks for "Smith"? And similar mispellings that are similar in sound. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] Re: Newbie Questions

2004-09-05 Thread Pete Holsberg
On Sun, 5 Sep 2004, Pete Holsberg wrote: > I have to learn to keep a 3x5 card with my column > headings nearby!! > > But having corrected that, I'm running into another > problem. CASE-SENSITIVITY, Dummy! ;-) -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

RE: [PHP-DB] Re: Newbie Questions

2004-09-05 Thread Pete Holsberg
On Sun, 5 Sep 2004, Pete Holsberg wrote: > Well, I have this: > > $result=mysql_query('SELECT * FROM $table ORDER BY lastname, street, housenum ASC'); > > while ($row=mysql_fetch_assoc($result)) > { >echo $row['lastname'].' '.$row['firstname'].' '.$row['housenum'].' > '.$row['street']; > }

RE: [PHP-DB] Re: Newbie Questions

2004-09-05 Thread Pete Holsberg
On Thu, 2 Sep 2004, Torsten Roehr wrote: > > mysql_query() will return a result set. There are > different functions to extract the rows from it. I > would recommend mysql_fetch_assoc() - it returns an > associative array of the current row/record set where > the field names of your table become t

[PHP-DB] Search page

2004-09-05 Thread Stuart Felenstein
K, first off I'm brand new to PHP and databases. So I hope my question isn't stupid or unfitting to the list. I am creating a "search and results" page of, right now 3 fields with more to add. Perhaps not necessary to my question, I have created a working SQL statement which involved one main t

Re: [PHP-DB] Re: This is awesome

2004-09-05 Thread randy
I'm confused. How does this pertain to php-db? Let's keep this shit off the list please. Yours Truely, Randy On Sun, 5 Sep 2004 17:47:15 +0200, Torsten Roehr <[EMAIL PROTECTED]> wrote: > "Theeb Basheer" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Hi, > > > > If you have bee

[PHP-DB] here are Corey’s e-mail trade secrets

2004-09-05 Thread theeb basheer
Hi, It's not often that I am surprised by something I see online. And it's even more rare that I stumble upon a book that causes me to literally stop what I am doing and write a letter to everyone I know. But I just discovered that Corey Rudl -- probably one of the best-known and most well-res

[PHP-DB] Re: This is awesome

2004-09-05 Thread Torsten Roehr
"Theeb Basheer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > If you have been marketing on the Internet for any length of time, chances are you have heard of Corey Rudl. Corey is one of the most successful REAL-LIFE Internet marketing experts online today. > > As one of my

[PHP-DB] tool to increase your web site’s profitability

2004-09-05 Thread theeb basheer
Dear Friend, Would you be excited if I told that YOU COULD EARN $3,500 EVERY DAY from a web site that gets only 100 visitors a day... and sells a product that costs less than $150? You could be earning over $100,000 every month! This isn't hype. And this certainly is no joke! It's rare that I a

[PHP-DB] This is awesome

2004-09-05 Thread theeb basheer
Hi, If you have been marketing on the Internet for any length of time, chances are you have heard of Corey Rudl. Corey is one of the most successful REAL-LIFE Internet marketing experts online today. As one of my mentors, I have learned more about the hard- hitting Internet marketing strategie

[PHP-DB] Re: Displaying Text From A Data File

2004-09-05 Thread Ron Piggott
Thanks for your responses guys. I got it to work. Ron - Original Message - From: Ron Piggott <[EMAIL PROTECTED]> To: PHP DB <[EMAIL PROTECTED]> Sent: Saturday, September 04, 2004 2:00 PM Subject: Displaying Text From A Data File > I am still new to PHP and I wanted to ask a question. >