Debuging php through fire fox using FirePHP

2:34 AM

(0) Comments


i was searching for a php console i can attach it with firefox to instantly debug , but a break points and so on so i can develop faster and find bugs and errors faster
i found awesome addon to firefox called firephp , its attached to famous firefox addon firebug
simply you need :
firefox , firebug , firephp
and just include the firephp class into your code

require_once('FirePHPCore/FirePHP.class.PHP');
$firephp = FirePHP::getInstance(true);


[tips] the fastest and best ways to send mails in php

1:33 AM

(0) Comments

hey all
i read a great article wrote by Manuel Lemos , he talked about sending e mails in php and what is the best ways to do that and  how to deliver the message fast and correct
the article is really awesome so  i decided to share it with you guys



the fastest ways to send mails  in php

eslam

,