PHP Technology Updates

Powered by Blogger.

Monday, 29 September 2014

How To send sms using API in PHP??

1 comment :
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 more

Wednesday, 24 September 2014

How to send email using php?

1 comment :
$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 more

Sunday, 14 September 2014

Display Audio File On HTML5 page

No comments :
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 more

Thursday, 11 September 2014

Upload audio using php and mysql

No comments :
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 more

Friday, 5 September 2014

Excel Spreadsheet creation in PHP

No comments :
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 more

PHP Invoice Creation for Billing

1 comment :
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 more

Wednesday, 3 September 2014

Show Your Address on Google Maps

No comments :
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