Re: executing PHP from my website
You should just call the script by loading the page in a web browser.
This will make the PHP interpreter run it. Does the file name end with
..php?
Are you sure that your virtual host has PHP available?
.
Relevant Pages
- Re: The Inquirer
... >>I could write a compiler for an arbitrary language and put this to open ... > Now go to the url with whatever web browser your using. ... PHP is open source. ... that the actual source code that makes ... (comp.os.vms) - [Full-Disclosure] Re: Advanced XSS paper and semi-new attack
... * Many environments (PHP, Perl+CGI.pm) accept both POSTed and GETted data. ... browser start fetching a URL as soon as the web browser sees it, ... server but which immediately redirects to a mail sending script at your server. ... (Full-Disclosure) - Re: how to run scripts after a page has already loaded and been sent to a users browser?
... It's because PHP is a server side scripting language, ... do stuff before you send stuff to user's web browser. ... > echo "Here is the number of times this page has been viewed: ... (alt.php) - Re: Access linux server from window
... > Right now I can't run php program on my machine. ... > web browser only get wrong message. ... html mail or attachments will go in the spam ... (comp.os.linux.misc) - Re: Free PHP 1 to 1 chat program
... >> PHP can only send a response back to the web browser in answer to a ... This is not a limitation of PHP, it is how the HTTP ... Is it correct to think that real time chats, like, say, ICQ, do not ... (comp.lang.php) |
|