Create a file p-3-1.php with the following info:
<?php
//File p-3-1.php
phpinfo()
?>
simple, secondly, create a multiform, HTML form which I did.
Then point this file to the browser, basically fill in the form and “SEND” the data.
Then it says When this form is executed it displays “an extensive report on the status of the php server and values of the forms” variables.
Now, my form is fine/done, but when I click on the submit button only a blank screen appears which displays nothing.
I would really like to know why this is please I am only learning php?
Info: I have placed both files on my local XAMPP server in the same directory.
Thank you:rolleyes:
This is my simple form:
<html xmlns=“http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=“Content-Type” content=“text/html; charset=utf-8” />
<title>my first form</title>
</head>
<body>
<FORM METHOD=“post” ACTION=“p-3-2.php”>
<h3>Fill out the form</h3>
<BR />Your name
<BR /><INPUT TYPE=“text” NAME=“textbox” VALUE=“your name” >
<BR />Password box
<BR /><INPUT TYPE=“password” NAME=“passwordbox” >
<BR />Textarea