How to import php with javascript? -


I know that Javascript is client-side and PHP is server-side. I also know that this is a strange question, however, the CMS editor I am using will not allow php to be stored in the database (this is a similar editor used by Dupal). I can store javascript

Can I import a php file with javascript? Or to read the PHP file, submit the contents in one variable, then insert the contents on the screen?

short answer: no. Long answer: Probably not.

Reason: See the first sentence of your question


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -