Pages
(Move to ...)
Home
About me
htaccess
Robots.txt
MySQL
PHP
▼
Showing posts with label
retrieve data
.
Show all posts
Showing posts with label
retrieve data
.
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...
13 Aug 2015
Get value from drop down box using PHP
›
The drop down box allows you to select one or more values from it. The HTML tag "select" is also known as...
2 Apr 2014
Retrieve data from mysql table using php
›
We are going to see how can fetch the result from mysql table using php. 1. First you need to connect ...
5 comments:
›
Home
View web version