SitePoint Sponsor |
|
User Tag List
Results 1 to 6 of 6
-
Oct 22, 2009, 06:07 #1
- Join Date
- Oct 2009
- Posts
- 3
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Help with my strarting my final year project
HI i am going to create a tutorial in MySQL for my final year project. for this i have been searching the internet and on w3schools came a cross a sql tutorial in this i saw that they had created a text box where the user could practice sql commands i thought this was very use full and i would like to incorporate this in to mysql tutorial that i am doing for my final year project. could someone please help.
-
Oct 22, 2009, 07:02 #2
- Join Date
- Mar 2007
- Posts
- 83
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
What programming language are you using ?
You might want to put really strict validation it, so people don't put harmful querys in.
-
Oct 22, 2009, 07:21 #3
- Join Date
- Aug 2004
- Location
- Manchester UK
- Posts
- 13,807
- Mentioned
- 158 Post(s)
- Tagged
- 3 Thread(s)
It wouldnt matter as it would be a dump database that would be refreshed every (x) minutes or restored at the click of a button.
If you think about it, all you are doing is changing a typed query:
Code:select id , pageName from myTable where id = 2
PHP Code:$data = $_POST['data'];
mysql_query($data);
You would need to check special characters and such like that would break the query but its not difficult.Mike Swiffin - Community Team Advisor
Only a woman can read between the lines of a one word answer.....
-
Oct 27, 2009, 05:51 #4
- Join Date
- Oct 2009
- Posts
- 3
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
i am going to be using html and my sql
-
Oct 27, 2009, 07:06 #5Guido - Community Team Leader
The Votes Are In: The Winners of the 2013 Community Awards are...
Blog - Free Flash Slideshow Widget
-
Nov 3, 2009, 12:07 #6
- Join Date
- Oct 2009
- Posts
- 3
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
i would like to jsp
Bookmarks