Answered step by step
Verified Expert Solution
Question
1 Approved Answer
php mySQL table color If the type is deposit, the amount should be shown in blue color. If the type is withdraw, the amount should
php mySQL table color
If the type is deposit, the amount should be shown in blue color. If the type is withdraw, the amount should be shown in red color. this is in PHP table, and data from mySQL. I can do just creating the table but I don't know how to put the color in.
ID Code Operation Amount Date Time Note xy001 Deposit 4000 2018-12-25 17:10:33 Manually inserted 2 xy002 Withdraw -2000 2018-12-25 17:10:33 Manually inserted xV003 Deposit 3000 2018-12-25 17:10:33 Manually inserted 4xy004 Withdraw -1000 2018-12-25 17:10:33 Manually insertedStep 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