Skip to content
Advertisement

Tag: html

How do I display values from other tables in a database in php?

I am displaying all the items in my database table There is a category table in my database as well that has these values Table item has attributes(ItemID, Name, Price, categoryID(FK)) Table category has attributes(categoryID(PK), Name, Description) Now when I display the items it gets displayed in this order instead of the category ID I want the Category name to

Highcharts diffent color @ Temperature Line

I have a question about highcharts: How can I display my temperature line in red above 0°C and blue below 0°C ? My code currently looks like this: Answer Use color and negativeColor properties: Live demo: http://jsfiddle.net/BlackLabel/9hnef5x2/ API Reference: https://api.highcharts.com/highcharts/series.line.negativeColor https://api.highcharts.com/highcharts/series.line.color

Advertisement