Simple File Uploader Using PHP
In this post, i just want to give some quick and light tutorial about how to upload a file from Guest’s filesystem into your web hosting folders. What is that applicable for? Of course it can be for File Uploading, Photo Uploading, File Submission, Photo Submission, and many other functions more.
So let’s get started from [...]
CURL for Loading URL
In the web programming, sometime you need to load a file or URL for getting APIs response or for other necessary reasons. Normally, you have options for loading URL. You can load an URL of file within 4 methods of PHP functions (as i know ). They are
fsockopen()
file_get_contents()
fopen()
curl_exec()
In this post, i want to [...]
Posted on coding, curl, php, tipsIntroduction to PHP Image Generator
Hello everyone, this is my new post after 2 weeks of nothing By the way, i used to have an idea about automatic image or thumbnail generator. What is automatic image generator? Image generator is a generator for image:-)
Here is the demo.
When you call the URL like http://img.hokya.com/car it will generates the image [...]
Posted on image, php, toolHow to Add PageNavi on WordPress
Hello, in this post i want to tell you how to install WP PageNavi which is commonly used to make a well-structured navigation of your posts in the home and archive pages. You can take a look on my home page for the simple sample
Download the plugin first on WordPress Plugin Directory
Upload it [...]
Yahoo Online Status
As the biggest real time and multi platform messenger, Yahoo has been marked as primary messenger and standard telecommunication over Web Officer and their Visitors or Guests. This idealism is popular among countries especially in Asia.
So, what we will learn now, is how to make a mini widget on our sites or blogs to display [...]