Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I am using php and mysqli. I used highcharts in angular2 but now i want to use charts in php. is highcharts still the best when it comes to php? thanks
There are so many options Available for using charts in php some of them are:
Google charts
fusion charts
pChart
Beside them there are alot of other charting libraries like chart.js which can be used with PHP.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm looking for a array of cell phones, prefer PHP but I can convert any kind to PHP.
Something like this for example:
array('iPhone','Blackberry','Samsung Galaxy','LG'); //and many more
I'm looking for one that has keywords that would be included in a HTTP_USER_AGENT call.
Is there anything on the market or in Github that I might use as a starter.
I'm not looking for mobile devices like kendal, I just want the phones.
You can use the mobiledetect library: http://mobiledetect.net/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I would like to create a simple Chart in PHP. It should show a temperature value over time. Is there any simple library you can recommand?
Regards
I personal use JpGraph - it is free and very powerful. The rendered graphic looks very nice.
You can download it here.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I need to dynamically build chart based on user's submissions. These submissions are done through long-polling. What I mean is that users submit values to the server, and then I need a graph that will be instantly built based on values. What library would you suggest to use in this situation? I am looking at http://www.jstat.org/demonstration and http://www.highcharts.com/ now, but would love to hear your advice.
My application is in php (yii framework)
have you ever looked at flot or RGraph? I have found Highcharts to have a steeper learning curve than flot or RGraph (IMHO). You might get rolling faster with one of these two.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Are there any APIs or libraries that make it easy to generate a calendar for a certain month/year? I need to have some sort of admin interface for a "event planner" part of a CMS for a local youth group and I'm at a loss as to how to generate a decent calendar.
Note: I only need something to generate the calendar HTML, not manage events. I'll be coding that part.
Two Spring to Mind
PHP Calendar - Free
Easy PHP
Calendar - Paid ($29.99 per
domain) but a lot slicker than PHP
Calendar
I ended up using a jQuery plugin instead. Thanks for the suggestions
http://plugins.jquery.com/project/fullcalendar
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
At present I am using a datagrid library, but I am experiencing some problems on browsers other than IE. This library can be found here.
This library works very well and is very easy to use except some compatibility issues. Is there any other easy to use grid library for PHP?
Maybe you should consider using DataTables from Yahoo UI Library.
It's very useful !!!
MyTableGrid is a JavaScript based
DataGrid control built on the
Prototype library. It allows you to
display your data in a simple and
flexible way.
http://pabloaravena.info/mytablegrid/
PHP example is here.
There's PlatinumGrid which does work correctly in IE, FF, Opera and Safari/Chrome.