Part 8: How to Build PHP and MySQL CMS Website Software

preview_player
Показать описание
In part 8 we create the forms and PHP scripts geared for editing existing pages that have already been made. The user can edit existing pages and we record the last edit date. We use the page ID numbers and a form field for the admin to claim which page they want to modify in this simple system. All of the existing data is queried from MySQL and placed into the form fields automatically to make life easy for the administrator.
Рекомендации по теме
Комментарии
Автор

I have taken a few different approaches. As my project does not require any new pages being created, I left out the code that finds the ID of the page, but everything in these tutorials has been fantastic. I have managed to get my update and insert scripts working and communicating with the database :). Thanks a bunch!

RamblingPanda
Автор

Nice Tutorial... very helpful dude!!! keep it up!!!

HincorXXX
Автор

Thanks a lot for these awesome tutorials. .

AnkitBhatt
Автор

Hi Adam,
I have been following you for some times now and I really appreciate the work you do and how you do it and how you present your teachings, very clear and simple.

I would like to ask you here if you could help me to make my wysiwyg editor work with CMS because everytime I send a new page with formating using the wysiwyg the page displays the data with all the HTML tags back.

I would be very grateful if you could assist me for that.

Thanks

Messan2

messan
Автор

Can you teach how to create a forum please? :)

VIEWMARY
Автор

Ya... maybe i said it wrong. I mean teach the start to finish of creating a forum :) ... eg Installing phpBB, WordPress or etc.

coding pages and all :)

VIEWMARY
Автор

Warning: mysqli_error() expects exactly 1 parameter, 0 given in on line 14

Why???!!

davidkolak
welcome to shbcf.ru