Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-13-2012, 05:52 AM   PM User | #1
sr23
New to the CF scene

 
Join Date: Nov 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
sr23 is an unknown quantity at this point
Quick question! PLEASE HELP

Hi all,
I am fairly new to using PHP (and MYsql)
I am trying to develop a web application in which users can write notes and submit the notes to a server in which other users can then search for the notes and view them..

What approach do I take? and what software can I use that will make this process easier for me?

Thank you so much in advance!
sr23 is offline   Reply With Quote
Old 11-13-2012, 11:01 AM   PM User | #2
minder
Banned

 
Join Date: Oct 2012
Posts: 81
Thanks: 0
Thanked 4 Times in 4 Posts
minder can only hope to improve
You would normally start off with a html form prompting the user to enter notes.

When the form is submitted to a server side script, the server side script validates the user input (note) and then sanitises it before adding it to the database.

Other users can then run queries via html forms whicg submit the the search criteria to a server side script. The server side script retrieves the notes from the database that meet the search criteria and displays them in the users' browser.
minder is offline   Reply With Quote
Old 11-13-2012, 12:24 PM   PM User | #3
alemcherry
New Coder

 
Join Date: Apr 2010
Posts: 55
Thanks: 0
Thanked 4 Times in 4 Posts
alemcherry is an unknown quantity at this point
A custom job is not hard, but getting a ready made script would save you time making a pro looking page and features. Lookout for Q&A type of scripts in hotscripts.
__________________
Hosting Reviews and Discounts: Bluehost Coupon and Hostmonster Coupon
alemcherry is offline   Reply With Quote
Reply

Bookmarks

Tags
mysql, php, web application

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:14 AM.


Advertisement
Log in to turn off these ads.