You have to store the key as two columns. A char prefix and an auto-incrementing int, both of which are grouped for the primary key. CREATE TABLE my_table( id INT NOT NULL AUTO_INCREMENT, prefix CHAR(30) NOT NULL, PRIMARY KEY (id, prefix), ... Say, prefix is here 'PRF', then you get PRF1, PRF2, PRF3, ..........
Zamshed Farhan
Posts
-
How to generate alphanumeric auto increment id in mysql -
Loading web site within another websiteYes, you may use iframe and within it load an url.
-
how to get data when using header('location:'.$url) ???aa_zz. Please clear by your question, I can't understand it. Would you please elaborate it a little bit more :)
-
HTMLDivyam. Your question is not clear to me. I have visit your site and found a welcome page having some link also, though the design is not so rich. It seems to me that, you want to make your site rich by design, i.e., you need HTML template. If so, you may googling for HTML free templates and you will get numerous in count to modify that according your own interest. Just go to GOOGLE and search by "free HTML template".
-
google map include in contact.aspx page -
The difference between social networks and normal web sites?In social networks sites, end-users can interactions among them, but in normal website is very objective in providing information to end-users, but among them there is no interactions.
-
What every beginner should know about website development?I agreed with you
-
Search action should be an HTTP GET or a POST?Yes, I think so.
-
PHP -
Store the history of links the user visits of any browserYour answer is not fully clear to me. Would you please elaborate a little bit more.
-
How do social networks associate with one another?It's a OAuth - open standard for authorization, for details en.wikipedia.org/wiki/OAuth
-
Help for the begineer?!I think, it's PHP. very easy to learn and implimentation.
-
i php questionmove_uploaded_file($_FILES["fileAttach"]['tmp_name'], $orgFilename) - did you test it?
-
[HELP] Whois can using PHP to generate this one?From where you got it?
-
Using Developer Tools -
Using Developer Tools -
Dispensing text from a text fileNot so clear!
-
PHP, MySQL and ApacheWhat's more convenient you think - WAMP or XAMPP?