- Pages:
- 1
- 2
| PHP Learning? | |
|---|---|
| Tweet Topic Started: May 17 2009, 09:55 AM (986 Views) | |
| Dillon | Aug 4 2009, 08:05 PM Post #11 |
|
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; ?> | |
![]() |
|
| Darksorrow131 | Aug 5 2009, 05:54 PM Post #12 |
|
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! | |
![]() |
|
| 1 user reading this topic (1 Guest and 0 Anonymous) | |
| « Previous Topic · Web-Based Programming Support · Next Topic » |
- Pages:
- 1
- 2






10:18 AM Jul 11