Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts

Monday, September 19, 2011

Share code in blooger with style

0 comments
this is an update from previous post (I type using Indonesia Languages). The script I made to make my code able to share to anyone and anywhere! The script I share not always php code, but basic code etc.

Some code can't separated like I use to type in php. Example like <? $s="this is my code blabla"; ?> let's say bla-bla think are make 2 line.. For sake of easy to view. I separated using enter but in basic, separated using enter can't make problem.

Actualy there is a solution to avoid it. Today script are to make reader easy to understand the code..If you read the 2nd line (actualy that the 4th).. You will notice how long I type the textarea. in fact I was to make you understand that <textarea> .... is one line.. I able to separated the text area soo you able to understand the code.  And for the beauty of code, I type the textarea like below