HTML, CSS, PHP & JavaScript Code Beautifier

Code beautifier or formatter can help you format the code so it can be easily understood. Sometimes we forgot to indent code correctly and it’s so hard to understand even if you are the programmer.
Much more if you just simply copied the code on the internet and it does not follow proper indention. Unlike with Visual Basic .NET, it has a built in features that can automatically indent the line base on the block of code.

But thanks to the following website, now you can format your code easily.

HTML/CSS Beautifier

http://tools.arantius.com/tabifier

PHP Beautifier

http://www.beautifyphp.com/

JavaScript Beautifier

http://jsbeautifier.org/

sir i use this as my script for Local but when i try this in using a hosting i have some error: .. if ($error > 0) { die("Error uploading file! Code $error.");} else { if($size > 1028) { die("Format is not allowed or file size is too big!"); } else { move_uploaded_file($temp,"Upload/".$name); } header("Location:index.php"); exit; } }

Add new comment