Jump to content

Recommended Posts

Posted (edited)

Looking for direction of where to start. I need to build a web-based application where users can view and update a form, and once the form is submitted/saved, the webpage displays a list (or view) based on a field in the form. Also want to include optional 'views'. For example, a person fills out a form with their name and address. They save or submit the form which then bring the visitor back to a webpage displaying a list of names for example, which includes the name they have just submited, and this list can be viewed in various ways (e.g., by name, by address, etc. etc. ) I have no network but need to share information. Not sure where to start or what application I should be using. Any help or direction would be so very much appreciated.

Edited by patsy
Posted

Well, sounds like you need to learn a bit of PHP/MySQL for this. Here's where I would start:

 

http://killerphp.com/videos/

http://www.phpvideotutorials.com/ (free videos, though the paid videos are well worth it too)

http://www.tizag.com/phpT/ and http://www.tizag.com/mysqlTutorial/

 

Once you have a basic understanding of PHP, perhaps take a look at this basic system I've put together (http://www.killersites.com/forums/topic/2282/basic-php-system-vieweditdeleteadd-records/). It'll show some of what you'll need to do for your application -- specifically, the parts about working with a database and viewing/adding/updating/deleting database records.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...