We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40fc22 commit a02899dCopy full SHA for a02899d
1 file changed
README.md
@@ -2,12 +2,12 @@
2
A customer form written in PHP.
3
4
### How to install
5
-* Need a SQL server to install the 'customers.sql file in the repository
+* First, you will need a SQL server to import the 'customers.sql file found in the repository.
6
* Open the 'cusSubmit.php' file to enter your database information in the mysqli_connect on line 13.
7
```php
8
$con = mysqli_connect("localhost", "root", "", "CIS224_php");
9
```
10
-* Upload the files to your FTP or type in localhost:PORT
+* Upload the files to your FTP or type in localhost:PORT.
11
* Find the 'cusForm.php' in your directory.
12
13
0 commit comments