Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Badges

Any minute now…

garethablett

Username
garethablett
Joined
Visits
3
Last Active
Roles
Member
Badges
0
Points
0
Posts
1

Comments

  • This seems to be PHP5 only because of the use of stripos() so i added a bit of code before the start of the class so that it becomes php4 and php5 compatible. if (!function_exists('stripos')) { function stripos($haystack, $needle){ return st…
  • This seems to be PHP5 only because of the use of stripos() so i added a bit of code before the start of the class so that it becomes php4 and php5 compatible. if (!function_exists('stripos')) { function stripos($haystack, $needle){ return st…