Your freedom is worth more than you think. Take advantage of it while you can.
Be smart - Be a Zend Cert Zend Certified Engineer.

Thursday, July 21, 2005

:ZCE: The PHP Search Engine

PHP Search engine? ever thought it would exists?
Marco tabini PHP|arch publisher is real evil and he admit it! how honest and it seems we have to agree with him.

Macro Tabini has just announce the bron of PHP Search Engine, which will help PHP programmers to find more accurate information about PHP related articles, blogs, news, etc..

I'm sure this will help programmers who's preparing for ZCE.


PHP Search Engine site

read more at Marco tabini blog

Saturday, July 09, 2005

:ZCE: Places to get practice PHP tests

Here are some locations you can test your PHP skills before taking the final zend exam...

http://expertrating.com/ ($10)

http://brainbench.com/ ($50)

Hudzilla.org (FREE)

Zend (FREE)

BlueShoes (FREE)

Thursday, July 07, 2005

:ZCE: Short form of if-statement

Someone explain this to me
<?php
$n = 15;
$a = ($n % 2 ? 'odd number' : 'even number');
echo $a;
?>

Ok, I can understand its if statement,
eval ? DO_IF_TRUE : DO_IF_FALSE;

that was for today

Saturday, July 02, 2005

:ZCE: Some links for light reading

Including files:
include,
include_once,
require,
require_once,
include_path
Including other files


PHP data types
Language types