Got a little issue with PHP 5.3.0
When I enter this code :
Code: Select all
<?php
function my_function() {
?>
My function was called
<?php
}
?>Strangely enough, I ran some code that I got from a tutorial in my browser with the same type of functions and it worked just fine.
I'm a bit confused.