Autonumber SQL

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
brett4
Forum Newbie
Posts: 1
Joined: Sun Nov 21, 2010 3:35 pm

Autonumber SQL

Post by brett4 »

Hi there:

I am trying to generate a autonumber for each new record to post to the sql database. I would like to than use this unique number to post to to other tables as I recieve information from an XML feed. I created the autonumber sql id table called loan_id. It updates fine in PHPADMIN, but will not link up from the page when it loads. I wanted to know if someone could help me with the code to update or add a new record on Submit.

Thanks,

Brett
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Autonumber SQL

Post by Christopher »

Post the code that you think is causing the problem. The less code you post the more chance that people will read it and help you, so if you can narrow it down it is helpful.
(#10850)
Post Reply