-
Notifications
You must be signed in to change notification settings - Fork 0
Hello World!
Bc. Peter Horváth edited this page Jun 7, 2018
·
7 revisions
- Open yourcode.php in your filesystem.
- Delete all in yourcode.php
- Write simple code:
Hello World';//simple template` `}` `echo '
<?php$seo = new headerSeo;//open HTML tag$seo->encode();$seo->title($core->coreSencillo->info["FWK"]." - Hello World page");$seo->owner("My name");``//basic pagination subsystem`switch(PAGE)` `{` ` case 'phpinfo':` ` echo phpinfo();//one page for phpinfo` ` die;` ` break;` ` default:` ` echo $seo->save();` ` echo '
For more info read OpenSencillo official page.