Jump to content

I Need Ideas for a Web Application


lateralus01

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/162701-i-need-ideas-for-a-web-application/
Share on other sites

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.