Hi:
I dont know is this done by the database or done by the script. I want to whenever a primary key insert to the datbase, the database will have this infront of "gr-" every key
for example, in id, int, auto increasement,
whenever an id inserts, the a key will be insert to id column. I want to add "gr-" infront of the key.
Is this procedure done in the database or script?
if done in the database, please let me know how
I am using phpmyadmin