Jump to content

raindropz12

Members
  • Posts

    45
  • Joined

  • Last visited

    Never

Everything posted by raindropz12

  1. Best way is to use the mysql commands directly, if you can connect to both with the same user. what are the mysql commands to copy records from 1 table to another table? please give examples, thanks.
  2. sorry I forgot to change the first comma into AND
  3. Try this $query = "SELECT * FROM profiles WHERE sex={$_GET['sex']}, age>= 20 AND age<=30 ORDER BY pId DESC"; or $query = "SELECT * FROM profiles WHERE sex={$_GET['sex']}, age BETWEEN 20 AND 30 ORDER BY pId DESC";
  4. how about copying records from 1 table to another table? thanks.
  5. can you please tell me how?
  6. Is it possible to copy tables from 1 database to another database? Thanks in advanced.
  7. May I know why DESCRIBE is Short version of SHOW COLUMNS? Any other difference? Thanks.
  8. what is the difference between show columns and describe? thanks in advanced.
  9. did you mean __set_state is the same as __set?
  10. I don't understand __set_state. Can you please explain? thank you.
  11. can you post the db structure?
  12. sorry it's not homework question.
  13. what are magic methods? when do we need to use magic methods? what are the advantages of using magic methods? thanks in advanced.
  14. http://php.net/manual/en/functions.anonymous.php did you mean there are many types of closures in php?
  15. I don't understand what you mean sorry.
  16. What are the advantages of closures? When do we need to implement closures? Can you please explain? Thanks in advanced.
  17. more examples please.. thank you.
  18. you need to use inline stylesheet, don't place your css file inside head tag
  19. May I know when do we need to create a view? What is the purpose of a view? Thanks in advanced.
  20. Can you post your code? I think you missed htmlentities().
×
×
  • 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.