RoseIndia.net

PHP Tutorial

Programming Resource Home :: PHP :: PHP-Tutorial




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



PHP Tutorial
Tutorial PHP Variables Form
If you want to use one variable into multiple pages you will have to opt one out of three methods : View Rating



PHP Tutorial
Tutorial PHP Variables from URL
Are you facing problem passing variable from URL? Don't worry, it is quite easy to learn and implement into your project. View Rating



PHP Tutorial
Tutorial PHP Variables Functions
In this tutorial we learned about how to create functions or how to use predefined functions. If you want to see the real power of PHP you should use PHP functions. There are more than 700 in-built functions in PHP. View Rating



PHP Tutorial
Tutorial PHP Echo Variables
Echo() is used to display the output of your program. It is not a function so, it is not necessary to use parenthesis after echo. If you want to passed more than one variable to display then it shouldn't be enclosed within parenthesis. View Rating



PHP Tutorial
Tutorial PHP Variables Default Value
In this tutorial we will learn how to set default value in PHP variables or Functions. If there is no value in the variable passed to the function call than only the default value is used by the function. View Rating



PHP Tutorial
Tutorial PHP Variables Dump
There are some moments in our application when we face some problems or we work on someone else project the first thing we do is to check the detail of the contents or application either it is an array or object in php. 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     [>>]


Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.

Copyright © 2004. All rights reserved.