Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/25/23 in all areas

  1. <?php use WHMCS\Table; $width = 20; //default width $name = ''; $field = ''; $fullwidth = false; $table = new Table($width); $table->add($name, $field, $fullwidth); // Add as many rows as you like $table->output(); //returns the HTML of the table The tables are the same ones that are used in the admin area on clientsservices.php. They don't really offer anything special.
    1 point
  2. I've entered both in a template and they seem to output the same thing, is there supposed to be a difference?
    1 point
  3. I wondered this myself and all I could fine was this thread.. lol Still no answer, though.
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated