View Single Post
  #2  
Old 04-04-2005, 02:54 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default

The easy way:
Include auth.php in the PHP and access the variables using PHP. Does add overhead of course since it's a big ass include.

The hard way:
Create a custom PHP script to pull the information.
Reply With Quote