Jump to content

PHP MYSQL (AJAX) APP


zaas910

Recommended Posts

Hello, I built an application quite a few years ago (in c++), that allows me to run through data and see a graph update live, so you could press the minus or plus key to scroll through the database of info. The data was loaded from a txt file.

 

I want to port this to PHP/MYSQL - (maybe Ajax?) so it can do the same but online. The problem is I don't even know if this can be done. Could I use Ajax to bring the data in from a keypress? Will repeatedly calling mysql and displaying a graph via php/mysql be resource consuming - specially if I have quite a few users using it at the same time.

 

I guess, my point is - is there anything available (an application maybe) that can handle such a thing without having to re-invent the wheel?

 

Thanks,

 

Mark

Link to comment
https://forums.phpfreaks.com/topic/253292-php-mysql-ajax-app/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.