Hi All,
I am still working thru some questions regarding PHPR, and have another one.
I have two separate databases, called admin and public.
admin contains tables such as users, logs, clients, etc.
public contains tables such as orders and shipments.
I want to create a web page for maintenance of the orders table (in the public database), but have users login and get verified against the users table (in the admin database).
I do not see a method of opening multiple databases within a single PHPR project.
Any ideas?
thanx in advance,
ron