Right, what I'm trying to do is the following: add a value ('site_url')to an array($validfields) without modifying the original code.
At first I tried this, and it works fine:
You must first be a
registered member to view any code.
However, it's not what I want. I then tried this:
You must first be a
registered member to view any code.
but that gives me a parse error:
Quote:
|
Parse error: parse error, expecting `T_OLD_FUNCTION' or `T_FUNCTION' or `T_VAR' or `'}'' in c:\apache\htdocs\vbtest\includes\class_dm_ticket.p hp on line 64
|
I then tried this:
You must first be a
registered member to view any code.
which again errors me out:
Quote:
|
Parse error: parse error, expecting `','' or `';'' in c:\apache\htdocs\vbtest\includes\class_dm_ticket.p hp on line 64
|
Anyone know what I'm doing wrong?