<!DOCTYPE html>
<html>
<body>
<?php
$data = serialize(array("Red", "Green", "Blue"));
echo $data;
?>
</body>
</html>