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..
How to autogenerate the value in php>>>>>.
Moderator: General Moderators
-
rajkumar.shri
- Forum Newbie
- Posts: 5
- Joined: Mon Sep 15, 2008 1:56 am
Re: How to autogenerate the value in php>>>>>.
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.
You'll soon find how helpfull this redesign is.
There are 10 types of people in this world, those who understand binary and those who don't