Hi! Could we please enable some services and cookies to improve your experience and our website?
Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code
<?php
$arr = [];
$dob=4;
$dob=7;
array_push($arr, 4);
array_push($arr, 5);
array_push($arr, $dob);
var_dump($arr);