User Tools

  • Logged in as: anonymous (anonymous)
  • Log Out

Site Tools


start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
start [2016/04/02 19:26] jnsoficialstart [2016/04/02 19:28] – removed jnsoficial
Line 1: Line 1:
-<?php 
  
- 
-include('code.php');       
-include 'code.php';        
-require('code.php');       
-require_once('code.php');  
- 
-echo 'abc';                
-print 'abc';              
-$res = print 'abc';       
- 
-$x = 2; # Variáveis 
-if ($x >= 1 && $x < 3) {    
-    echo 'Olá mundo!';      
-} else {                    
-    print('Adeus mundo!');  
-} 
-  
-?> 
start.txt · Last modified: 2018/01/28 19:05 by dregad

Driven by DokuWiki