News

Convert a selected text area with JSON or Javascript Object/Array to/from PHP Array notation. If the selected text is empty it will take the content of the clipboard an inserts at the current cursor ...
Sometimes, I feel a need to get a PHP array in my JavaScript code. Earlier I make use of implode function of php but recently found new way using json_encode that works very effectively.