php-db | 2001071
Date: 07/12/01
- Next message: Steve Brett: "RE: [PHP-DB] Order by unix timestamp"
- Previous message: Michael Rudel: "RE: [PHP-DB] Order by unix timestamp"
- Next in thread: Roger Ramirez: "Re: [PHP-DB] Escaping &"
- Reply: Roger Ramirez: "Re: [PHP-DB] Escaping &"
- Reply: leo g. divinagracia iii: "Re: [PHP-DB] Escaping &"
- Reply: Andreas Iwanowski: "[PHP-DB] Re: Escaping &"
- Reply: David Bullock: "[PHP-DB] Re: Escaping &"
- Reply: Ken Sommers: "Re: [PHP-DB] Escaping &"
- Maybe reply: Beau Lebens: "RE: [PHP-DB] Escaping &"
- Maybe reply: Rankin, Randy: "RE: [PHP-DB] Escaping &"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
I have a table in a MySQL DB (RH Linux/Apache) with a field called
customer_name. Some of the customer names have an ampersand in them (ie; X &
X Supply). I am performing a select statement on this table to create a
sales summary with customer name and total sales.
This works fine; however, I am also creating a dynamic link on the customer
name so that the user can click on it to get a detailed report of sales to
that customer. This works great EXCEPT for the customers with ampersands in
thier names. The result of clicking on these customers indicates a "No
Records found for X" where X is the letter immediately preceding the
ampersand.
Does anyone know how to get around this?
TIA,
Randy Rankin
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Steve Brett: "RE: [PHP-DB] Order by unix timestamp"
- Previous message: Michael Rudel: "RE: [PHP-DB] Order by unix timestamp"
- Next in thread: Roger Ramirez: "Re: [PHP-DB] Escaping &"
- Reply: Roger Ramirez: "Re: [PHP-DB] Escaping &"
- Reply: leo g. divinagracia iii: "Re: [PHP-DB] Escaping &"
- Reply: Andreas Iwanowski: "[PHP-DB] Re: Escaping &"
- Reply: David Bullock: "[PHP-DB] Re: Escaping &"
- Reply: Ken Sommers: "Re: [PHP-DB] Escaping &"
- Maybe reply: Beau Lebens: "RE: [PHP-DB] Escaping &"
- Maybe reply: Rankin, Randy: "RE: [PHP-DB] Escaping &"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

