Pages
(Move to ...)
Home
About me
htaccess
Robots.txt
MySQL
PHP
▼
Showing posts with label
die
.
Show all posts
Showing posts with label
die
.
Show all posts
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
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:
24 Aug 2014
Create XML file using PHP and MySQL
›
You can get output as XML format using PHP. You can import values to XML file from Mysql database using ...
21 Aug 2014
Create json file using PHP and MySQL
›
You can create json file using PHP and Mysql. You can get output as json format using PHP and Mysql. Before you wan...
2 comments:
19 Aug 2014
Create RSS Feed dynamically using PHP and MySQL
›
You can create RSS feed dynamically using PHP like how you create sitemap dynamically using PHP and My...
5 comments:
22 Jul 2014
Create Registration / Sign up form using PHP and Mysql
›
If you want to add login form to your websites, then you need to add sign up or registration form in order...
8 comments:
15 Jul 2014
Create excel spreadsheet using PHP and Mysql
›
You can generate excel spreadsheets easily using PHP. You need to follow below steps to create excel file. Add co...
4 comments:
14 May 2014
Pagination using php and mysql with jquery and ajax
›
You can display values with pagination using php. But you have to pass the page number and also relevant values throu...
12 May 2014
Sorting column with pagination by clicking column header using php and mysql
›
All of you know how to sorting column while clicking column header like mysql table in database through my previous ...
5 comments:
7 May 2014
Sorting column by clicking column header with php and mysql in table
›
All of you use the tables in mysql database. When you click the column header at first time, it displays values in a...
43 comments:
13 Apr 2014
Display results in html table using php and mysql
›
Normally, you displayed data results without order in php. If you want to display single data, then you can easily d...
5 comments:
9 Apr 2014
Get database list in mysql using php
›
You can retrieve databases in your mysql server using php. On mysql server, you can use mysql query in order to get ...
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