Hans! Posted May 9, 2019 Share Posted May 9, 2019 I need to recover the nameservers set by the user in the order. So, I have: $domain (i.e. "mydomain.com"), $domainid (i.e. 1234), $domainorderid (i.e. 4567) In the table "orders" there's the "nameservers" fields (i.e. "ns1.namserver.com,ns2.nameserver.com,ns3.nameserver.com") The question is: Do I need to do a query to the mysql "orders" table, recover the field "nameservers", and write the code to parse it (I don't know the number of nameservers... 0 to 5), or does exist any smarter way to recover this data, getting a ready array with the nameservers?! 1 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.