Search found 5 matches
- Mon Mar 24, 2008 1:54 am
- Forum: PHP - Code
- Topic: Row calculation problem
- Replies: 2
- Views: 186
Row calculation problem
Hey guys, you were so helpful with my last issue (which I'm very greatful for) I'm back to share another growing pain, and the last for now at least. my row is looking like this: network | user_amt | war_one | war_two | war_three | war_four | war_five sample ----- 50 ------- 70 -------- 5 --------- ...
- Sat Mar 22, 2008 10:20 pm
- Forum: PHP - Code
- Topic: Calculating Percentage Help?
- Replies: 2
- Views: 83
Re: Calculating Percentage Help?
Thanks califdon you steered me onto the right track.
- Sat Mar 22, 2008 4:13 pm
- Forum: PHP - Code
- Topic: Calculating Percentage Help?
- Replies: 2
- Views: 83
Calculating Percentage Help?
Hey guys having a bit of trouble with by flash back end (mySQL) and was wondering if you could share the wisdom? I always feel illustration helps so heres my table...(called war)...dont ask war_id | times_selected 1 | 5 2 | 3 3 | 9 4 | 17 5 | 3 Basically I need to select the highest value of times_s...
- Sat Mar 22, 2008 3:05 pm
- Forum: PHP - Code
- Topic: Searching a database column (mySQL)
- Replies: 2
- Views: 121
Re: Searching a database column (mySQL)
thanks that literature pointed me in the right direction
- Thu Mar 20, 2008 12:08 am
- Forum: PHP - Code
- Topic: Searching a database column (mySQL)
- Replies: 2
- Views: 121
Searching a database column (mySQL)
Hey I'm new to the forums and have just begun getting to grips with PHP to enhance my flash work. Anyway spent the last 2 weeks tackling it and im to the point where I'm a little confused on which way to go. Basically i have a table which looks like this id | name | img1 | img2 | img3 | 1 dave 3 5 3...