Pages
(Move to ...)
Home
About me
htaccess
Robots.txt
MySQL
PHP
▼
Showing posts with label
foreach
.
Show all posts
Showing posts with label
foreach
.
Show all posts
13 Dec 2015
Get multiple selected values from drop down box using PHP
›
You can get value from selection box using $_POST['selection_box_name'] ( if form method is post) in PHP...
1 Jun 2015
Upload multiple files/images using PHP
›
You can upload single file and image easily in PHP. Now we are going to know how to upload multiple files and image...
13 May 2015
Get multiple values from checked checkboxes using PHP
›
Normally you can get single value from textbox, checkbox and radio buttons. Can you retrieve multiple values from sel...
23 Jun 2014
How to store array values into session in php
›
You can store single value to session in PHP easily. Visit store values to session in php . Store array values to sess...
3 comments:
›
Home
View web version