Welcome Guest [Log In] [Register]
Add Reply
PHP Learning?
Topic Started: May 17 2009, 09:55 AM (986 Views)
Dillon
Member Avatar

With me, It would take me awhile to learn how to build all of that, but I would also be nervous about exploits in my code such as sql injections, since I'm a beginner with php.
<?

$text == "Hello World";

echo $text;

?>
Offline Profile Quote Post Goto Top
 
Darksorrow131

SQL injections aren't that hard to avoid, just that for some reason a lot of (professional) programmers ignore its existence. In PHP really all you have to do is make sure to call mysql_real_escape_string() on any user input before it's inserted into your SQL statement.
(let loop () (loop))
((lambda (x) (x x)) (lambda (x) (x x)))
(let ((k #f)) (call/cc (lambda (cc) (set! k cc)) (k))
((call/cc call/cc) (call/cc call/cc))

-- Infinite loops are awesome! --
Tell me if you have other awesome infinite loops!
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Web-Based Programming Support · Next Topic »
Add Reply

Banner and Logo by TheKeith