Hello all,
I have a question that someone will hopefully be able to answer.
I work at a government lab and am working on a bunch of pages for the physics Directorate.
We have an internal network behind a firewall that is only internally accessible and then an external network visible to everyone on the outside world.
I have written some PHP pages which query a MS SQL Server from a linux computer and that works fine.
My problem lies in the following.
part of my project involves mirroring all the possible pages that can be created from the database (personal pages for each employee) as static pages which reside on servers outside the fire wall.
My question is this. Right now I use PHP 4.x as an apache module but also have the CGI binary built. If I type "php filename" at the unix prompt it parses and evaluates the PHP code in the file, but suppose I need to pass the PHP page I'm parsing some arguements. Right now I have a php page that takes an employee number on the url line (If I use GET method) or it comes in through a post. I want to take this page I have already written and generate all possible html code that could result for all employee numbers I need to pass it one at a time.
Any one have any suggestions?
Thank you a lot for your time.
Sincerely,
-Joel Even
-even2@llnl.gov
-Student Intern, Lawrence Livermore Nat'l Lab
-Systems and Network Division under Physics
-Web and database development