Web Engineering Projects Info:


Team 1 - Paula Warner

Happy-Tags-To-You - Promotional Products

Office: Ross 153
E-mail : pwarner@edinboro.edu
Phone : (814) 732-2760

Team Members:

Details:


Team 2 - Elizabeth Gillette

Nursing Billing Simulator

email: egillette@edinboro.edu
Phone: 814-449-5102

Team Members

Details:


Team 3 - Leah Therasse

Rental Website

Phone: (814) 734-7464
Address: 214 Erie Street
Email:

Team Members

Details:


Team 4 - Rose Graham

Reseach Colloboration for NWPA

Phone: 732-1246
Address: Reeder Hall, 302
Email: rgraham@edinboro.edu

Team Members

Details:

 


Team 5 - Mary Beth Mason

Speech Pathology Billing Simulator

Phone: 814-732-1287
Address: 221 Human Services Building
Email: mmasonbaughman@edinboro.edu

Team Members

Details:

 


Some Technical Details

To connect using File zilla:

Phpmyadmin:

https://csci423.cs.edinboro.edu/phpmyadmin

Reminder of how to connect to your database:

<?php
$db_location = "localhost";
$db_username = "dtucker";
$db_password = "password";
$db_database = "TuckerShoes";

$db_Connection = mysqli_connect("$db_location", "$db_username", "$db_password", "$db_database") or die("Error Connecting to the MySQL Server");
?>