Jump to content

administrator

Administrators
  • Posts

    3,158
  • Joined

  • Last visited

  • Days Won

    413

Everything posted by administrator

  1. Hi Hasan, The offer last a while. The course is popular ... check out the google reviews on this page: https://school.studioweb.com/store Stef
  2. Hi, Send me an email and I will give you access to the StudioWeb python course with quizzing. Stef
  3. Hi, Hmm ... the above from Stack, is telling you to create a user account with the noted permissions. So try creating a new user in MySQL with the above commands. Makes sense?
  4. Just breakdown the page into simpler elements and then you can isolate where the problem is. Stef
  5. Hi, Check my youTube channel on how to monetize your coding skills. Just search for Stefan Mischook on YouTube. Stef
  6. Sounds like you set that field to be of the datatype INT, so when you try to insert a string datatype, you will get that error. Makes sense? Stef
  7. Hi, You need to add the identifier attributes to your form elements so your PHP code can capture the form data people enter. Example: <input type="text" id="nameFirst" name="nameFirst"> PHP needs the ID attribute for each form element that captures info. Please refer to the PHP course.
  8. Glad you like the courses on StudioWeb!
  9. Hmm ... what is the error message you are getting? Stef
  10. This is done easily with include statements which all server side programming languages will support. You can do this most easily with PHP. Check out my PHP course: https://school.studioweb.com/store/course/php_7_foundations
  11. He is important a reference (php page) where the class is defined.
  12. Hi! My own platform, which is used by schools around the world, is very popular for teaching students of all ages: https://school.studioweb.com/store/course/beginners_python_3 We have a homeschool option for parents who want to monitor their child's progress.
  13. I sent you an email with answers to your questions.
  14. This an old thread. These days, you should use HTML5. Beyond that, you can use whatever you like .. PHP. JS etc ... have no impact on SEO.
  15. Hi, When you buy a course, your account is created for you: https://school.studioweb.com/store Stef
  16. Good guess. Typos are common source of errors.
  17. Broke my fast with two slices of rhubarb pie ... now I am feeling it! 🤪

    1. Harry

      Harry

      I take it that the pie wasn't sugar free.

    2. administrator

      administrator

      Nope. But I survived. 

  18. IE11 is old. It is a security risk to use old browsers ... time to upgrade. Stef
  19. Hi, The project files are on the home pages (course overview page) ... of each course.
  20. I would suggest getting live hosting and installing WP there.
  21. This is specialized. But you should be able to find an opensource solution in node.
  22. That is a new bug. With a recent update, the processing got messed up on this question. Just move on for now. Stef
  23. You have a screenshot ... easier to decipher what you are asking.
×
×
  • Create New...