lucifer
July 6th, 2001, 04:24
when I write my php I always do
include "mypage";
echo "hello mum";
other's will do
include ("mypage");
echo ("hello mum");
does adding the () make any noticable difference or is it as I imagine a matter of aesthetics
include "mypage";
echo "hello mum";
other's will do
include ("mypage");
echo ("hello mum");
does adding the () make any noticable difference or is it as I imagine a matter of aesthetics