Create PDF front end service [closed] - mysql

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 have a MySQL database that I would like to periodically print reports from.
I would like these reports to be downloadable into .pdf format; are there any free (secure) services that would allow me to do this?
Preferably from a well-known hosting service.

One that I have used and really like is FPDF.
It's a PHP Module Library that works really well and best of all it's free!
There are example scripts on their website too for you too have a look and plenty of tutorials on YouTube.
Hope this helps,
Craig

Related

Cloud webservice for and Android app [closed]

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
Hello I'm looking for a freeware or cheap server where I can set up a RESTful webservice with database and php.
Does anyone suggest me a good one?
Thanks!
https://www.firebase.com/features.html
FireBase is a great option (I recommend this one). you can do authentication (g+, Twitter,Facebook, password based and anonymous), Realtime Database and hosting.
the free teir is pretty good, but it can get expensive.
http://www.couchbase.com/nosql-databases/couchbase-server
You can also use CouchBase server but you need to do a lot of set ups for it. its free!

What open source library can I use to allow users to leave messages on my site? [closed]

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 have a web site already, but I would like the user to interact with me. So, I would like to let the user login and leave some messages on my site, also I would like to manage their comments. Are there any open source libraries that will help me do this?
It sound like you need something really simple to setup.
You can try using DISQUS
If you are using PHP then the following libraries might interest you
http://www.awesomephp.com/?Commentary
http://sourceforge.net/projects/php-com-sys/
http://www.commentics.org/download.php

What is a good data mining / BI / report tool for MySQL? [closed]

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 am looking for a tool, service, or framework that would allow us to expose our database to management. I have looked, although briefly, at JasperSoft and Crystal Reports. They looked "OK".
We are not afraid of writing our own queries so long as we can save them somewhere for later use by the business crowd. Ideally, the interface would be web based and reports could be emailed in a professional format.
I've never tried it but I read great things about Pentaho. Take a look at it.
http://www.pentaho.com/

Simple Database Viewer and Search Tool [closed]

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've exported all the old orders out of our old store into a mySQL DB.
Anyone know of a simple project or web based app that will let you search all fields with a wildcard?
So if I type in sha automatically any results with those letters would popup.
This would be similar to dbman but with mysql and some ajax. And preferably free and open source.
If you can use a "fat" client you can download the MySQL GUI tools from http://dev.mysql.com/downloads/gui-tools/5.0.html
Also look at http://www.mysqlajaxtableeditor.com/
PHPMyAdmin seems to be the most popular my man.

E - Commerce open source review [closed]

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 8 years ago.
Improve this question
Do you know a good review of the existing e-commerce open source platforms? I'll like it to be written in PHP in order to understand them faster and to contribute back.
many thanks
Magento Shopping Cart- they are using Zend Framework.
Magento is replacing other open source cart, and becoming the best, in terms of functionality and interface.
Have a look at Zen Cart or osCommerce. Both are widley supported and have a large community base.