Skip to main
WritePHPOnline
- Start write and run your php code online
Editor
PHP Tutorial
Crontab Generator
<?php
$greeting = " hello world "; echo '->'.$greeting .'<-
'; echo strlen($greeting). '
'; $greeting = trim($greeting); echo '->'.$greeting .'<-
'; echo strlen($greeting). '
';
$greeting = " hello world "; echo '->'.$greeting .'<-
'; echo strlen($greeting). '
'; $greeting = trim($greeting); echo '->'.$greeting .'<-
'; echo strlen($greeting). '
';
Hello World!