Thread: Custom function
View Single Post
Old 03-07-2003, 11:32 AM   #3 (permalink)
bdl
Senior Contributor
 
Join Date: May 2002
Location: vta.ca.usa
Posts: 555
bdl is on a distinguished road
I figured it out... I was relying solely on the 'return $mod_date' to return the value of the string, and forgot completely to put the variable in my other script, like so:

PHP Code:
$mod_date getModDate($db_table); 

I was just calling the function, like 'getModDate($db_table)'. Doh!

Thanks, though!!
:o
bdl is offline   Reply With Quote