Re: [PHP-DB] Search & Replace within PHP

2005-10-06 Thread Alain Rivest
Ron Piggott a écrit : Is there a search & replace PHP command? An example I am needing this for would be: My name is replace_with_real_name I want to retrieve replace_with_real_name from a mySQL database and put in the name ... the key is that I want to put the person's name in various positi

Re: [PHP-DB] Search & Replace within PHP

2005-10-06 Thread F.B
it is interesting... -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] Search & Replace within PHP

2005-10-06 Thread Norland, Martin
ained within this email do not necessarily represent those of St. Jude Children's Research Hospital. -Original Message- From: Bastien Koert [mailto:[EMAIL PROTECTED] Sent: Thursday, October 06, 2005 12:14 PM To: [EMAIL PROTECTED]; php-db@lists.php.net Subject: RE: [PHP-DB] Search &

RE: [PHP-DB] Search & Replace within PHP

2005-10-06 Thread Bastien Koert
No sure i this is what you want but... echo "Hi, my name is " . $rows['name']; bastien From: "Ron Piggott" <[EMAIL PROTECTED]> Reply-To: "Ron Piggott" <[EMAIL PROTECTED]> To: "PHP DB" Subject: [PHP-DB] Search & Replace

[PHP-DB] Search & Replace within PHP

2005-10-06 Thread Ron Piggott
Is there a search & replace PHP command? An example I am needing this for would be: My name is replace_with_real_name I want to retrieve replace_with_real_name from a mySQL database and put in the name ... the key is that I want to put the person's name in various position ... so I want to searc