PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I'm quite a newbie in Php coding, I'm looking for guidelines to achieve the following from scratch:
-A user should be able to enter his surname or a number to check his application status online
-The program will return either in process or completed.
From the titbits of information you supplied you will need : A database, a connection to the database, a registration script for users to get onto the database (or some way to add the users to the database), a script to display results and to retrieve them, a script to identify users. These few innitial ideas should get you thinking and started off towards a complete project.
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
social_experiment wrote:From the titbits of information you supplied you will need : A database, a connection to the database, a registration script for users to get onto the database (or some way to add the users to the database), a script to display results and to retrieve them, a script to identify users. These few innitial ideas should get you thinking and started off towards a complete project.