Search results

  1. J

    html/css help basic p and h1 tag confusion.....?

    Every time I end a p or h1 tag in my html it breaks to the next line how can you stop that?
  2. J

    Php help and also mysql help!?

    I know I connected successfully. I didn't include that in my code and my code produces no errors what's wrong with it? Also the variable array $Joe, its post value is a check box submitted through a form. I'm trying to create a small bank transfer application just a little help will do! Thanks...
  3. J

    Php help and also mysql help!?

    I know I connected successfully. I didn't include that in my code and my code produces no errors what's wrong with it? Also the variable array $Joe, its post value is a check box submitted through a form. I'm trying to create a small bank transfer application just a little help will do! Thanks...
  4. J

    Php and My SQL error HELP!?

    Here is the code.... The code is suppose to display a chat room and it's messages. The error message is Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource $Name = $_SESSION['Name']; $Post_ = $_POST['post']; $Insert = mysql_query("INSERT INTO Chat (Name, Text)...
  5. J

    PHP & Mysql help!! No Errors?

    I'm trying to create an extremely basic chat room yet I can't seem to get this data inserted into the mysql database in the first place. No errors... $Post_ = $_POST['post']; $Post_Chat = mysql_query("INSERT INTO Chat (Name, Text) VALUES ($Name, $Post_)"); $View_Chat = mysql_query("SELECT...
  6. J

    MY SQL & PHP help! No errors?

    What's wrong with this code? It produces the error... Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource $History = mysql_query("SELECT * FROM History"); echo "<table border='1'> <tr> <th>Name</th> <th>Money</th> <th>History</th> </tr>"; while($History =...
  7. J

    How old do you have to be to get a degree in php?

    I want to know how old you have to be to legally get a degree in php. I'm prepared to get a php degree at W3Schools.
Back
Top