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.
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 2 years ago.
Improve this question
I hope you are fine
I want to write a simple php code that the user cant download the movie like youtube site and can only see, I came across a series of results such as hls, ffmpeg, rtmp in my search, but I do not know which one is useful or has a library for php at all or not.
Thank you for your time.
It’s not possible. The server can not differentiate between “downloading” and “playing”.
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)
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 8 years ago.
Improve this question
I want my client to be able to log into their website, fill out a form and then have that webpage permanently have whatever they put into that form. Is there a way to use php to take whatever is submitted in that form and replace the html content with it? Im new to php, which functions could I use? And is it possible for php to permanently change anything on a site? Im not terribly concerned with security
Start with wordpress and if you don't like it, then there are other content management systems out there. Google can help you find one too.
Wordpress site
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