PHP3 Introduction Introduction to PHP and web database interfacing with MySQL. PHP3 is an HTML-embedded scripting language allowing web developers to create dynamic, database-driven websites.
| Name: |
Martin |
| Subject: |
beginner: return of sql queries in php |
| Date: |
04-29-1999 11:31AM |
Hi there !
Is is possible to directly return an integer value of the following sql query under php:
SELECT MAX(id1) FROM db_table
I would like to add the ID1 value into another table for referencing it.
I tried my best, but all I got was a lousy array holding '2'.
cheers,
martin
|
Other posts in this thread:
Reply to this post:
|
 |
Visit the PHP Forum!
New On DevShed:
Hot Forum Topics:
|