Jump to content
xisto Community

kunbobo

Members
  • Content Count

    2
  • Joined

  • Last visited

  1. in your .php <?php$con = mysql_connect("hostname","user","pass");if (!$con) { die('Could not connect: ' . mysql_error()); }//Create your databasemysql_query("CREATE DATABASE database-name ",$con);//Create your tablemysql_select_db("database-name", $con);$sql = "CREATE TABLE my_table(IssueId INT AUTO_INCREMENT PRIMARY KEY, ToolName VARCHAR(15) NOT NULL, Status VARCHAR(6))";//insertmysql_query("INSERT INTO my-table (IssueId, ToolName, Status) VALUES ('...', '...',...)")VALUES ('...', '...',...) ... VALUES('...','...','...')");
  2. I want setup joomla, how to make it?
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.