How to enable curl in ubuntu system?
Hi, The following command to work on enable curl in ubuntu system, go to terminal : Once run the commands if you...
Read More
Mysql Views
Hi, Following syntax is to create view in mysql. One table user : id,fname,mname,lname,created_at then create a table in the mysql After...
Read More
Grabbing thumbnail image from youtube using php code
The following code is to grabbing the thumbnail image from youtube. <? /** * Function: youtube thumb grabber * * @description :...
Read More