Tuesday, July 28, 2009

If I create a login using Perl and MySQL, will I need access to a database?

Or can I do it with my URL host's Perl alone? We're talking a small database, for 10-20 members.

If I create a login using Perl and MySQL, will I need access to a database?
gghkh
Reply:Don't know if I understand your question, but....





First I would use PHP with MySql instead of perl...they got many built in functions to work with each other easily.





But if you created a login using perl and mysql....then you already got a database.., which is what mysql is.
Reply:You can make a database out of a CSV file. You don't necessarily need a sql database.


No comments:

Post a Comment