Need a logo? Try crowdSPRING!

Data Protection in PHP

Nov 12, 2010 Author: City Hall
The reason to use classes is that they provide data protection; that is, classes prevent a programmer from making logic errors in dealing with complex data structures.

PHP Login script

Nov 10, 2010 Author: LinuxAdmin
This is a sophisticated PHP Login script. In this Login script we are going to create one database table called members. Than we create php file called main_login.php that would be the form where to put…

PHP practical example using sessions with private content login system

Nov 09, 2010 Author: Dr_ViRuS
A few days ago the students of Faculty of Informatics in some place got a exam One of the tasks was to make a 3 pages. page3.php is private and should login with username and password. The structure of…

How To Choose A Successful Freelancer Nickname?

Nov 06, 2010 Author: Dr_ViRuS
Searching the internet I found a pretty good text for the importance of the nickname in the online freelance jobs. I want to share with you hope it will help for future projects. In order to get yourself…

Sending upload file with email notify

Oct 27, 2010 Author: LinuxAdmin
Sending email notify with stored content wants a good knowledge of email formats. On the first place in the basic stuff is "Content-type": needs to declare the content as "multipart/mixed".