• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Have php/mysql experience & want to make a few $$$?

if you want to do it yourself and are any bit tech savvy you could try to use phpmyadmin.
It is a basic web interface into any mysql database. Simply export your excel file to .csv and then import it w/ phpmyadmin. Then it gives you a nice query page to look up information int he tables.

http://www.phpmyadmin.net/home_page/index.php

demos available on that site also.
 
Can I do it in Perl instead of PHP? If so, let me know. I like coding in Perl so it'd be more for fun than for pay (though a little compensation would be nice). Seems like an easy project, anyway.
 
Yeah, sounds like a relatively easy project with PHP and MySQL. As for updating and expanding the databases, it wouldn't be too hard to create a form that will insert new data into the table (or you could just do it in phpmyadmin).
 
You actually could just update the Excel file and run a script to extract the data again. Perl has some libraries for getting data from an Excel file, so assuming the format was relatively unchanged it should be pretty easy. (Presumably you wouldn't want to do the search queries directly on it, though, since that'd be slow.)
 
The problem is that I don't think he wants to sit there within phpmyadmin (doesn't know any mysql query codes???)

I think, what he is asking, is that he wants a page where he can select the criteria visually (drop down boxes) and click "search" and it will bring the query to him. I may be wrong.
 
List the column titles/headers, and some sample data please, so that somebody can start on the project immediately.
 
Back
Top