How to create a CMS with PHP // Part 2 - Getting rows from our database
Uploader Comments (ScoobyDooobyD00)
Top Comments
-
I have followed this, all i get in my index.php is:
get_content()") ?>
Any solutions?
Thanks
All Comments (58)
-
Awesome tutorial! 5*
First php tutorial I saw and already understand it well and finally mysql actually worked with me! YAY!
But anyway, I believe the charset (collation) on the database is wrong to me, letters like "é" appears as a "?" looking like some symbol. which Collation should I use for body and title?
Thanks for reading,
*reply by anyone is appreciated too! :)
-
Hello .. thank you for your tutorial .. i am facing problem with get_content()
Call to undefined function get_content()
can you help me solving it?
-
Man you are the best but i need some tut about DB :D
-
I don't see a point in using a class.
For a global connection I just use an external file.
include 'scripts/SQLconnect.php';
-
I've tried to follow the tutorial but I get this error "Access denied for user 'ODBC'@'localhost' (using password: NO)" - what should I do to solve this problem?
-
Hi, I had the same error, you've spelt one of the commands wrong, I fixed it by removing all of the text and just starting again in that function.
-
@ScoobyDooobyD00 - I've been trying to learn PHP for a while, but practicing code bit by bit just isn't sticking in. I'm hoping by doing a project (a CMS) I'll learn better.
But what I'd like to know is, in your tutorials, will you be showing ways of securing the CMS from things like SQL injection, spam etc?
This still isn't really modern... most new stuff is following the MVC model these days.
ivolol 2 years ago 4
I logged into my other account, sorry if there was any confusion.
ScoobyDooobyD00 2 years ago
You really do have some pro tutorials.
Thankyou.
TendencyDriven 2 years ago 6
Your Welcome, Thanks
ScoobyDooobyD00 2 years ago