Jump to content

niche

Members
  • Posts

    3,671
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by niche

  1. I liked what I saw. Is there something specific you need us to see?
  2. Something's keeping your Post from posting data. Try posting a simpler form from a new script. Does it var_dump data? If it does, there's something else in the script, with the original form, that's probably causing the problem.
  3. Put this at the top of your handler to see what's in the post array:Var_dump($_POST);Exit;Is everything there?
  4. Interestingly, youtube gets a significant portion of google queries
  5. How do you want to do it? Sounds like you have the skill to do it any way you choose to do it. So, just do it. There's no wrong way as long as you have validation.
  6. The short answer is simple copy the page source. Edit to taste. Voila! Instant clone. The longer answer is learn how to code so you can make those edits. starting with a html tutorial like: http://www.w3schools.com/html/default.asp
  7. ... and there doesn't seem to be a link back to w3schools.com. The channel says it's 2 months old.
  8. Also, be prepared to see at least some variation in performance between your local environment and the online environment.
  9. console logs http://stackoverflow.com/questions/4539253/what-is-console-log
  10. I use notepad++. A friend of mine swears by sublime.
  11. have you done the ajax tutorial? http://www.w3schools.com/php/php_ajax_intro.asp
  12. http://www.color-hex.com/color-names.html
  13. What might the benefits be?
  14. https://wordpress.org/plugins/kento-splash-screen/
  15. Ajax This tutorial has a auto complete feature: http://www.w3schools.com/php/php_ajax_intro.asp
  16. Depends on how much control you want to give the user. This should help you: http://www.wikihow.com/Create-a-Splash-Page-for-a-Website
  17. mktime() is on the list. You'll probably need a table containing the holidays.
  18. Your "fetch header" is called a Key if I understand you correctly: http://www.w3schools.com/php/php_ref_array.asp look for descriptions dealing with Keys.. Your second question will require an if statement: http://www.w3schools.com/php/php_if_else.asp
  19. http://www.w3schools.com/php/php_forms.asp
  20. This should help you get started: http://www.bestcssbuttongenerator.com/ There are many other sources
  21. There's many different ways to identify a date: http://www.w3schools.com/php/php_ref_date.asp
  22. You'll need this tutorial to know how to do it: http://www.w3schools.com/html/html_tables.asp
×
×
  • Create New...