Skip to content

Commit a02899d

Browse files
authored
Update README.md
1 parent e40fc22 commit a02899d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
A customer form written in PHP.
33

44
### How to install
5-
* Need a SQL server to install the 'customers.sql file in the repository
5+
* First, you will need a SQL server to import the 'customers.sql file found in the repository.
66
* Open the 'cusSubmit.php' file to enter your database information in the mysqli_connect on line 13.
77
```php
88
$con = mysqli_connect("localhost", "root", "", "CIS224_php");
99
```
10-
* Upload the files to your FTP or type in localhost:PORT
10+
* Upload the files to your FTP or type in localhost:PORT.
1111
* Find the 'cusForm.php' in your directory.
1212

1313

0 commit comments

Comments
 (0)