Hey everyone,
How about a little quiz? I'll post a question and if you can answer it correctly you can post your own PHP question
Try to answer the question without just running the code
Question 1. What will the above code output?PHP Code:<?php
$i = 'Z';
echo ++$i;
?>
Sean![]()




Bookmarks