If you're a little more ambitious , Taka'Up allows you to create a custom Website using themes or adding modules developed ( appointments made modules , online billing, forum, instant chat, intranet , etc ...)
Easily connect the pros and social applications to your site to keep your customers and share important information with them
Having a website is good. Being seen is better
Your questions? our answers
Mysql returns me an error of Max_connections, wht to do?
This error is due to the fact that you have to use too many simultaneous connections on the same database. (5 connections). If you have a lot of traffic, it is best to open the SQL connection only when you use it then close it (mysql_close ()). This reduces the connection time.