Search results

  1. B

    Hi, javascript and HTML help please?

    the same as text, just put <button>value</button> or <input type='button' value='value'> where you type the text. I suggest you to try JQuery, it makes javascript development easier, it's a plugin for javascript, easy to use. When i started using JQuery i watched a few video tutorials on how it...
  2. B

    PHP and MySQL help! my registration won't store on mySQL database can you please tell...

    include("conf.inc.php"); // Includes the db and form info. It says includes the INFO so there is a possibility that you are trying to do mysql queries without being connected to mysql. Check the conf.inc.php file for 1)mysql_connect($host, $user, $pass); 2)mysql_select_db($database); The...
Back
Top