-
Content Count
2,685 -
Joined
-
Last visited
-
Days Won
203
Content Type
Profiles
Forums
Calendar
Downloads
Gallery
Store
Everything posted by administrator
-
Yes ... you paths are wrong. Please go watch that lesson again.
-
Scrollbars appear when there is too much content for the window size. You can force scrollbars with JavaScript though.
-
Enquiry On How Inlcudes Work (PHP Shopping Cart with OOP & MVC Course)
administrator replied to fra168nk's topic in StudioWeb
Looks like He is a typo. -
How to Understand $_SESSION with multi-dimensional arrays
administrator replied to Drew2's topic in StudioWeb
Hi, It looks as though Ben is just adding data to the array. -
Why $template->getData() instead of $this->getData()?
administrator replied to Drew2's topic in StudioWeb
I would have look at the code and I am guessing Ben explained the reasons. That said, in programming, there are often many ways to do something. -
SQL video: "#1366 - Incorrect integer value: ERROR"
administrator replied to North34's topic in StudioWeb
Try single quotes. -
Yes. You should be good.
-
OOP shopping cart: Undefined type" problem (but the type is defined)
administrator replied to Demetri's topic in StudioWeb
Is the type defined in the include file? If so, be sure the include is at the very top of the page. -
OOP Shopping Cart m_template.php line 39 - Why no period?
administrator replied to Drew2's topic in StudioWeb
In programming, some languages will just allow some flexibility. In some instances, using extra code is an option to make the code more ridged ... which can be good for maintainability reasons. -
Just the path to the file is incorrect. Python is looking for the image, but it can't find it.
-
CRUD basics with Mysqli & PHP part2: undefined property error.
administrator replied to Jim706's topic in StudioWeb Projects
Hmm ... that is weird. Could be a database permission issue. -
Is a free website really free?
administrator replied to dev7's question in Career Questions - Asked and Answered
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 -
newbie The Grandpa coder is here!
administrator replied to jvr's topic in New Members Forum - Start Here!
Thanks. Welcome to the forum. -
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
-
Hi, Send me an email and I will give you access to the StudioWeb python course with quizzing. Stef
-
Just breakdown the page into simpler elements and then you can isolate where the problem is. Stef
-
Hi, Check my youTube channel on how to monetize your coding skills. Just search for Stefan Mischook on YouTube. Stef
-
SQL video: "#1366 - Incorrect integer value: ERROR"
administrator replied to North34's topic in StudioWeb
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 -
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.
-
Glad you like the courses on StudioWeb!