Search results

  1. denver bautista

    database error

    got an error when i execute this CREATE TABLE IF NOT EXISTS `category` ( `id` INT( 11 ) NOT NULL , `name` VARCHAR( 100 ) NOT NULL , `timestamp` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP , `color` VARCHAR( 10 ) DEFAULT '#00bcd4', `icon` VARCHAR( 100 ) NOT NULL...
  2. denver bautista

    ssl certificate

    is free domain have free ssl certificate?
  3. denver bautista

    BIND

    someone explain to me what is bind? for example i have domain name certifiedpogi.x10hosting.com this is php backend it is forum website and the subdomain is api.certifiedpogi.x10hosting.com and its connected to the database of certifiedpogi.x10hosting.com, this api is android application of...
Top