Tweets!
-
Tags
2010 abroad life alternative twitter array Basic programming beginner social media case sensitivity collation cool sites cool websites css and firebug datetime developing with firebug error fileupload file upload firebug Geomap git git101 Google API Google Visualization API Hobby html jaiku Leonardo DaCaprio mashing updates from twitter Movies mysql new year Nice movies php php5 pipes Programming rss search query security serversecurity troubleshoot troubleshooting twitter Visualization API Websites wordpress
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.
My Flickr Photos








Tag Archives: php
File upload and validation class
File uploading, validation and security is such a pain for programmer. To simplify the problem I created a class called ‘File Upload and validation’. The class is currently hosted in phpclasses.org site and in Hotscript. For the people who are … Continue reading
MySQL search query, collation and case sensitivity.
I was working on mysql database and was creating a search system module for a big mysql database. Everything was going fine as usual, query was working, no bugs, database was responding. However, the main problem that I notice was … Continue reading
Posted in Programming
Tagged case sensitivity, collation, mysql, php, Programming, search query
3 Comments
File upload issue [part 2]
I have already discussed about the file upload issue in this post. In this blog post I will give some code for uploading the files into the server. Easy way to check the file extension in php: In this line … Continue reading
File Uploading problem and Troubleshooting in PHP
HTML form for the front end to upload a file: 1.The thing you should remmember with html form is you need to specify the method in the form. generally if you do not specify the form method it ill take … Continue reading

