Jump to content

administrator

Administrators
  • Posts

    3,243
  • Joined

  • Last visited

  • Days Won

    434

Everything posted by administrator

  1. Sounds like you are not properly declaring a variable.
  2. Every page you provide should noted in the contract. You cannot be expected to provide legal docs since you are not a lawyer. You are responsible only to deliver the website ... you are not responsible for the content the client includes are not includes. Don't put anything illegal of course! Stef
  3. 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
  4. Hi, Send me an email and I will give you access to the StudioWeb python course with quizzing. Stef
  5. 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?
  6. Just breakdown the page into simpler elements and then you can isolate where the problem is. Stef
  7. Hi, Check my youTube channel on how to monetize your coding skills. Just search for Stefan Mischook on YouTube. Stef
  8. 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
  9. 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.
  10. Glad you like the courses on StudioWeb!
  11. Hmm ... what is the error message you are getting? Stef
  12. 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
  13. He is important a reference (php page) where the class is defined.
  14. 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.
  15. I sent you an email with answers to your questions.
  16. 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.
  17. Hi, When you buy a course, your account is created for you: https://school.studioweb.com/store Stef
  18. Good guess. Typos are common source of errors.
  19. 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. 

  20. IE11 is old. It is a security risk to use old browsers ... time to upgrade. Stef
  21. Hi, The project files are on the home pages (course overview page) ... of each course.
  22. I would suggest getting live hosting and installing WP there.
  23. This is specialized. But you should be able to find an opensource solution in node.
×
×
  • Create New...