Jump to content

zazu42

Members
  • Posts

    2
  • Joined

  • Last visited

zazu42's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello- Based on the suggestion by another member, I am reposting my problem. Here is my question- How do you create a form in PHP where the results entered in from the user will be generated in a table? When I test the pages, I only get the start of the table, key and results(values) fields but no values! (Currently it looks like this). Visually, it should look like this if it works correctly: What am I missing from my code? order form.php results form.php
  2. Hello, I am VERY new to PHP. I have an assignment where we are working on include files. Everything looks okay.... but the contents from the include file are not showing up! Here is the assignment instructions: "The include file that you develop should create a table to display the contents of the $_REQUEST autoglobal. The table will have two columns showing each name/value pair. Use the advanced foreach statement syntax from Chapter 2 foreach(array_expression as $key => $value) to retrieve the index and value of each element of the $_REQUEST array. Be sure to use the stripslashes() and htmlentities() functions before displaying the text in the web page. The include file should be named as inc_requestDump.php. Create a second file named requestDump.php to test the include file." What am I doing wrong? Any help would be greatly appriciated. inc_requestDump.php requestDump.php
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.