Monday, 29 September 2014
How To send sms using API in PHP??
Today we guys mostly use sms services available on internet like way2sms,160by2.but have we ever thought to take them in our webapplications.
In PHP,We can do this with simple code...
Read moreWednesday, 24 September 2014
How to send email using php?
$subject="Hi How are you??";
$body="Hi What's Up??Come to see me sometimes.";
//echo $body;
$from="ruchivsanghvi@gmail.com";
$reply_to="ruchivsanghvi@gmail.com";
$headers...
Read moreSunday, 14 September 2014
Display Audio File On HTML5 page
Today I am going to cover small but very useful topic of HTML5. In previous I explained you how to upload audio file in database using php.
Today we will see how to show audio file...
Read moreThursday, 11 September 2014
Upload audio using php and mysql
Today, I am going to show you one script for audio file uploads like mp3,wmv,mp4 etc..This is as easy as we upload image using php.We guys always go to site of songs to download...
Read moreFriday, 5 September 2014
Excel Spreadsheet creation in PHP
Spreadsheets are used everywhere and they are most useful to manage and organize data.They are quite popular.
PHP also supports creation of excel spreadsheets using PHP.I am wondered...
Read morePHP Invoice Creation for Billing
Today I will cover one great documentary topic which is know as pdf coding.or I will call it as pdf coding.
PHP has tremendous advantages.It has all aspects of features to get things...
Read moreWednesday, 3 September 2014
Show Your Address on Google Maps
Hello Friends,
Today I am going to introduce you simple google map integration on html page.it is just 2steps process.
Step:-1:
go to https://www.google.co.in/maps/preview...
Read more
Subscribe to:
Posts
(
Atom
)