Jump to content

proudly

Members
  • Posts

    39
  • Joined

  • Last visited

Everything posted by proudly

  1. proudly

    server database

    Those six columns you said are not columns . Columns on XAMPP/phpadmin apear horizontal , and type , null. key .... are describing the content of the data you will put on the cells of the table on the current cell.for exable on the column username you will define if the type is varchar or something else, and on the key you will choose unique ..etc
  2. you can also use <em></em> , and then in the css for examble em{ font-weight: bold; font-style: normal; font-size:60px;}
  3. yes I know , but all the checkboxes are unchecked , see the fille
  4. sorry for the late answer. I want to stop and run the Apache and MySQL when I want to do , not to start automaticly on mylaptop startup
  5. thank you Justsomeguy, do you know how can I change it
  6. When I for the first time run the Apache and the MySQL, using the control panel ,everything was ok. After that I stopped the server and the database I cosed my laptop.The day after I found that Apache and MySQL were still running. When I tried to stop them a message of the UAC (from NET) come up. Is there something I have done wrong?
  7. proudly

    Xampp

    remove allthe files from htdocs, and put there your work
  8. proudly

    Table heads

    remove <b></b> or on the css file font_weight normal
  9. proudly

    for loop

    try var k=1; k<letter.length; k++
  10. proudly

    ripemd5()

    readding a ebook I came across that encryption function . Does someone know how this works?
  11. I'm a newbie, but I think you , as Ingolme said , want to change only a part of your page. That is only achieved using AJAX
  12. thank you Tezzo and Ingolme .I would like to leanr about a Javascript solution(because already reading that Language), where can i start?
  13. Hello, could someone give some advice, how I can collect the data from a user that types some information in a form tag, or examble an <input>.?Where are they going , in order to manipulate them?Thank in advance
×
×
  • Create New...