WisdmLabs / tejas-html-assignment

0 stars 0 forks source link

Move mysql connection to a seperate file #2

Closed arun-wdm closed 7 months ago

arun-wdm commented 7 months ago

https://github.com/WisdmLabs/tejas-html-assignment/blob/ec51c38863cca8c505b9c45c88eb7f0e2db1ac1e/UserRegistration.php#L88C9-L98C10

Move mysql connection to a seperate file and reference the file wherever required. This way you can reuse the code.

Tejas810 commented 7 months ago

Resolved https://github.com/WisdmLabs/tejas-html-assignment/blob/PhpAssignment/database-connection.php