Page 1 of 1

How to autogenerate the value in php>>>>>.

Posted: Thu Sep 18, 2008 6:09 am
by rajkumar.shri
Hi,

i want to store this value as database.

For eg:- 9001-1, 9001-2, 9001-3.....upto n..
Only the second value.
This is a particular billno which carries lots of things like 1,2,3.. thats why want to insert this value in database.. even i tried this in for loop. i can't get..

if anyone know pl post me..

Re: How to autogenerate the value in php>>>>>.

Posted: Thu Sep 18, 2008 6:35 am
by VladSun
Normalize your DB design - i.e. two separate columns for the "9000" and "1,2, 3..." values.
You'll soon find how helpfull this redesign is.