June 12, 2010
(0) Comments
To do a secure login using PHP suppose you have a page called login.php that has the login form and the page logincheck.php, you have to take in your account these points …
Read More...May 29, 2010
(0) Comments
This message appears when you try to connect to MS SQL Server from PHP, to fix this problem you have to check the following…
Read More...May 13, 2009
(0) Comments
CORBA for PHP is a PHP Extension that enables you to use CORBA objects in PHP5. CORBA for PHP uses MICO as its ORB ….
Read More...May 9, 2009
(0) Comments
Some times in when make a code for uploading files, you want that the uploaded file not to be over written, to do that you have to use this function…
Read More...April 13, 2009
(0) Comments
PHP Implementation of DKIM project found on sourceforge.net, which is a PHP functions and classes to add a Domain Key Identified Mail (DKIM RFC 4871) signatures to emails that sent via PHP…
Read More...April 13, 2009
(0) Comments
Hide it is an open source project found on sourceforge.net, it is for encrypt o decrypt php source files to hide this source code from being modified…
Read More...April 9, 2009
(7) Comments
if you need to get the current path using php, you have to use the following function…
Read More...April 1, 2009
(0) Comments
If you are searching about a paypal IPN (Instant Payment notification) , you are in the right place. Here I show a simple PayPal IPN (Instant Payment notification) to you …
Read More...March 30, 2009
(1) Comment
some times in PHP pages the message “Warning: Cannot modify header information - headers already sent by (output started .. ” appears…
Read More...March 20, 2009
(0) Comments
Some times when you use some javascript or ajax you need to prevent cache, here is a simple HTML code that is valid for all web programing …
Read More...

