[PHP] Re: A Doubt!

2002-08-19 Thread Kondwani Spike Mkandawire
Thiruvelraj Pokkishamani [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Sir, I am using Windows 2000 server, and i use IIS 4.0 as the server and i have done many php scriptings and everything works fine and i done have any problem regarding this.

[PHP] Re: PHP doubt

2002-05-29 Thread Girish Nath
Hi Make sure you have an auto_increment field in your table, do the insert first, then use mysql_insert_id() to get the number of the last which you can use for the customer number. See the notes at the following page: http://www.php.net/manual/en/function.mysql-insert-id.php Regards Girish