Question

which below is Not part of the steps in using MySQL with php? create a cookie...

which below is Not part of the steps in using MySQL with php?
create a cookie
retrieve the results and output them to a webpage
build a query string
connect to MySQL snd select the database to sur
0 0
Add a comment Improve this question Transcribed image text
Answer #1


PLEASE FIND THE ANSWER(S) and EXPLANATION BELOW.

Option: A

Explanation:-

In the process of using MySql with PHP, we have the following steps:

  1. Create a connection with MySQL and select the database.
  2. Build a query String.
  3. Execute the query.
  4. Retrieve the results.
  5. Output these results to a webpage.
  6. Close the connection.

Hence, there is NO step like CREATE a COOKIE.

Cookies are used by the Browser and are no way related to the databases.

Hence, option A is the wrong step.

=========================================================== If\, there \,are \,any \,doubts,\, comment\, down \,here.\,\,\, \,We \,are\, right\, here\, to \,help\, you.\, \,\,\\{\color{Blue}Happy\,\, Learning..!!}\\\\ {\color{Red} PLEASE\,\,give \,\,an \,\,{\color{Blue} UPVOTE}\,\, I\,\,Have \,\,Put\,\,a \,\,lot\,\,of\,\,EFFORT\,\,in\,\,solving\,\,Your\,\,Problem.}\,\, \,It \,really\, Boosts \,us..!! \\ {\color{Red} PLEASE\,\,give \,\,an \,\,{\color{Blue} UPVOTE}\,\, I\,\,Have \,\,Put\,\,a \,\,lot\,\,of\,\,EFFORT\,\,in\,\,solving\,\,Your\,\,Problem.}\,\,, \,It \,really\, Boosts \,us..!! \\ ===========================================================

Add a comment
Know the answer?
Add Answer to:
which below is Not part of the steps in using MySQL with php? create a cookie...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 1. Write the php statements to connect to MySQL server and select the database named personnel....

    1. Write the php statements to connect to MySQL server and select the database named personnel. The database personnel is located at localhost server. The user id and password to log on to the server are finalexam and thePassword respectively. 2. Using the above connection, write the php statements to retrieve the name and the email fields from all records of the users table ( 'SELECT name, email FROM users') and display them one record per line.

  • Using PHP and MYSQL create a form that: user Full name user Comment (as many lines...

    Using PHP and MYSQL create a form that: user Full name user Comment (as many lines as they want) allows the user to attach one image uploads the Full name, comment, and image to a database Displays the user's full name, comment and user image on the website by selecting them from the database. Include the server connection file as well any necessary codes to connect and maintain the database

  • You need to implement a web application that is split in three parts, namely, Webpage, PHP and My...

    You need to implement a web application that is split in three parts, namely, Webpage, PHP and MySQL. Each of them will be used accordingly to solve a simple problem described below. Remember to implement the logic in the most secure way of your knowledge. PHP Implement a PHP function that reads in input a string from the user and store it in a table (e.g., in a field called "Content Name"). The function should be able to read the...

  • Using PHP and MySQL, create a Web page to be used for storing software development bug reports in...

    Using PHP and MySQL, create a Web page to be used for storing software development bug reports in a MySQL database. Include fields such as product name and version, type of hardware, operating system, frequency of occurrence, and proposed solutions. Include links on the main page that allow you to create a new bug report and update an existing bug report. I have tried the various solutions provided previously for this exercise, but it does not work because every author...

  • Using MySQL and PHP keep it simple This assignment you will be making a form that...

    Using MySQL and PHP keep it simple This assignment you will be making a form that will do one of three things in a database -          It will add a record -          It will update a record -          It will search for a record Your database will contain a table for keeping a record of all your friends and family and should contain: First name Last name Phone number Address City State Zip Birthdate Username Password The sex of the...

  • Execute the steps below using the "AdventureWorksDW2016CTP3" database ----Create a SQL transaction that manages the scheduling...

    Execute the steps below using the "AdventureWorksDW2016CTP3" database ----Create a SQL transaction that manages the scheduling of PTO/SICK Report as well as a periodic database backup. Here is the transaction query that I have but how do I add the periodic database backup part? INSERT INTO PTO_SICK_REPORT (EMP_ID, FIRST_NAME, LAST_NAME, VACCATION_HOURS, SICK_HOURS) SELECT EMP_ID, FIRST_NAME, LAST_NAME, VACCATION_HOURS, SICK_HOURS FROM EMPLOYEE; COMMIT; SELECT * FROM PTO_SICK_REPORT ;

  • PHP Review For the Programming part: 1. How to connect to Database: connecting string, query string...

    PHP Review For the Programming part: 1. How to connect to Database: connecting string, query string mysqli_connect(), mysqli_query() 2. mysqli_fatch_array() - records returned, with while loop 3. form and name of variables that can be retrieved in php file.=> $_POST, $_GET 4. all the variables that a php file can access: _GET, _POST, SEVER, ... global variables with respect to the get and post methods in the form. 5. Where (Which directory) you store the database connecting information? parallel to...

  • Write a PHP script that obtains a URL and its description from user and stores the...

    Write a PHP script that obtains a URL and its description from user and stores the information into a database using MySQL. Create and run a SQL script with database named URL and a table named Urltable. The first field of the table should contain an actual URL, and the second, which is named Description, should contain a description of the URL. Use www.deitel.com as the first URL, and input Cool site! as its description. The second URL should be...

  • Need a PHP code that has a box to type in that allows the user to...

    Need a PHP code that has a box to type in that allows the user to put the information through the PHP site to the database for the following categories: INT, First name, Last name, Sex. Once injected it needs to echo to the page to show the table of all entries. The code below is how far I got with it. MySQL: add a row and query $link = mysql_connect('stewcraw.dotstermysql.com', 'prof', '3632password'); if (!$link) { die('Could not connect: '...

  • Hello, I'm working on inserting data into a table using MySQL and Python on my Windows...

    Hello, I'm working on inserting data into a table using MySQL and Python on my Windows OS laptop; and I am asked to modify the script so that it executes an insert query in one of my database tables. I am also asked to print the table before and after I execute this query in order to ensure the new information was inserted into the table. I'd like to INSERT INTO my EMPLOYEE table. The columns are employee_id, employee_password, order_id...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT