
February 18th, 2013, 08:15 AM
|
|
Registered User
|
|
Join Date: Aug 2012
Posts: 28
  
Time spent in forums: 1 Day 1 h 18 m 59 sec
Reputation Power: 0
|
|
|
PHP-General - Just saying thanks to Dev Shed Forums
I've been teaching myself PHP from tutorials and books, I have to say over the last couple of weeks of visiting Dev Shed Forums the better I have become in the area of security. While the tutorials out there on the internet are a good place to start, they are terrible in the security department. I can't believe they are still using mysql_query in their examples, you would at least think they would be using mysqli_query. What I have learned from this PHP forum is do a Google search or go straight to the PHP Manual first to see if I can figure it first. Then I come here browsing the other posts and I usually come across a similar thread that solves my problem. I believe solving the problem yourself lets the knowledge sink in better than having someone else do the work for you. Besides in my opinion it's just being lazy on the poster's part if he/she doesn't research the problem first and wastes everyone's time. There are somethings that can't be figure out by what I just mention and those are the times that it is appropriate to post, but I guess even when that solution is posted it will be a V-8 moment. 
|