|
hello everyone..
my users are signing up in a cgi script.. their info is being set inside a .dat file.
now i have many applications that use mysql authorization (forums.. shoppong cart.. image galleries) and i need to have the same users who signed up above to be able to access those...
so i either have to have a script that imports the .dat file into the mysqls and make that run every hour (cron job)..
or i have to have a script that redirects the mysql authorization process to the .dat file (knowing that all the mysqls run on php)..
i think this falls under the perl or php exprience..
ANY suggestion may help..
thanks
Tarek
|