Thread: [PHP/SQL]
View Single Post
Old 08-17-2004, 12:04 PM   #4 (permalink)
Fallon
Junkie
 
Location: RI
He meant that if you use a SQL backend to your page, be VERY careful as people can and probably will delete stuff. Generally it's a huge security issue with a database. Speaking of which, I need to try that at home on my pages.
If you use a PHP/SQL combo, you'll need to write a function that'll scan the users input into the page so that it doesn't contain any important things like ', ", ;, DROP, DELETE and a bunch of others.
Fallon is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47