Pages
(Move to ...)
Home
About me
htaccess
Robots.txt
MySQL
PHP
▼
Showing posts with label
PHP
.
Show all posts
Showing posts with label
PHP
.
Show all posts
28 Jun 2016
PHP get particular key value from multidimensional array
›
You can get specific key from multidimensional array using any one of the below methods: 1. Get Specific key value form multidimension...
2 comments:
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...
26 Aug 2015
Find prime numbers between 1 and 100 in PHP
›
This blog describes how to find prime numbers between 1 and 100 using PHP. Prime number is a number which is divided by 1 and itse...
37 comments:
19 Aug 2015
Find Armstrong Numbers between 1 to 1000 in PHP
›
This blog describes how to find Armstrong Numbers between 1 to 1000 using PHP?. Before we are going to program part, we should ...
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...
17 Jun 2015
Fibonacci series of given number in PHP
›
This blog describes about how to find Fibonacci series of given number in PHP. Fibonacci series is a sequence of number generated...
1 comment:
16 Jun 2015
Factorial of given number in PHP
›
This blog describes about how to find factorial of given number in PHP. The factorial is one of the maths concept. It is multiplica...
3 comments:
4 Jun 2015
Ajax upload file or image in PHP using jQuery
›
You can upload files and images using PHP. Basically it can be uploaded by form submitting. For more details visit how to upload file...
1 comment:
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...
18 Apr 2015
Create Search API like itunes Search API using PHP and MySQL
›
The Apple itunes provided a search API for retrieve app information from it. The Apple search API display result as J...
21 Mar 2015
Get app details from Apple itunes using php
›
You can store games, music album in Apple itunes. If you want to display information of some games or music album, t...
Retrieve images from mysql database using php
›
Already you know how to upload images to mysql database using php. Otherwise, visit upload images to mysql databas...
3 comments:
30 Oct 2014
Upload images to mysql database using php
›
In this method, You won't need to store images in mysql database. Just store image name in mysql database and ...
2 comments:
29 Oct 2014
Upload files using PHP
›
You can see upload files at all social media sites to upload your photos. You can upload files using php. You can up...
3 comments:
13 Oct 2014
Parse / read data from XML file using PHP
›
You can get value from XML using PHP in following two ways. 1. Get data from XML using simple_load_file(...
›
Home
View web version