Posts: 1
Location: MA, but moving to CT soon.
|
Quote:
|
Originally Posted by Dark-Skys99
PHP allows you to so much more...
I have an Ebook on PHP & MySQL i can mail it you if you want?
-James 
|
Actually, I could use a copy.  I'm trying to rewrite a registration script to look at a file for its password list instead of in a database. These are for ebooks with 1,000 passwords in each ebook -- wouldn't it be faster to parse through a file with the passwords for that ebook instead of a database that would require 1,000+ fields per ebook listing? Not to mention the extra overhead you're talking about....  Yes, I know, that password.user # data still has to be saved to the database, but that's a simple read/write function (I think.)
I've used Linux for a few years, and PHP/MySQL for about a year. I am new to PHP programming, but I used to program in dBase III+ "back in the day." I just need some decent primers on PHP programming. Can you open more than one database at a time from a PHP script? dBase let you, so I see no reason in the universe why you couldn't here too. (This is so the registration program can verify user information from the ecommerce program, without having to write 400 lines of code to integrate the two -- just need to be able to lookup the data conditionally; it doesn't have to modify a thing in the ecommerce database - could limit the registration program user to read-only in the ecommerce database, for that matter.)
__________________
¥~Draconis~¥
|