PHP Tutorial

Programming Resource Home :: PHP :: PHP-Tutorial

Advertisement

Advertisement




PHP Tutorial
Tutorial PHP Cookies
PHP Cookies is used to sent the information by a web-server to a web-browser and whenever you accesses that server the browser will give you the same result without changing anything. Cookies in PHP is helpful to identify the user. View Rating



PHP Tutorial
Tutorial PHP date function
PHP Date() function is used to display the date and time in a précised format. With the help of PHP date function you can format timestamp to a more readable date and time. View Rating



PHP Tutorial
Tutorial PHP Variables Static
PHP static variable is used to remember the value of a local variable when we call the function in our program. While your script is running a static variable is only retained by the function , but it is NOT shared with the main code. View Rating



PHP Tutorial
Tutorial PHP Variable Outside Function
In PHP Functions, a variable can be called either outside the function or inside the function. If we declare a variable within the function, it will not seen outside the function and if you declare a variable outside the function, it will not seen inside the function. View Rating



PHP Tutorial
Tutorial PHP Numbers Variables
We already define that variables are used to store the values or information in the form text strings, numbers or array. A variable in PHP always recognized with $sign. View Rating



PHP Tutorial
Tutorial PHP Null Variables
PHP Null variable is a type that only stores the null value. The Null value indicates that the used variable has no value. The variable only considered null when : View Rating



PHP Tutorial
Tutorial PHP Variables in JavaScript
JavaScript and PHP both are scripting language for the web. Moreover, JavaScript is basically a client side scripting language and PHP is server side scripting language. View Rating



PHP Tutorial
Tutorial PHP Variable Global
PHP Global variable are the variables which can be used anywhere in the program. It is used to store the value inputted by the user. View Rating



PHP Tutorial
Tutorial PHP Variables from Page to Page
A PHP programmer can easily pass the variables from one page to another page by using different method and functions provided by the PHP Scripting Language. Such as : 1. $_GET[] 2. $_POST[] 3. $_SESSION[] View Rating



PHP Tutorial
Tutorial PHP Variables from File
Today we will learn about fopen() function in php. fopen() function is used to open the file directly from the C directory or URL. It makes this function versatile. Fopen() has two main parameters: View Rating
Page:  [<<]   1   2   3   4   5   6   7   8   9   10   11   12   13   14   15   16   17   18   19   20   21   22   23   24   25   26   27   28   29   30   31   32   33   34   35   36   37   38   39   40   41   42   43   44   45   46   47   48   49   50   51   52   53   54   55   56   57   58   59   60   61   62     [>>]

Send your comments, Suggestions or Queries regarding this site at [email protected].

Copyright © 2004. All rights reserved.