Upcoming News » Tips & Tricks
PHP coding for Active and Deactive account ,active and de active account in php,cracker world
Read More
Php tutorial : Parsing html with Domdocument
Read More
I just create new OpenCart theme templates as a client requirement.Its very easy to develop Opencart theme compare to another e-commerce shopping cart application because OpenCart provides the MVC Architecture.So its make easy to understand in sort time.
Read More
Want to clone a website? With great power come great responsibility and this time is no even a funny joke. Simplicity is the best way to fix any problem and going back to our roots never hurts. Remember when all sites used to be static but it became such a pain to do anything fun? The solution was to migrate to server-side technologies that in turn became a challenge to optimize and efficiently s
Read More
You know, for a complex design we need to write a lot's of css script and css files need to load fast for displaying website interface properly. Big css files take more time to load, but we can easily solve this using php. So, lets see compressing techniques.
Read More
Are you looking for Drag and Drop multiple file upload using HTML5. Just take a look at this post, I had implemented this system with using jquery and PHP that uploads multiple files into server. This script helps you to enrich your web applications upload system. It works with all modern browsers try live demo and drop files.
Read More
In this tutorial i will described you how to download a file.Normally when we click the download link the download window is open and ask to user,do you want to save or Open file.
Read More
PHPStorm's File template settings are very versatile. They allow you to not only make a file template, but also allow you to parse out redundant elements (such as licensing) in the template by allowing an includes section. In your File Template, any undefined variable automatically elicits a prompt from PHPStorm.
Read More
I’ve had a few requests to share my Nagios SMS notifications using Twilio. I’m almost embarrassed to share them, since they are so dead simple. There was another plugin out there to do the same, but it was a lot more advanced and more work to setup, so I wrote my own in PHP.
Read More
JSON is a widely accepted data format. Developer's love for JSON lies is it's structure - it is all about arrays and objects and nesting of each other. This tutorial (a series of tutorial actually) covers structures, working with PHP and JS, JSONP with examples.
Read More
I have a bit of an obsession with uploading photos to different services thanks to Instagram. Instagram's iPhone app allows me to take photos and quickly filter them; once photo tinkering is complete, I can upload the photo to Instagram, Twitter, Facebook, and Flickr. This process made me wonder what it would take to upload photos to Flickr using PHP. This post details how you can authenticate an
Read More
How to convert numerics to roman numerals and vice versa.
Read More
The post describes on how to encode a url in php. These is the source code to encode a url in php as well.
Read More
This script gets a descedant (child) widget by name using recursion. A name should be defined for the child previously, if not as a name is considered the class name.
Read More