Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I want to play an beep sound on internal(on-board) speaker to alert the user about a specific activity on a webpage.
Is it possible in PHP?
No this is not possible, not on the client's machine anyway. PHP is a back-end language that uses HTML / CSS as a front-end output, thus you can't do anything to the user's machine that the front-end languages can't do (HTML, CSS, Javascript)
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
How can I navigate on a website, using php ? (I want with a local program to access a website and parse html pages, fill forms, click buttons and being redirected, etc.; as if PHP was a real guy). Yet, I use Ruby Mechanise but it's not sufficient.
Thanks
To interact with a website you would most likely use a javascript framework such as phantomjs or dalekjs. PHP is not made for DOM manipulation and interaction or page automation.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I have a Google App Engine PHP website and all works fine. But obviously when it is loaded on a mobile device it loads just like a normal web page. Whats the best way to 'convert' the web page to look better when it is loaded on a mobile device? via CSS?
You are looking for responsive web design, or pages that adapt to the screen size. Some common responsive CSS frameworks are Bootstrap and Foundation.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Is it possible to drive a Web Site using a server-side scripting language & excel, instead of mySQL?
there are some lightweight db such as sqlite,access .
you can find more in Lightweight database (SQL or NoSQL)
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
So I'm kind of tossing an idea around in my head... is it feasible to write a webapp that asks for a user to input a snippet of code, and then compiles it remotely on a server, and returns the output back to the user?
feasible sure, you could definitely make this work from a technical point of view. but in terms of security, it sounds very dangerous.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Can I have a Windows Vista/7 gadget where the app is loaded from a PHP made website on my own host?
Also, can I have one advertisement in the gadget, to make money, like using Google AdSense?
this should be possible, i just had a quick look at the gadget api and it seems that the a gadget requires a manifest for meta info and an html page, which i would bet that it's perfectly possible to load external content aswell as javascript and ajax.
I would in turn read the ALL the Terms and conditions as there will be restrictions on monetizing your gadget such as: http://msdn.microsoft.com/en-us/library/aa974179.aspx