Where to start? - Beginner Level to Expert PHP Website Developer
Friday, May 15th, 2009This is a message to my previous self (like how Rimmer went back to tell …
This is a message to my previous self (like how Rimmer went back to tell …
This is another ‘Gotcha’ moment that i want to share with you.
I don’t often declare a PHP …
Yes - it can in PHP version 5.2.
(The example code below is also available …
If you want to explicitly convert a PHP variable into an integer. You could use the (more…)
I was looking at the documentation for PHP’s mb_convert_encoding function. ()
I was having difficulty finding …
multidimensional arrays as form variables
(PHP 4.0 Beta 3 < )
Its really useful to be able to pass …
If you are writing a script that bases decisions on a method name or function, how can …
I’m new to Object Oriented Programming in PHP and keep forgetting what the name of the generic …