Posts: 422
Threads: 107
Joined: Sep 2013
Reputation:
0
Hi all..
I saw in many servers User Control Panel and its sync with the server..
My question is:
From what scripting language i need to learn to build control panel?
how do i connect between the forum/user control panel to the server?
Thanks.
Posts: 75
Threads: 2
Joined: Feb 2010
Reputation:
0
Well you need some knowledge in PHP, HTML and MySQL. Then you can do an UCP without problems
Posts: 422
Threads: 107
Joined: Sep 2013
Reputation:
0
Thanks for replies.
BTW what about:
how do i connect between the forum/user control panel to the server?
Posts: 37
Threads: 3
Joined: Aug 2013
Reputation:
0
The simplest way is to use MySQL to store your server database, as MySQL-databases can easily be accessed using PHP. There are of course workarounds to make it work with ini files and such things, but they are way more complex.
Posts: 584
Threads: 51
Joined: Jan 2014
Reputation:
0
Learn the following:
HTML
PHP
MySQLi (NOT MYSQL, USE MYSQLI OR MYSQL_PDO. Why? MySQL is being deprecated in PHP 5.5.X)