Creating a Basic CMS with PHP - Part 4 [Super Improved]
Uploader Comments (pbj746)
All Comments (44)
-
Something else to think about if you want to change the text that is displayed on your buttons such as the submit button you can add value="Submit" and change the name to anything you wish. You could do value="GO" and the button would say GO on it instead of submit. It's always better to name your buttons instead of letting html do it for you.
-
@MrVPalumbo SET is a better way to insert into any table since you can use the table names to set them it works really well.
-
I don't know what version of php you are using or mysql but one of the codes for the add categories does not work. I had to edit it in order to make it work if any of you have issues making this work this this codes it's actually better because it doesn't need the ID field to even be touched we are going to put the contents into the table directly by their names.
INSERT INTO categories SET Title='$cName',Description='$c
Desc' -
The method adds despite if i type the name or not :(
-
It's nice tutorial altho i have a question why does functions.php include DIRECTORY to connect,php, when they are in the same directory ?
-
oh my god finaly your back,, welcome back...ive been waiting for 5th part..please upload it...and oh can you please add UPLOAD IMAGE???
THANKS YOU
-
@pbj746 thanks for the tutorials, when can we expect part 5 :D?
-
where is part 5?
-
He seems to be busy with something... if you guys are still interested in PHP, I'm starting up a series of relatively good quality. I'm going to contact him about why he has been inactive, but for now you are all welcome to check out some of my work :) I hope he comes back, he was one of the best tutorial makers on youtube... he inspired me to make better tutorials back in the day.



After...9 months of leave. I am officially working on the illustrious fifth part of this series. It will cover adding and editing posts, as well as a few other tweaks!
pbj746 5 months ago
Hello everybody, sorry for the huge delay of part 5. I'll be uploading it tonight.
pbj746 1 year ago
Hey, once again great videos man, theyre really helpful. I was wondering when is Part 5 up? Thanks
paradoxibz 1 year ago
@paradoxibz It'll be up in the next week or so. i'm on vacation for the next week and a half.
pbj746 1 year ago
Dude, that strategy of having a functions file is really clever. Thanks for the tuts!
HabZbaH 1 year ago
@HabZbaH thanks! I'm trying to incorperate the DRY(Don't Repeat Yourself) coding method in, for the most part it's working out, there are a few kinks i'm gonna work out in the next few videos.
pbj746 1 year ago