mirror of
https://github.com/php/presentations.git
synced 2026-03-24 23:52:18 +01:00
3 lines
56 B
PHP
3 lines
56 B
PHP
<?php
|
|
$_GET['n_entries'] = (int) $_GET['n_entries'];
|
|
?>
|