PHP/Basic Code

From r00tedvw.com wiki
Revision as of 01:34, 26 December 2015 by R00t (Talk | contribs)

Jump to: navigation, search

Contents

Basics

.php
all PHP pages end with the .php extension, this tells the browser there is php code in the file.

delimiters - start & stop

<?php
all php code begins with this.
?>
all php code ends with this

output text

echo
just like with scripting, echo can be used to output text
ie.
<p>
 <?php
   echo "My first line of PHP!"; 
 ?>
</p>

Arithmetic

php is capable of doing basic arithmetic, take the following for example using "echo"

<?php
 echo 17 * 123;  
?>
Outputs: 2091

Operators

concatenation

joins strings together
<?php
 echo "Hello," . " " . "world" . "!";
?>
----
Outputs: Hello, world!

Each string above is defined between double quotes. The "dots" are between them and combine them together to form 1 long string.

Personal tools
Namespaces

Variants
Actions
Navigation
Mediawiki
Confluence
DevOps Tools
Ubuntu
Ubuntu 22
Mac OSX
Oracle Linux
AWS
Windows
OpenVPN
Grafana
InfluxDB2
TrueNas
OwnCloud
Pivotal
osTicket
OTRS
phpBB
WordPress
VmWare ESXI 5.1
Crypto currencies
HTML
CSS
Python
Java Script
PHP
Raspberry Pi
Canvas LMS
Kaltura Media Server
Plex Media Server
MetaSploit
Zoneminder
ShinobiCE
Photoshop CS2
Fortinet
Uploaded
Certifications
General Info
Games
Meal Plans
NC Statutes
2020 Election
Volkswagen
Covid
NCDMV
Toolbox