Enterprise PHP

I have 4 followers

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.

What is a good place to learn PDO?

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.

Mysql Class and how to use it with functions

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.

Premium Users

CP Suggestions & Feedback, Posted 4 Days Ago

Umm suggestion for premium members. No moderation que wait on forum for account holders in good standing.

The language is to blame for my slow website that won't scale... really?

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.

Injecting code into PHP Files

PHP, Posted 10 Days Ago

I haven't actually messed with PDO yet.

What's the most complicated code you have ever had to write?

General Programming, Posted 10 Days Ago

Oh ok I get it.

Premium Users

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.

Page of 3 :: Next Page >>

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

  • Not liked anything yet

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