php
Moderator: General Moderators
php
When I first downloaded php I thought it would be like programming in MASM or C++. I do not think this is true anymore as I downloaded php and installed it. It did not bring up it's own program it just said it was installed. Does it just make your computer familiar with php or did something go wrong and I am supposed to have a complier or something? 
You can run a PHP script in console by executing:
You will see its output (STDOUT tarrgeted) in the console.
Code: Select all
php -f file.phpThere are 10 types of people in this world, those who understand binary and those who don't
Choose the Right Board
Along with many other command line features.VladSun wrote:You can run a PHP script in console by executing:
You will see its output (STDOUT tarrgeted) in the console.Code: Select all
php -f file.php
http://us.php.net/manual/en/features.commandline.php
If you're using windows, you'll have to add php to your PATH environment variable.
Moved to Installation and Configuration.
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:1. Select the correct board for your query. Take some time to read the guidelines in the sticky topic.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
If you have it on your localhost, it can be.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.