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… 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".
Oct 21, 2010 Author: Beyonce
Hello everyone, this is a simple PHP form for uploading files. We are going to show you how to create form for upload files. Making a String Uppercase, Lowercase, or Capitalized
Aug 29, 2010 Author: Developer
One occasional problem with PHP is that MySQL supports case-insensitive character fields, but strings in PHP are case sensitive. In a query, MySQL makes no distinction between the words Ferrett, FERRETT,… PHP Detecting the Host Platform
Feb 09, 2010 Author: strumica
Detecting the Host Platform. Because different types of systems have different sets of host commands available, if you are writing a script that could potentially be executed on different platforms, it's…

