Question
Quick PHP Question
SOrry about the simple ques.
I'm creating a function that already has a variable defined. Will I be
redefining this variable when I define my function and include it?
Example:
$varDate = Recordset
function priivaDate ($varDate) {
$varDate +1;
return $varDate;}
I'm guessing my answer is I'm all clear, but I just want to make sure.
--
Thanks,
Jon
I'm creating a function that already has a variable defined. Will I be
redefining this variable when I define my function and include it?
Example:
$varDate = Recordset
function priivaDate ($varDate) {
$varDate +1;
return $varDate;}
I'm guessing my answer is I'm all clear, but I just want to make sure.
--
Thanks,
Jon
