Hi! Could we please enable some services and cookies to improve your experience and our website?

PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular

PHPize.online is a free online environment for quickly running, experimenting with and sharing PHP (including Carbon extension for DateTime) and SQL code. You can run your SQL code with PHP code that can use the same DB. For database manipulations you can use pre-defined instances of PDO ($pdo), mysqli ($mysqli) & Laravel query builder ($db)

Copy Format Clear
Copy Clear
Copy Format Clear
<?php ini_set('memory_limit', '1M'); echo "<table>"; for($a=0; $a<700; $a++) { echo " <tr> <td>---</td> <td>", $a, "</td> <td>bla bla bal lba bla bla bbla</td> <td>bla bla bal lba bla bla bbla</td> <td>bla bla bal lba bla bla bbla</td> <td>bla bla bal lba bla bla bbla</td> <td>bla bla bal lba bla bla bbla</td> <td>df sdf sdf sdf sdf ds dfds s ds dsfds sd fsdfd dfdsd fsd fdsfsdfs fd</td> <td>fdg dfg dfg dfg dfg dfg fd gfdg dfg h ghj fgj ghj gf fgj hgj g jghj ghj</td> </tr>\n"; } echo "</table>";
Show:  
Copy Clear