Hello,
I was wondering if someone could explain to me what exactly a formVar does and why I would be getting an error when using it...
this is the code i am using:
if(!isset($s_header_name))
{
@formVar('s_header_name');
}
{
but this is the error that i keep getting:
Fatal error: Call to undefined function: formvar() in E:\Inetpub\wwwroot\allnorth_test\Admin\header.html on line 130
i am new to php and i am not really sure why this error would be showing up since i have seen the exact same code used in other places without this error!
thanks
sp