Jump to content

dbm

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Everything posted by dbm

  1. I don't see where you assign the background function so try something like echo "<TABLE>"; $i = 0; while ($f = $db->fetcharray( $r )) // for fetch { $bgs = background(); // function echo "<tr> <td bgcolor=\"{$bgs}\">$id</td> <td bgcolor=\"{$bgs}\">$name</td> <td bgcolor=\"{$bgs}\">$date</td> </tr> "; $i++; } echo "</table>";
  2. Sure, but just for clarification are we talking about the youtube link?
  3. Yeah that was one of the tut's I read.. I have also watched a few tutorials on youtube. In case anyone is interested and it does not break the forums rules I can post the vid tut.
  4. Also sorry for the double attachment.
  5. Hi guys, I am starting out on mvc, I been reading up on it for a bit now.. and I was just wondering if anyone can take a quick look at it and give me some insight on it? maybe some suggestions etc.. I will be using this for a some what medium site when I know that it is good enough to be published. Note that its not done.. in reality I just need to make sure I am heading in the right direction. 17441_.zip 17442_.zip
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.