Difference between revisions of "Open a PHP File"

Kipkis (Kipkis | contribs)
m (importing article from wikihow)
 
Kipkis (Kipkis | contribs)
m (Text replacement - "[[Category:P" to "[[Category: P")
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
PHP is a scripting language utilized most often by web developers in order to offer dynamic content, which means that the content on the web page can change based on the parameters set in the PHP code. You could make this as simple as changing the background image based on the user’s time of day. Or, it could be as complex as creating a publication workflow that allows different users to see a submissions based on where that submission is in the process. You can easily view PHP files on both Mac and Windows computers with a code editing software. You can also run your PHP file using a server you pay for, or locally on your computer through XAMPP. Continue below to learn several methods on how you may do this.<ref>http://php.net/manual/en/intro-whatis.php</ref>
 
PHP is a scripting language utilized most often by web developers in order to offer dynamic content, which means that the content on the web page can change based on the parameters set in the PHP code. You could make this as simple as changing the background image based on the user’s time of day. Or, it could be as complex as creating a publication workflow that allows different users to see a submissions based on where that submission is in the process. You can easily view PHP files on both Mac and Windows computers with a code editing software. You can also run your PHP file using a server you pay for, or locally on your computer through XAMPP. Continue below to learn several methods on how you may do this.<ref>http://php.net/manual/en/intro-whatis.php</ref>
[[Category:PHP]]
+
[[Category: PHP]]
 
== Steps ==
 
== Steps ==
 
=== Opening a PHP File on Windows ===
 
=== Opening a PHP File on Windows ===