Hi,
Yes I have seen references to this quite a lot, but it seems that my case needs some specific help.
Parse error: parse error, expecting STRING' or'$'' in phpwebtools/class.html_form.php on line 14
This module runs w/out problems under PHP4 but under PHP3 the above error appears line
14 in my code reads this:
global $$varname, ${$varname."_text"};
is the above variable referencing construct only available to PHP4 and not PHP3. Or can I somehow change the code to suit PHP3 as well
The line above is the first line in a class' method
Thanx for all help
Ratty