Basic PHP Programming

Your guide to basic PHP Programming

Archive for the ‘PHP’ tag

PHP and your files

without comments

php4.jpg
PHP is like a secretary.

I’m really liking these analogies I’m using (yeah, I’m weird that way). Anyway, as I was saying… PHP has the ability to interact with your file system. It means that PHP can write and reads into any file in your directories and files that are on your local hard disk (or other computers if they’re in a network). Aside from that, if a file doesn’t exist, PHP can create that file, directories, and copy files. It can also rename and/or delete files and change their attributes. If you want to create a back-up then PHP can do it for you.

Written by Bart

June 10th, 2010 at 10:33 am

Posted in file system

Tagged with ,

Starting Php

without comments

Here are some helpful basics on PHP.
Image Source:zoo.parkingspa.com

Begin, at all times, a PHP page with “.” and use “;” at the end of a variable. Before manually starting phpmyadmin to make your PHP program run properly, be ready to set up PHP, PHPTriad first. Next, to enable your php program to function, bring a php page in a .php wing. And lastly, don’t forget that security is the main requirement in using this type of PHP language. In developing a page with PHP, high level of security is necessary. It is also very important to note that if you really want your program to operate, follow instructions to the letter. With this type of system, accuracy is the key. Programming is not really hard. , nowadays, almost anyone can learn the skill. There are tutorials online that should be boosted by a one’s interest. Perseverance entails to a learner reading tutorial lessons and later try out some actual programming.

Written by Bart

September 29th, 2008 at 6:36 am

Posted in Information

Tagged with ,

Why PHP?

without comments

php1.jpg

Yeah, why PHP?

For one, it’s fast on web sites. Since it is embedded in HTML code, it will only take a short time to process and load a webpage. PHP is also easy to use. The syntax is relatively simple and quite easy to understand. Even non-programmers can understand and use them. Next, it is versatile. It can run on most of the operating systems like Windows, Mac, OS, and even some varieties of Unix.

One more thing, PHP is free. It’s an open source programming language so you don’t need to buy anything. All you need is to go the .