Skip to content

Tag Archives: Library

PHP.JS – Use PHP functions in JavaScript

03-Feb-09

PHP.JS is an open source project in which to port PHP functions to JavaScript. The library is developed by Kevin van Zonneveld and his contributors, and they have been working hard in adding more functions into it. By including this library into your own web projects, you can use those higher-level PHP functions such as file_get_contents(), [...]