Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
2 Posted Topics
Hi, [EDIT: sorry... didn't see this marked as solved!] [CODE]if ($row['PF_wk2'] == $row['PA_wk2']) { // since PF == PA, just check one of them for being zero if ($row['PF_wk2'] == "0") { // tied at zero, award zero points $Tie="0"; } else { // tied not at zero, award 1 …
Hi all, I'm looking for some direction in how to approach this problem. $arr = array(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20); I need to create a second array using the values in the first array in …
The End.
artech