Jump to content

niche

Members
  • Posts

    3,671
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by niche

  1. https://stackoverflow.com/questions/33273941/php-case-sensitivity/33273959#:~:text=Class names are case insensitive,variables %26 constants%2C are case sensitive
  2. niche

    Upload

    Happens automatically when you use their desktop app.
  3. niche

    Better Sql Statement

    what columns do you want to target?
  4. How do you want to trigger them?
  5. niche

    Better Sql Statement

    There's always a better way. What are you trying to accomplish?
  6. niche

    Convert Date in SQL

    is your INT unix timestamp?
  7. Compare the data from both tables with WHERE and enter the id from both the tables into another table, with a timestamp, if all the data matches. That way, you'll also have a record of what happened.
  8. Best to use your developer tools. That way you can actually see what you're dealing with.
  9. Is there a reason why hard coding the hours, for each location, won't work?
  10. niche

    PHP

    add this line to your form: <input type="text" name="first_name"> and the first_name to your php message. Remember the message is a string.
  11. Here you go: https://www.w3schools.com/xml/ajax_intro.asp
  12. thanks dsonesuk. obviously, i didn't know that off the top of my head, but would've figured it out. thanks again for the save.
  13. Point. What's your actual relevant code look like?
  14. Add margins to your thinking:https://www.w3schools.com/css/css_margin.asp
  15. this will get you started if you want to write your own code: https://www.w3schools.com/jsref/met_audio_play.asp Else, google your topic you'll find dozens, probably 100s, of options.
  16. Everything is possible with code. what might your code look like if you tried to that?
  17. Begin doing w3schools tutorials. Then, post your specific code questions in the forums.
  18. Great job of finding the relevant code, but I don't recognize the styling notation. Google suggests it's java server (obviously, JSF is a ref to java server) . Hopefully someone else can help you.
  19. Good to know there're hybrids.
  20. What kind of code are you writing?
  21. What does your developer tool say your relevant code looks like?
  22. I think you're referring to MVC Model View Controller. If you're asking about the diff between Model and View, The Model gets the data from your tables, or other data source, and the View displays it on the browser page. I use my MVC everyday. Keeps me sane.
  23. make an attempt with the links: https://www.w3schools.com/cssref/pr_class_float.asp https://www.w3schools.com/tags/tag_div.asp
×
×
  • Create New...