lateralus01 Posted June 18, 2009 Share Posted June 18, 2009 Ok I'm applying for a job at my university. Some of the preferred qualifications for the job are the ability to write HTML, Javascript, and MySQL database applications. Before the interview I'd like to host a website off of my server with all of my credentials and information to show off my web-programming abilities. I want to design a database application with PHP and mySQL as a sample. I was thinking of caching all the IP's that connect to the site and maybe displaying them on a page that reads from the database or something. Any ideas as to some cool applications or functionality I could write for the site that would impress my employer? Thanks, Lateralus01 Quote Link to comment Share on other sites More sharing options...
Ken2k7 Posted June 18, 2009 Share Posted June 18, 2009 What about a random poll generator using AJAX for POST submit? A random poll generator will have a random number of questions (stored in the database), a random number of options (stored in the database) and it'll essentially choose one at random and display that to the user. However, if the user already answered the poll question, it should display the results instead of poll options stating how many votes are recorded for each option and the percentage of the total votes for each option. That should be sufficient. Doesn't take a long time either. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.