Hi,
I am building a shopping cart. No problem with mySQL or any more complex functionality BUT-
I have a couple of pages that get repeated Parse errors ("expecting ',' or ';' in TempfileEtc on lineXXX) on (the same) line which hasn't been edited since the last upload/save.
This will be a line of code that is straightforward (see below) but is always an echo line usually with either a hidden field or a link to be echoed. I will continually (MANY TIMES OVER AND OVER) correct the ending of this line-by deleting, repreviewing, retyping ";, or just retyping, or adding a space before the ". Finally it will register, and I can upload the file. This is eating up too much time, so I thought I would write. This has happened a few times along the way but is very persistent with the following line:
echo "<tr height="\25\"><input type=\"hidden\" name=\"ID\" value=\"$ID\">";
I retype the "; OVER and OVER until it finally takes. HELP! Simple things can be the worst!
Thanks in Advance,
TwylaB