Problem with Left Join
14 posts by 4 authors in: Forums > CMS Builder
Last Post: September 20, 2013 (RSS)
By Jason - September 19, 2013
Hi,
Can you tell me the results you are getting? Do you get an error message? How are you outputting the results?
Thanks,
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
<?php $homeTeamWins = mysql_count("matches", "reti_casa > reti_trasferta AND home_team = '.intval($teamRecord['num'])'");?>
but there is a sintax error... Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/calciocatania/squadre/squadra.php on line 176
<?php $homeTeamWins = mysql_count("matches", "reti_casa > reti_trasferta AND
home_team = " . intval($teamRecord['num']) ) ;?>
Peace and Long Life