Answered step by step
Verified Expert Solution
Question
1 Approved Answer
urgent plz!! RDBMS(Mariadb) information: RDBMS address: localhost Database Name: school DB Username: dbuser DB Password: dbpass Table Name: students Structure of the Table: Field name
urgent plz!!
RDBMS(Mariadb) information:
RDBMS address: localhost
Database Name: school
DB Username: dbuser
DB Password: dbpass
Table Name: students
Structure of the Table:
Field name | Type(size) | Null | Additional Properties | Comments |
studentNo | varchar(8) | No | Primary Key | May be 6 or 8 digits |
studentName | varchar(4) | No |
| |
studentSurname | varchar(6) | No |
|
|
- (5p) Using the connection information above, write the source code of a PHP file which will echo today's date in dd/mm/yyyy format after retrieving it from the RDBMS.
Hint: use SQL query to retrieve today's date.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started