Tag: php
PHP Query String without Question Mark
Nice urls without question mark in PHP
Most of the time when I want to pass a variable in php I just use a question mark, you can see an example of this on my flickr original image url retriever. But, it’s always nice to keep your urls clean and get rid of the question […]
Popularity: 2%
Image Cache with cURL and fopen
Image Caching Function Script with cURL
I am building a website that pulls images from another website and needs to cache them locally. I needed a script that will allow me to reference an image living on an external website via a function that will cache the image locally and rewrite the image source to […]
Popularity: 4%
Six Ways of Redirecting Visitors to a New Page
PHP, JavaScript, META and Htaccess Redirection
Do you need to redirect your users to another page? There are a six different ways you can get it done, two methods using PHP, two methods using JavaScript, and one way using META Refresh or via htaccess file. There are different reasons for using different methods. […]
Popularity: 6%
Pull Information from Websites with PHP
Screen Scrape Data from a Website with CURL
Lots of popular websites on the Internet let you export their data using XML format. If you want to pull your favorite pictures from Flickr automatically you can just use an RSS feed. But, what happens when you want to pull data from a website that […]
Popularity: 12%
Page generated in x seconds
PHP code that shows how fast a page is generated.
I have been focusing most of my blog entries recently on code because I am getting ready to publish my own wordpress theme were I want to provide a lot of functionality. One thing that I will add is a simple and perhaps, unnecessary footer […]
Popularity: 18%











