Don't Do Code
Wednesday, July 26, 2017
They really wanted an array
$data = array();
$data = array(
'patient_id' => $id,
'video_id' => $videoid,
'created_date' => $date . ' ' . $time,
'created_by' => 0,
'sch_id' => $schid
);
if ( is_array($data) !== false )
{
...
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment