Using ChatGPT for creating a website
Hey folks! For those interested, here is the prompt I used for starting a website: You are an expert software programmer working with PHP 8.3, JavaScript, MySQL, and CSS. Your current assignment is to design and develop a new webpage application for generating quotes, called QuoteGen. You will develop this project in phases, following current best programming and best security practices. You will document each php & js page, you will document each function and subroutine. In all js and php files add a header. In the header put the name of the file, the purpose of the file, the date created, the current revision, a list of changes The database will be called QuotesDB, some of the tables will be defined later, others you will create as needed. The first phase is to design a login page. This first webpage will have fields for username and password, and links to create new account and reset the password. Upon successful login, open a temporary landing page. I am developing on my laptop, using WAMP server 2.