June 12, 2010

(0) Comments

Create Secure Login using PHP and sessions

admin

PHP and sessions

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

Problem when connecting to MSSQL using PHP

admin

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

admin

CORBA objects in PHP5, CORBA ORBS using PHP4, CORBA using PHP

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

get free file name function with php

admin

get free file name function using php

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

admin

Implementation PHP of DKIM

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

Encrypt/Decrypt php source files

admin

decrypt php source files, encrypt php source files

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

Get the current path using PHP

admin

get the current path

if you need to get the current path using php, you have to use the following function…

Read More...

April 1, 2009

(0) Comments

PayPal ipn with php

admin

paypal ipn using php

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

Warning: Cannot modify header information - headers already sent by (output started .. fix

admin

header("location page.php");, ob_flush() php function, ob_start() php function, Warning: Cannot modify header information - headers alr

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

How to prevent cache using html meta tag

admin

html, meta tag, prevent cache

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...