Jump to content

What should I make?


skein

Recommended Posts

currently the things i've seen most used at my place of employment are:

 

1) Integrating flash into PHP for really cool results (yes, im suggesting learning actionscript as well) - you can use flash and php integration for some awesome things, for instance navigation based on a file structure.

 

2) Contact forms that are validated locally (javascript) and server side (php) and have cool functionality (as needed...)

 

3) File management system (upload, download, store, protect files - deal with users, possibly user-groups)

 

4) You can try doing a simple forum, including log-ins, user profiles etc. Try your hand at learning some AJAX for creating a search function that searches as you type or just validates whether a username is already taken before you hit the "submit" button.

 

4) Address books - maybe include the ability to add pictures or something.

Link to comment
https://forums.phpfreaks.com/topic/90758-what-should-i-make/#findComment-465251
Share on other sites

4) You can try doing a simple forum, including log-ins, user profiles etc. Try your hand at learning some AJAX for creating a search function that searches as you type or just validates whether a username is already taken before you hit the "submit" button.

 

Already did a that. The forum had a registration form. a login system. mysql databases. simple posts and a admin tool to edit the forum. but it was very simple.

Link to comment
https://forums.phpfreaks.com/topic/90758-what-should-i-make/#findComment-465636
Share on other sites

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.