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
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
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
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
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'];
> }
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
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
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
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
"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
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
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
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.
>
13 matches
Mail list logo