ewww - PHP Online

Form of PHP Sandbox

Enter Your PHP code here for testing/debugging in the Online PHP Sandbox. As in the usual PHP files, you can also add HTML, but do not forget to add the tag <?php in the places where the PHP script should be executed.



Your result can be seen below.

Result of php executing





Full code of ewww.php

  1. \begin{tikzpicture}
  2. \begin{axis}[
  3.     axis lines = left,
  4.     xlabel = $x$,
  5.     ylabel = {$y$},
  6. ]
  7. \addplot [
  8.     domain=-2:6, 
  9.     samples=100, 
  10.     color=blue,
  11. ]
  12. {x/2+1.5};
  13. \addlegendentry{$y=x/2+1.5$}
  14. \end{axis}
  15. \end{tikzpicture}
File Description
  • ewww
  • PHP Code
  • 01 Mar-2024
  • 244 Bytes
You can Share it: