AgerNic.com
Start write and run your php code online
HOME Editor | PHP Exemples | PHP Functions |
WEB TEMPLATES | EXAMPLES
PHP Tutorial
HTML Tutorial
PHP online editor, run and write PHP code.

PHP script exemple - online editor.

Edit Article

With Agernic.com online code editor, you can edit HTML, CSS PHP and JavaScript code, and view the result in your browser.
Simple PHP editor that is easy to use and free of cost. You might like it interface and features that include Live running environment, support for popular PHP frameworks, code snippets, option to share the code.
Exemple PHP script:
<?php
$x =10;
$y =6;
echo $x + $y."<br />";
echo $x - $y."<br />";
echo $x * $y."<br />";
echo $x / $y."<br />";
echo $x % $y."<br />";
echo $x ** $y."<br />";
$x = 20;
$x += 100;
echo $x."<br /><br /><br />";
?>
<?php
$x = 50;
$y = 50;
var_dump($x >= $y); // returns true because $x is greater than or equal to $y
?>
// returns true because $x is greater than or equal to $y
PHP Functii String
Error: Unable to connect to MySQL. Debugging errno: 1045 Debugging error: Access denied for user 'agernic_forum'@'localhost' (using password: YES)