Jump to content

Convert javascript to PHP


hi2you

Recommended Posts

You can't convert Javascript to PHP, but Javascript is extremely similar to PHP. The odds are that if you have a function or chunk of code in Javascript, you can probably tweak it a little to a similar thing in PHP.

 

However, PHP is read by the server, whereas Javascript is read by the browser, so different types of things can be manipulated in the different languages. Like many other languages, they compliment each other very well.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.