Categories

Post under category: Code Snippets

MySQL – Using the JOIN Operator Within a SELECT Statement

Many times while working with a MySQL  database you will have data spread over multiple tables.  What happens if you need to access information from multiple tables within one query?  In MySQL a JOIN query is just the statement for the job. Its actually quite simple to do this.  Let's work through a simple example. Suppose you were working with a website that sells flower arrangements.  Lets say you have a table Read More

Hide File Extension

Do you want to hide the file extension of your website's script type?  At times you may not want to reveal the programming language of your website to your visitors.  This is an easy measure to help thwart off would be hackers or spammers. Here is a simple technique you can use to make all of your .php files appears as though they are .html files instead.  You simply need to Read More

New Blog Post: MySQL Using the JOIN Operand Within a Query - http://goo.gl/KHUij