Jump to content

forum

Members
  • Posts

    33
  • Joined

  • Last visited

Everything posted by forum

  1. Yes, I know html, but I also thought that I knew PHP, but I decided to display the entire table and it turned out that I don’t know how to do it,))) I thought that I would write the variable into which we make the request in the echo, and that’s all, and then it turned out that not everything is so simple, the brain does not want to perceive what is already in the row table, but they need to be connected through a sampling cycle, so many actions are not clear why, I understood when it was necessary to compare something line by line or something look in the table, but why such difficulties in the usual output here is not yet possible to understand, you just need to agree this is how it should be)
  2. Oh, I'm completely confused here, I won't be able to write this for a long time))))
  3. Yes, this code format is hard to remember, it seemed that everything would be simple, but no, everything is somehow complicated
  4. I always look at the result. This is a language I have been studying for 2 years, and still I don’t understand how many students do some moments, that’s why I ask questions because I don’t understand it,
  5. But if the table is already created in the database, why complicate the code so much to display the entire table? For example, in a group of 100 students, not a single student understands this complex record and it is not clear how to explain it, it remains to be said, you just need to write it down, of course, it’s stupid, but we don’t understand.
  6. I read, but a lot is not clear, if the database has a table consisting of rows and columns, why renew it into a row. I can’t understand this)) if the table already consists of a row? how can this be understood?
  7. somehow you wrote everything confusingly, but why doesn’t it display the entire table as I wrote? because it's clear and simple.
  8. Hello, how to display the whole table from the base, here is my code, why is it not working? $query=$db->query("SELECT * FROM msg"); echo $query;
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.