archive
Continued / page 11
- tech / 2012
Automatically CHMOD various file type ↗
Several sites have been harmed due to improper permissions. This interesting hack gives the site a semi-auto healing mechanism. Warning: Your mileage may vary. Ensure CHMOD settings for specified…
- tech / 2012
Encode and decode URL ↗
In PHP you can send values by encoding and decoding the URL by using this encoding and decoding method. ```php echo base64 encode(‘I am encoded PHP’); ``` You will get and output something like this.…
- tech / 2012
How to get image size dynamically ↗
There are many times you wonder why the w3c validation is not going through for you. Please make sure that the img tag has the width and height attributes. What will happen if the image file comes…
- tech / 2012
PHP: Hypertext Preprocessor ↗
PHP is a powerful scripting language, which is best suited for server side web programming. There are plenty of modules in PHP like session, cookies, post, files etc that make its to be a versatile…
- tech / 2012
MySQL: The world’s most popular open source database ↗
MySQL is one of the best open source database. PHP and MySQL goes hand in hand. Without data there is nothing called information. So we all know the importance of data. MySQl carefully handles…
- tech / 2008
CSS: Cascading Style Sheets ↗
The CSS is the styling language. This is mainly for presentation Layer. Data is in MySQL, which is pulled by PHP and it is showed with a style by CSS. There are wide range of options available in…
- tech / 2008
LINUX: An open source operating system ↗
Linux is free and open source operating system which ranges from desktop to servers. Linux – A place where imagination comes true! As you all know how versatile is LINUX is, we are not going to…