|
Forum Topics
Forum topics i have posted a reply in along with a snippet of the post. These links will take you off my profile and to the start of the topic i created.
PHP, Posted 4 Days Ago
Can someone tell me a good place online where i can learn PDO. I think it is time to catch up on technologies and get my scripts upto par.
|
PHP, Posted 10 Days Ago
Mysql Class ~~~~~ class sec_mysql { function connect() { global $DB; $connect = mysql_connect($DB['hostname'], $DB['username'], $DB['password']); if (!$connect)...
|
Forum Replies
Forum topics i have posted a reply in along with a snippet of the post. These links will take you off my profile and to the start of the topic i replied in.
CP Suggestions & Feedback, Posted 4 Days Ago
Umm suggestion for premium members. No moderation que wait on forum for account holders in good standing.
|
Internet & Web Development, Posted 10 Days Ago
On a personal level I do not believe you can blame the lang. As it is up to the coder to make the lang work how it's supposed to work.
|
PHP, Posted 10 Days Ago
I haven't actually messed with PDO yet.
|
General Programming, Posted 10 Days Ago
Oh ok I get it.
|
CP Suggestions & Feedback, Posted 10 Days Ago
Hold on hold on. How many people actually buy books on a coding language? No one that I know of except for maybe one person. People these days use online tutorials and eBooks.
|
|
About Me
Expert In PHP programming. Specialty in Security and CPA Industry. Can do HTML and CSS as well. Can code templates from PSD as well. Read more...
Followers |
4 |
Skills |
29 |
Likes |
0 |
Dislikes |
0 |
Comments |
3 |
Recently Liked
Recent Comments
What if you create a custom global? for instance I use my own mysql class and I make it an object then i use it is a global that way i know it is being loaded for each function i create that will need to use the database. I have never been able to get sessions and/or cookies to work correctly without first instantiating the global command. view content commented on
I think for upgraded members it would be a nice feature to either password protect a paste or set it to be viewable by a certain ip. view content commented on- View All Comments
|