Search results

  1. X

    MYSQL help

    My problem is still not fixed lol, it doesnt save it in the name part.
  2. X

    MYSQL help

    Ok 1 last problem, I fixed my script: <? $firstname=$_POST['Name']; $message=$_POST['Message']; $submit=$_POST['submit']; if($submit=="Submit"){ $con = mysql_connect("localhost","username","password"); if (!$con) { die('Could not connect: ' . mysql_error()); }...
  3. X

    MYSQL help

    Anyways I fixed what you said and it STILL wont save to the table. <? $firstname=$_POST['Name']; $message=$_POST['Message']; $submit=$_POST['submit']; if($submit=="Submit"){ $con = mysql_connect("localhost","username","password"); if (!$con) { die('Could not connect: ' . mysql_error())...
  4. X

    MYSQL help

    Okay so heres my script now <? $firstname=$_POST['Name']; $message=$_POST['Message']; $submit=$_POST['submit']; if($submit=="Submit"){ $con = mysql_connect("localhost","username","password"); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("Feedback", $con)...
  5. X

    MYSQL help

    Ok heres my new code <? $firstname=$_POST['Name']; $message=$_POST['Message']; $submit=$_POST['submit']; if($submit=="submit"){ $con = mysql_connect("localhost","username","password"); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("learning_beta", $con)...
  6. X

    MYSQL help

    So for $con = mysql_connect("heres the problem","username,"password"); I put "localhost" for "heres the problem"? or no?
  7. X

    MYSQL help

    I dont think "localhost:5432" or "localhost" is the appropriate thing to use for the mysql hosting link. The link should lead u directly to the phpMyAdmin login page, but any link i try just gets me directly to the control panel login.
  8. X

    MYSQL help

    Hey, so i created a mysql server, and i jus wanted to make a form that does feedback. so i have this <script> <? $firstname=$_POST['Name']; $message=$_POST['Message']; $submit=$_POST['submit']; if($submit=="Submit"){ $con = mysql_connect("heres the problem","username,"password"); if (!$con)...
  9. X

    Thanks Microsoft

    Thos programs have always been free.
  10. X

    *Hiding links* tutorial

    Whats the point of "hiding" links?
  11. X

    Explain this code pls

    Seems like a PHP/ MySQL script. I think what u need for this to happen is a HTML post code.
  12. X

    Problem w/ my container

    Thank you, Your code works!
  13. X

    Problem w/ my container

    Thanks guys but my <div id="container"> does have a </div>. It's at the end which is the point of the container ID. If you click "home" the white bg is the container which contains all my contents. I just dont know why its not showing. the clear ID shold've fixed it. may someone help me?
  14. X

    Problem w/ my container

    Hey x10 members! I have a problem with my container that isnt showing. May you please carefully look through my code at kevinliang.x10hosting.com/test.html Thanks. I tried fixing it with the #clear{clear: both;} but it still didnt work. May you please tell me how to fix it? Thanks.
  15. X

    Domain not working at all

    I had the same problem but it got fixed.
  16. X

    Connection refused

    Same problem for me kevinliang.x10hosting.com/template.html
  17. X

    uploading a file [PHP / HTML]

    To upload, just drag it in your ftp server and use the link from there.
  18. X

    Want to Learn PHP ????

    I learned php from w3schools.com
  19. X

    Java applet

    Its just a game that I programmed.
Top