Goatpod
11-11-2005, 07:41 AM
I've got two modules (php pages) that seem to be clashing with each other and producing the following error message.
Fatal error: Cannot redeclare getsqlvaluestring() (previously declared in...
I'm presuming that the errors something to do with:
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
Can anyone offer any advice?
And... while I'm here, is there any way to include CSS into a PHP module - mine don't seem to want to play :confused:
Thanks,
Dave
Fatal error: Cannot redeclare getsqlvaluestring() (previously declared in...
I'm presuming that the errors something to do with:
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
Can anyone offer any advice?
And... while I'm here, is there any way to include CSS into a PHP module - mine don't seem to want to play :confused:
Thanks,
Dave