|
Displaying 1 - 50 of about 3457 Related Tutorials.
|
PHP Examples
In this section of PHP examples, the new bees will learn the basic examples of most common used functions. These examples will help to the experts too.... In this PHP example section, we have tried to cover the whole range of PHP |
PHP Tutorials Guide with Examples
PHP Tutorials Guide with Examples Hi,
I am a beginners in PHP. I have searching for php tutorial guides with examples. Can any one provide me resourceful link.
Thanks,
Hi,
Please read this PHP tutorial |
php video tutorial for beginners with examples
php video tutorial for beginners with examples php video tutorial for beginners with examples
PHP: Hypertext Preprocessor
PHP is an open source server side scripting language. One can use PHP to create dynamic web |
|
|
Sql Examples using php code
Here is the many examples.
In this tutorial we discuss many examples of sql statements using php code |
PHP Date Examples, PHP Date functions
Tutorials series we will show the usages of PHP Date functions with examples.
PHP Date function examples...The PHP Date function provides many options to the PHP programmer. It allows |
|
|
php
can learn php mysql connectivity examples from the given link:
PHP Mysql Connectivity |
PHP Functions, PHP Functions Tutorials
PHP Functions
In this section we will understand important PHP functions...;
}
Functions in PHP
PHP provides many built-in functions to do the real job. There are around
5000 functions available in PHP. These functions provides |
PHP filemtime() Function and examples
Syntax
int filemtime(file_name)
Gives the modification time in integer form of the file
Use Date() function to change it to proper format
PHP filemtime() function Example
<?php
$time = time |
examples
examples Hi sir......
please send me the some of the examples... questions .
Hello Friend,
Which type of connectivity examples do you want?Please clarify this.
Thanks
mysql connectivity examples
  |
PHP Files management functions and examples.
The PHP file management is import in any application development... to read the some data from the file and display on the users browser.
PHP scripting language provides many functions for the manipulation of files from the PHP |
exception handling in php - PHP
exception handling in php i need few examples on exception handling in php |
jQuery - jQuery Tutorials and examples
jQuery - jQuery Tutorials and examples
The largest collection of jQuery examples... created many examples of using jQuery.
View the demo's here.
Learn jQuery |
PHP rename() function and examples
Syntax of PHP rename() Function
bool rename(file_name,new_name[,context...
Example of PHP rename() Function
Code for PHP rename() Function
<?php
a=rename("aa.txt","aaaaa.txt");
  |
Ajax Examples
Ajax Examples
There are a few AJAX demos and examples on the web right now. While...-enabled browser.
Ajax Using the PHP and Sajax
The goal of creating a truly |
PHP Expression
PHP Expressions:
In every language expression plays a vital role, in PHP... is a variable and 323 is a constant value.
Following examples will try to make... functions in PHP:
PHP Regular Expression Example:
<?php
function disp |
PHP filesize() function and example
Syntax
int filesize(file_name)
It gives the size in bytes.
Example of filesize() Function in PHP
<?php
$size=filesize("c:/rose1/ram.txt");
echo "size
is ".$size |
PHP Comments
PHP Comments:
Most of the popular languages (C, C++, Unix) uses same
kind... with these Unix like comment '#' is also supported by PHP.
Single line...
large block is to be commented.
Example:
<?php
//This is a single |
PHP Array
Array in PHP
Almost every language supports array, which is a collection of similar data
type, but in PHP language it could be or could not be the same. An array could
be a collection of similar or dissimilar datatype.
PHP Array |
PHP Date function
PHP Date Function
In this section we will show you the different formatting options available in the PHP Date function
PHP date() function provides many...] )
Following tables shows formats and its description in the PHP |
PHP Array Type
PHP Array Types:
In PHP an array is more than just array, it is an ordered map... will be truncated as integer.
Following examples will help you to learn array quickly and effectively.
PHP Array Example:
<?php
$array=array("Hello" |
PHP Array, PHP Array Tutorials and Example code
frequently in the PHP program.
Learn the PHP Array with examples...In this section we have provided many PHP tutorials and the example code to explain the PHP Array in detail. You will learn how to create, use and manipulate |
PHP Ajax tutorial
PHP Ajax tutorial Hi,
I am learning Ajax with PHP. Provide me few examples of Ajax with PHP.
Thanks
Hi,
Here are few tutorials:
PHP Ajax and Database
Getting Started with Ajax
Thanks |
PHP String Function
PHP String Function:
A string is nothing but a series of characters. Most... new feature of PHP 5.0 called heredocs, in this technique we do not need... print these all.
PHP String Function Example:
<?php
$a=" |
PHP Array Length
the Array Length using the sizeof() and count() functions.
As you know, PHP... of count function.
Example of array length in PHP
PHP array sizeof () example
<?PHP
$weekdays = array |
PHP Float Number Format
PHP Float Number:
In our daily life we use different kind of number systems... numbers".
Following examples will help you to learn floating point number precisely.
Example:
<?php
$a=34.0000;
echo
"Value of a is:" |
Sitemap PHP Tutorial
and date into your timezone |
PHP Examples
| Advance PHP
MySQL |
PHP Page...
Questions |
Site
Map |
Business Software
Services India
PHP Tutorial Section
PHP Index |
PHP for
beginners |
PHP Date
Functions |
Starting |
Create Directory in PHP
Create Directory in PHP Hi,
I want to create a small php program like how to create directory in PHP. I need the help of PHP programmer, who could....
Thanks,
Hi,
For creating Directory in PHP is not so tough task. I |
The PHP Date() Function
The PHP Date() Function
The PHP date() function is used for formatting... formatting. For example:
<?php
echo date("Y/m/d") . "<br />... introduced in PHP 5.1 version while all the above was introduced in PHP |
PHP Arithmetic Operator
Arithmetic Operators:
These are the most basic kind of operators. The PHP... same as other languages. Different examples will try to make it clear:
Example (Unary Operator):
<?php
$a=-12;
echo $a."<br/>" |
PHP var_dump function
PHP var_dump Function
The PHP var_dump() function displays information about... and value.
General format of var_dump() in PHP is:
void var_dump(mixed ...;
PHP Var_dump Function Example 1:
<?php
$a=array(1,2,'c',true,array |
PHP Type Juggling
Type Juggling In PHP:
Unlike other programming languages like C,C++ and Java, PHP does not require to declare any variable specifically. It means if we assign....
PHP Juggling Type Example:
<?php
$temp="0";
echo " |
PHP filetype() function and example
Syntax
string filetype(file_name)
It gives the file type of the give file name in string form
File types are dir, block, link, file, fifo, char, socket
and
unknown.
Example of PHP filetype() Function
Code
<?php |
Free PHP Books
insights and realistic examples illuminate PHP 5's new object model, powerful... Cookbook is a collection of problems, solutions, and practical examples for PHP...
Free PHP Books
  |
PHP Singleton Method
PHP Singleton Method:
Many application resources are exclusive like database... example we will create an object manually,
PHP Singleton Pattern Example:
<?php
final class single
{
protected static
$_var;
private function |
HTML5 examples
examples to learn in detail with the help of many examples.
Please provide me the urls of HTML5 examples.
Thanks
Hi,
There are many new features... supported by major browsers.
View examples at HTML5 Examples tutorial page |
PHP Alternative Control Structure
Alternative Control Structure:
PHP provides alternative ways to use control... coding within any control structure, the examples are
given below:
elseif... otherwise if we want keep else and if must not be separated into
two words, PHP |
What are PHP, ASP and Perl
PHP (Hypertext Preprocessor), ASP.NET (Active Server Pages),and Perl are examples of programming languages. These Programming languages are used online... are important to provide dynamic look to any websites. PHP, Perl, ASP are among |
PHP Integer Data Type
Learn PHP Integer Data type:
In PHP integers can be decimal which is a normal... system is 16).
To denote an octal number in PHP use 0 before the number... type.
PHP Integer Data Type Example:
<?php
$a=12;
echo" |
PHP Mathematical Operation
Mathematical Operations in PHP
PHP supports mathematical operations as other languages do. It support
addition, subtraction, division, multiplication, increment, decrement etc.
Example 1:
<?php
$a=25;
$b=5;
$c=$a+$b |
PHP Increment Decrement Operator
PHP Incrementing and Decrementing variables:
PHP follows very common style..., e.g. if we perform 'Z'+1 then PHP will display 'AA' whereas in 'C' and 'Java' result would be '['.
Examples |
The fgetcsv function example in PHP, fgetcsv php, fgetcsv in php
Examples of fgetcsv() function in php
Description
The PHP fgetcsv() function is used to parse the CVS file in PHP program. Here you will see how you... of fgetcsv() Funtion in PHP Program
Array fgetcsv ( file_handler [, $length |
PHP date add function
PHP Add Date function - date_add or DateTime::add function
The date_add... and seconds to a DateTime object. This function works in PHP 5.3.0 and above... amount.
Example:
<?php
$date = new DateTime("24-Aug-2009 13:10 |
PHP Cookie
PHP-Cookies
Cookie is a very important part in Internet. PHP supports HTTP... the $_COOKIE as associative
array.
Example:
Cookie-1.php
<?php
$var...;/form>
Cookie-2.php
<?php
if(isset($_POST))echo
$_POST['name' |
PHP Return Statements
PHP Returning Statement Values:
PHP Return statement is used to return a value.... In PHP we can return values, arrays, or object.
If the function is called from... to stop the eval() statement or script file.
PHP Return Statement Example |
PHP Array Merge
PHP Array Merge
In many situations we have to merge two or more than two... array
Unlike in PHP 4, PHP 5 only accepts parameters of array() type... of
example 4 as mentioned below:
Example 1:
<?php |
PHP, PHP Tutorials, Free PHP Tutorials
and above or Mozilla Firefox 3.0.1 or above.
Our free PHP examples are best suited... from our PHP free examples. All the examples are well coded and well checked. We...PHP is one of the most common and popular languages used for creating a dynamic |
Ajax examples
Ajax examples Hi,
I am Java programmer and I have done programming in Java. Now I am learning ajax from scratch. Tell me the good examples of Ajax.
Thanks
Hi,
Since you have already experience in development |
PHP For Each Loop
Foreach Loop in PHP
In PHP associative array gives us more power to use...
or
foreach(array as $key=>$val)
statement
Following examples will help you to learn for each loop precisely:
Example:
<?php
$studentClass |
PHP Variables Types
PHP Variables:
In PHP a variable is declared with a dollar sign followed... variable, the data type of the variable changes to that only. It means in PHP... is dynamic in nature.
PHP Variable Example:
<?php
$Var='india';//valid |
php
php what is php
PHP Tutorials |