whats wrong with my php code?

r6ashih

Senior member
May 29, 2003
667
0
0
can someone help me with my linking in php?

thanks

the error i get is:
Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /home/gene2g00/domains/gene2gene.com/public_html/test/search.php on line 112
 

sunase

Senior member
Nov 28, 2002
551
0
0
Using commas is actually quite common and works fine. It is more efficient than dots because the dots concatenate first while the commas allow each argument to be handled separately.

His last echo statement looks really screwed up, though. It has neither commas, nor dots, which doesn't work. It also doesn't have the internal double quotes escaped.
 

r6ashih

Senior member
May 29, 2003
667
0
0
yeah my problem is with the last echo statement. i want it to show a link that makes a link to $query_data[0]