PDA

View Full Version : I need homework or examples for PHP and MYSQL



medic2000
October 20th, 2009, 11:01 AM
I have learned the basics of these languages at home. But i haven't made any projects using them. Can you suggest some homeworks for using them. For i really need to improve myself.

medic2000
October 20th, 2009, 01:16 PM
2 hours and nothing? :)

CyberJack
October 20th, 2009, 02:26 PM
Are there specific parts on which you want to improve?
For instance more OOP or Database programming.

medic2000
October 21st, 2009, 08:31 PM
Not important. Every kind of help will be appreciated.

Niko Johnson
October 21st, 2009, 08:35 PM
why dont you make a simple pinger program... one that pings your router to make sure its working, and google or something to test your internet connection. echo something if its false and another if its true... if you want to get a good grade, extract the data from the ping and display the ping times

hessiess
October 21st, 2009, 08:49 PM
Write a CMS.

wesg
October 21st, 2009, 08:50 PM
Write a Wordpress plugin. Or template.

CyberJack
October 22nd, 2009, 08:19 AM
Try to build your own framework. Even if you are not going to use it, it will help you understand other frameworks.