How To Install Ubuntu LAMP (Apache, MySQL, PHP)
What is localhost, what does it do? Localhost is the computer’s ability to operate as a server thanks to the
Continue readingIT world
What is localhost, what does it do? Localhost is the computer’s ability to operate as a server thanks to the
Continue readingIf you have been developing software with PHP for a while, you may have noticed that wasting time to re-download,
Continue readingThe last of the Built-in Functions! String Functions The functions I will add here only scratch the surface of PHP’s
Continue readingSession-Handling Functions Session handling is a way of holding on to data as a user navigates your Web Site. Data
Continue readingRegular Expression Functions ereg_replace() and eregi_replace() The ereg_replace() and eregi_replace() functions replace instances of a pattern within a string and
Continue readingProgram Execution Functions You can use PHP’s built in program execution functions to use programs residing on your system, such
Continue readingMisc. Functions The die() and exit functions provide useful control over the execution of your script, offereing an ‘escape route’
Continue readingHere are yet more Built-in Functions, Mail Function If your server has access to sendmail or an SNMP gateway the
Continue readingToday in Buit-in Funtions we will look at some HTTP functions. header() The header() function outputs an HTTP header string,
Continue readingWelcome back to Built-in Functions. Filesytem Functions chmod(), chgrp(), chown() Like the shell commands of the same name, the chmod(),
Continue reading