[PHP-DB] concatenation

2001-06-21 Thread DanielW
Greetings. Can anyone tell me how to concatenate text to the value of a cell pulled out of a table in a while loop? I'm trying to add "mailto:"; to an email address value. Thanks, Dan -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP-DB] PHP insert into Access autonumber, get inserted value back?

2001-06-20 Thread DanielW
Access should also accept standard SQL commands. If not, you can "juggle" the data by shooting it from Access to a temp table in MySQL and reading the autonumbered values. If Access will accept your SQL commands (I don't use Access but maybe someone else here can offer better information), then s

[PHP-DB] Help With Getting Values Please!

2001-05-23 Thread DanielW
Greetings. I'm trying to get a value for a single cell out of a table and into a variable. I receive the following error message: Warning: Supplied argument is not a valid MySQL result resource in /home/etc My code (abbreviated) is as follows: $sql2 = "SELECT ServiceDes FROM ServiceTypes