How to Add DNS Records Using WebsitePanel
Last Updated on Thursday, 14 February 2013 09:20 Written by Anand Narayanaswamy Thursday, 14 February 2013 12:00
So you have a web hosting plan from Arvixe with WebsitePanel control panel and you need to add DNS records such as CNAME or MX. You need not to have to seek help from Arvixe support. You can add the required entries yourself, but the interface for adding DNS settings is hidden. You will have a tough time adding entries if you are new to WebsitePanel control panel.
Follow the steps given below to add new DNS records
(1) Login to WebsitePanel and click Domains icon
Learn MoreHow to Efficiently Count Records of an SQL Table with PHP
Last Updated on Friday, 4 January 2013 12:00 Written by Richi González Friday, 4 January 2013 12:00
Hello,
For the last website I made, I created a really flexible and friendly administration panel where there were a lot of statistics to analyze how the website was performing. I came across different ways of counting records in a table, yet stuck with this one, the most efficient:
The query is really simple, we will use SELECT COUNT(1), then mysql_fetch_row() that count. The code would look like this:
Learn More
Recent Comments