Writing files in a Google Chrome extension?

As is is stated in a comment, php is a no-go when it comes to writing browser extensions - it's a server-side language, after all. You'd need to ask the user to install a *AMP stack to be able to use it.

As is is stated in a comment, php is a no-go when it comes to writing browser extensions - it's a server-side language, after all. You'd need to ask the user to install a *AMP stack to be able to use it. HTML5 has LocalStorage, which is kind of like communicating with an sqlite database (AFAIK) from javascript, that should be the way to go.

Here's an excellent article about using the localstorage api in chrome.

PHP is a programming language like any other. There is no need to install (L)AMP just to use PHP... he would have the same problem with any other language which does not come with the OS. – Felix Kling Oct 13 at 7:00.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions