Tag Archives: database

How to generate your own ID Number?

Enrolment system is only one of many systems who need to have or generate unique ID number. Example of this is your student number, employee number which is automatically generated by the computer to give you a unique identification. And … Continue reading

Posted in Mysql, PHP Tutorial, Script | Tagged , , | Leave a comment

How to Limit the query of data from mysql database?

One important thing to know in generating any result from database is to limit the data’s being shown coming from database. One good example is what if you as a programmer need to display all the products of the particular … Continue reading

Posted in Mysql | Tagged , , | Leave a comment