Scriptsmount a free web scripts directory provides website scripts, webmaster scripts, web directory scripts, directory scripts, php scripts, perl scripts, cgi scripts, html scripts, database scripts, asp.net scripts, form scripts, guestbook scripts for webmasters
Web Scripts :: PHP :: PHP Tips and Tutorials :: Introduction to PHP
4.
Variables in PHP
|
|
Variables are nothing but identifiers to the memory location to store data. We can create any number of varibles. In PHP all the variables begin with a dollar sign "$" and the value can be assignes using the "=" operator as shown below: Another important thing in PHP is that all the statements must end with a semicolon ";". In PHP we needn't have to specify the variable type, as it takes the data type of the assigned value. From the above example we understand that '$Name' is of Data type String and '$Age' is of type Numeric.
Hits: 43 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
Category: PHP :: PHP Tips and Tutorials :: Introduction to PHP
|
5.
SmartWebby's Introduction to PHP
|
|
PHP has become a more popular technology for web programming in the recent years due to its open source technology. This means that it is free to use and is compatible with almost any server, say Windows, Linux/Unix and Apache servers. Though it is an open source technology, it has many advanced features included in it and is now capable of handling almost any issue related to the internet. PHP stands for "PHP Hypertext Preprocessor". PHP is a server-side scripting language. This means that a PHP page is processed on a Web server by a PHP script engine. When the client makes a request for any page, the request is sent to the server, the server locates the requested page and executes the PHP code if any and the result is sent to the browser (client) in the form of HTML. The browser then compiles the HTML to display the output.
Hits: 71 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
Category: PHP :: PHP Tips and Tutorials :: Introduction to PHP
|
7.
Basics of PHP
|
|
Ok, this will give you some very basics of what php is, and how it works. Ill try to make it as new-to-programming freindly, but it will help if your at least good with understanding syntax of coding languages. Also, I wont go directly into how to install PHP onto your server, or local computer, but here is a few helpful links: Auto installer for Windows: http://codingforums.com/s howthread.php?t=3992 Sections: 1. What is PHP a. Picking PHP b. Installing PHP 2. Getting started a. Checking your server b. Your first script 3. Variables a. Declaring variables b. Filling variables c. Using variables
Hits: 40 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
Category: PHP :: PHP Tips and Tutorials :: Introduction to PHP
|
8.
An easy introduction to PHP
|
|
An easy tutorial to learn the fundamental basics of PHP. The tutorial starts with a little history about PHP and how to install your home server. After that it quickly moves on to PHP syntax, variables, loops, if-statement, arrays and much more. It contains many examples to give aid during learning.
Hits: 33 Rating: 0.00 Votes: 0
[Detail]
[Send URL]
Category: PHP :: PHP Tips and Tutorials :: Introduction to PHP
|
|
|
|
|