Posts Tagged ‘php’
Fix readfile Problem on TimThumb
wptricks.net - There are readfile function problem on some server in TimThumb auto resized imaged on the fly. The problem that I currently have is readfile function that disabled by Hosting Server Administrator, they said disabled this function for security reason. So ...
Using the WordPress Uploader in Your Plugin or Theme
www.webmaster-source.com - WordPress has a nice media uploader dialog that it uses on the editor pages. Now wouldn’t it be nice if you could use it to handle image uploads for part of a plugin or theme you’re writing?