* Thus wrote Ryan A ([EMAIL PROTECTED]):
> Hi,
> Thanks for replying.
> 
> You say: Nothing special html wise.
> then can you tell me how its done?
The basic logic is like this:

<table>

foreach option_of_hosting_service
  <tr>
  <td>name_of_service</td>

  foreach hosting_company_service
    <td>hosting_value_of_service</td>

  </tr>

</table>

Now how you fetch your data is where it gets a little tricky. I
can't really help you there cause I'm not sure how you store the
data for the hosting services.

HTH at least a little.

Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to