Search found 2 matches

by cpb
Wed Apr 01, 2009 11:19 am
Forum: PHP - Code
Topic: Variable won't repeat in repeat region
Replies: 2
Views: 103

Re: Variable won't repeat in repeat region

Thanks Becky - but I think I should clarify a little more: - I'm not having any problem formatting the output - I'm using number_format to take care of that. - My problem is with my variable "$pct" - I am using it to get a percentage based on 2 column values in each row of my table. (i.e. ...
by cpb
Wed Apr 01, 2009 8:21 am
Forum: PHP - Code
Topic: Variable won't repeat in repeat region
Replies: 2
Views: 103

Variable won't repeat in repeat region

Hello all, I am a PHP beginner and having a problem getting a variable to assign itself to it's individual row in a repeat region: Here's my code: mysql_select_db($database_edr_con, $edr_con); $query_rs_teams = "SELECT * FROM info ORDER BY win DESC"; $rs_teams = mysql_query($query_rs_teams...