PHP Tag
HOME
PHP
Python
Javascript
Mysql
skip to main
|
skip to sidebar
Total Pageviews
No posts with label
Python
.
Show all posts
No posts with label
Python
.
Show all posts
Home
Subscribe to:
Posts (Atom)
Search This Blog
Popular Posts Today
Difference between $_GET, $_POST and $_REQUEST
$_GET, $_POST and $_REQUEST all these variables are predefined variables in php. Normally we have 2 methods to send the data to one page t...
How does the Mysql result set works in php
Normally if you want to connect to the mysql server the php function is mysql_connect('hostname','username','password...
How to upload file using php
The following code and functions are used in file upload and I would these are must for file uploading. - move_uploaded_file() - using ...
php echo and print difference
echo - Is a command only. - Faster than print - It can print multiple values. Example : <?php echo 1,2,3,4; echo $name,...
php $_SESSION and $_COOKIE
Before going to know about the sessions and cookies lets see the difference between $_GET,$_POST , $_SESSION, $_COOKIE. As we have already...
Copyright © 2011.
PHP Tag
. All Rights Reserved