Jump to content

Coding Help :(


jushiro

Recommended Posts

Well, your request is somewhat vague. What kind of lessons are we talking about. If they are just text based lessons (maybe some images here and there), you could create a rather simple site that meets those needs. Some HTML and PHP/MySQL would probably get the job done.

  But if you wanted something interactive in real time (as in the user doesn't have to reload the page every time they preform an action) that it becomes rather complex. Even more so if you want other users to be able to create and upload their own lessons. This could require some rather difficult coding if you are new to PHP. You would most likely have to learn actionscript, jquery/ajax, or perhaps java, in addition to some fairly complex php coding potentially.

 

This kind of system isn't really something anyone could code up in any decent amount of time without wanting to charge for it. If you truly want to do it yourself, perhaps you should start with a simple design, and add more complexity to it as you learn more. 

Link to comment
https://forums.phpfreaks.com/topic/248252-coding-help/#findComment-1274851
Share on other sites

Well text and images won't be too hard. I am not sure how proficient you are, or what you know, but I would start with learning how to create and manage a MySQL database. A google search will probably turn up some tutorials. Then I would learn about uploading images, and using the MySQL database to allow the user to upload text.

 

Then you may want to try to allow the user to add images inline, perhaps using an open source WYSIWYG editor.

Link to comment
https://forums.phpfreaks.com/topic/248252-coding-help/#findComment-1274855
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.