Posts

Showing posts with the label PHP

Deploy PHP Application In Heroku For Free -Tutorial

Image
Heroku offers free deployment to host php and other to there cloud  i had created a simple deployment tutorial video for you to deploy your php application to heroku cloud Usefull links  Heroku toolbelt  https://toolbelt.heroku.com Get started  https://devcenter.heroku.com/articles/how-heroku-works

Search Data With PHP and Mysql tutorial source code

Image
    Demo                  Download Search Data With PHP and Mysql tutorial source code First create a table  CREATE TABLE  search ( id  INT  PRIMARY KEY   AUTO_INCREMENT , title  VARCHAR(30)  UNIQU E, description  VARCHAR(30) ); Edit the search.php for database connection <?php $mysql_hostname = " hostname "; $mysql_user = " username "; $mysql_password = " password "; $mysql_database = " database "; $bd =  mysql_connect ($mysql_hostname, $mysql_user, $mysql_password)  or   die (" cant able to connect "); mysql_select_db ($mysql_database, $bd)  or   die (" sorry cant able to connect "); ?> Author  : Solomon David     Facebook  ,  Google+     about me   

Instant Search With Pagination In PHP,Jquery,Mysql

Image
In this tutorial i am had created a instant search with pagination function as many of my readers requested me to create a Jquery instant search with pagination , so i had  included a instant search with pagination system for  you to integrate with your web development i had included demo (working module) and download this working file for you to use for free if you like this article about instant search and pagination in PHP, Jquery and MySQL  please do share and comment our blog and subscribe our blog too thank you !!!. DEMO                 DOWNLOAD Author  : Solomon David           Facebook  ,  Google+     About me Instant Search With Pagination In PHP,Jquery,MysqlInstant Search With Pagination In PHP,Jquery,MysqlInstant Search With Pagination In PHP,Jquery,MysqlInstant Search With Pagination In PHP,Jquery,Mys...

Live Update Database And Display Like Facebook With PHP,MySQL and Jquery

Image
Today i had coded a live update and display data from database with time stamp feature in PHP , MySQL and Jquery like Facebook status update this works fine and clean with easy UI function and database connection  submitting data in to database with out reloading the page and display in real time from database there are many tutorials like this in internet but they wont work in a great way so i added some nice feature in this project so u can easily integrate to any type of your project and i also integrated sec to min to hour time stamp function like Facebook so called Facebook like time stamp function.                                                                                                   ...

Like And Dislike Rating System With PHP ,MySQL and Jquery

Image
There Are many Rating system in the internet , but the like and dislike is really a welcomed project so i had created a simple like and dislike from surfing the internet and i found this great script and made some changes to this to make really a good rating system for you to use, this script has like and dislike function and easy to implement you don't need that's much coding knowledge it can bee used in article rating system picture rating any of your wish its special feature is easy integration and easy to install and use .                                                                              DEMO                 DOWNLOAD Database code for creating table ...

Oembed URL expander Like Facebook - Plugin

Image
I Got a Oembed Plugin To expand the Video and URL Links To detailed embedded Videos and pictures here i am going list some websites which can be extracted to videos and picture like Facebook does Note : it can even any website link or domain and have a happy coding . It Can Expand Websites 1.Google + 2.Youtube 3.Wikipedia 4.Vimeo 5.hulu 6.College Humor 7.Facebook 8.Soundcloud 9.Flicker 10.URL and more..... DEMO                                DOWNLOAD Note :   This Plugin Has Only Limited Request Author  : Solomon David          Facebook  ,  Google+     About me You can search this like : Oembed URL expander Like Facebook - Plugin , facebook like link expanding , facebook like status update jquery, Oembed URL expander Like Fac...

Get The Domain Or Host From URL Or Link

Image
How to get the top domain from the URL ? How to get the host from the URL? I have the solution for you !!!!! Here today i have a PHP script that can convert the long URL to the top domain or the source domain URL its a simple for you to use i don't have much to say about this but a simple script for you to use and easy to integrate  it will be cool  Ohh yes !!!!! PHP code : <?php $url = 'Your Url Here '; echo $url; $parse = parse_url($url); print $parse['host'];  ?> Author  : Solomon David       Facebook  ,  Google+     About me Get The Domain From Long URL Or Link Get The Domain From Long URL Or LinkGet The Domain From Long URL Or LinkGet The Domain From Long URL Or LinkGet The Domain From Long URL Or LinkGet The Domain From Long URL Or LinkGet The Domain From Long URL Or LinkGet The Domain Fr...

Simple And Easy Pagination In PHP

Image
On My   previous article  about pagination and search i add the pagination with search function  then too many of my readers have some problem with paginating/paging the data from database so today i coded a simple pagination PHP script for you with demo and a free download package for you to learn about pagination many of you have bee also googled the whole day for pagination in php or paging in php but you cant understand what the other blogger or website says so don't get confused here today in this article i got a simple and easy pagination php script for you to download .                     Demo                 Download Conclusion : if you like this script please comment and shre this article to your programmer friends thank you  Author  : Solomon David   Facebook  ,  Google+ ...

Count The Clicks In PHP, MySQL

Image
i created a click count with PHP and MySQL with the update function to get there clicks and update them in the database table it very easy and easy to implement in to the scripts you use. it is after all  a simple script but help u in a big way it works like when a person clicks the link it redirects him to click.php file this collects the id and updates them in the database, with click+1 value so when a person clicks it multiple times the values will be added in +1 form,  you can check the demo out there and download the full working source code please subscribe to us and share this, thank you.               DEMO                       DOWNLOAD Create Table CREATE TABLE  clickcounter1  ( id  INT(11)  PRIMARY KEY   AUTO_INCREMENT , url VARCHAR(300)  UNIQU E, count ...

Take Screen Shot Of Web pages In API

Image
You have seen many websites like Google and other directories extract webpage screen shot and preview them like the same way i had crated a simple code with an help of  Immediatenet.com API to extract the any web page screen shot in real time this is a very easy and handy API i created this simple working demo with  PHP to get the URL and merge with the API link to extract or preview the web page or website with fast and easy you can view the demo here Demo                 Download API To Display Screen Shot Try Pasting This Link In The Browser http://immediatenet.com/t/m?Size=1024x768&URL=http://www.twitter.com Advantages : 1.fast load 2.customized sizes 3.easy to use The service API as 4 different sizes; s for small, m for medium, l for large, fs for full size: <img src="http://immediatenet.com/t/s? <img src="htt...

Get Twitter Profile Picture/Image From Twitter API

Image
LIke My Previous Post Twitter has given a handy API to retrieve or to get  the Twitter profile picture just by giving the Twitter  unique  screen name  of the user,  we can also customize  the picture size by various types as you have seen many website uses login with Twitter  function in that they are getting the users data from there profile but many failed to get the user profile picture the real truth is its very easy just a single line of code will get the any users profile pic by theTwitter screen name by giving a call to API and now i had created a simple php based function to get the user data if the user types the username in the search box and hit enter it call the image and display it in the webpage, i created this because it would help the person who are integrating it inside a php script  see the steps below. Valid options include: big...