Posted: Sat Apr 22, 2006 1:40 am
Hey Roja,
Thanks for your comments. But perhaps you have not read me previous mail.
Sure, always willing to learn, but in my situation it is a bit hard, as I wrote, I am leaving on a 8 year trip in two months, tons of things to do, and leaning a programming language is very timeconsuming. And al that for perhaps 4 lines of code which I need.
Anyway, your friendly words upt me to try once more.
Can you please give me some constructive help? Comments ment for ´real´ programmers are not what i am looking for.
Ok, I have this lines :
echo '<td class="border" style="font-size:9px;">'.$row[opmerking].'</td>';
echo '<a href="#" onclick="window.open('simpleRoutine.php?thisRecord='.$row['id'].'>','window name'); return false">Go!</a> </td> ;
(line 115 and 116)
its the line 116 which was the advise from here and gives the error:
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in ..../public_html/nuke/modules/waarbenik/index.php on line 116
I have trie all possibilites of quotes and /` but I probably forgot one haha
What do you think? If you need more info, just let me know
thanks
Casper
Thanks for your comments. But perhaps you have not read me previous mail.
Sure, always willing to learn, but in my situation it is a bit hard, as I wrote, I am leaving on a 8 year trip in two months, tons of things to do, and leaning a programming language is very timeconsuming. And al that for perhaps 4 lines of code which I need.
Anyway, your friendly words upt me to try once more.
Can you please give me some constructive help? Comments ment for ´real´ programmers are not what i am looking for.
Ok, I have this lines :
echo '<td class="border" style="font-size:9px;">'.$row[opmerking].'</td>';
echo '<a href="#" onclick="window.open('simpleRoutine.php?thisRecord='.$row['id'].'>','window name'); return false">Go!</a> </td> ;
(line 115 and 116)
its the line 116 which was the advise from here and gives the error:
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in ..../public_html/nuke/modules/waarbenik/index.php on line 116
I have trie all possibilites of quotes and /` but I probably forgot one haha
What do you think? If you need more info, just let me know
thanks
Casper