WHMCS Developer WHMCS Andrew Posted January 18, 2008 WHMCS Developer Share Posted January 18, 2008 Hi, I am working on an automatic listing script to list all your domains from enom in a nice list.. possibly to generate an import script to add your domains to the database. At the moment, I have the list of domains, however, I also get an empty row when going through a smarty section.. {section name=dom loop=$domains} <p> domain: {$domains[dom].Domain}.{$domains[dom].tld}<br /> Expiry: {$domains[dom].exp}<br /> </p> {/section} shows the following domain: . <-- Empty Expiry: <- Empty domain: domainx.co.uk Expiry: 1/17/2009 anyone any ideas? 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted January 26, 2008 Share Posted January 26, 2008 Sounds like a loop starting at zero, array starting at 1 kind of problem ... Without seeing all the code I cant help though 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.