Go to your database’s SQL tab and write the queries that will get you the appropriate data. Get this list of questions: Query Challenge Document #2 Underneath the questions in the document, write the query string and test it. See if it updates or deletes data from the database as is appropriate. If it does, […]
Code Challenge #5
Go to your database’s SQL tab and write the queries that will get you the appropriate data. Get this list of questions: Query Challenge Document Install this database to run your queries against in the SQL window. blog database Underneath the questions in the document, write the query string and test it. See if it […]
Code Challenge #4
Create three pages using your understanding of SESSIONS, COOKIES and PHP. On the first page, create a session and a cookie. The second page must carry the session data from the first page. If you close the browser, the cookie will pick up and re-set the session data and show the value of the session. […]
Code Challenge #3
Now it’s your turn: create a Contact form that works. The form should have the following criteria: Should include inputs for a name, email address, reason/subject/topic and a message. Test it in our test server, and display all the post data (from the form) in a creative way with CSS on the browser page once […]