Forum: PHP Oct 29th, 2007 |
| Replies: 2 Views: 1,377 Re: Displaying Mysql rows, alternate colors? It can be done, just store the colour you want in a variable and swap it with a 2nd colour every time you go around the loop
Something like this:
$bg = '#FF0000';
while ($row =... |
Forum: PHP Oct 29th, 2007 |
| Replies: 2 Views: 1,196 |
Forum: PHP Oct 25th, 2007 |
| Replies: 3 Views: 757 Sending Mails with PHP I have been working through an "Introduction to PHP" book that has been very useful but i'm stuck on the mail() function. The syntax looks pretty simple but when i actually try and run the code on... |
Forum: PHP Oct 24th, 2007 |
| Replies: 9 Views: 1,839 |