Search results

  1. denver bautista

    database error

    thanks for the reply but it wont work #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CURRENT_TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP' at line 5
  2. denver bautista

    database error

    can you rewrite may database above. how can i fix that. sorry im beginner
  3. 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...
  4. denver bautista

    ssl certificate

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

    BIND

    hi that is only the example. deepwebph.x10host.com thats the domain
  6. 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