
May 30th, 2000, 07:36 AM
|
|
Junior Member
|
|
Join Date: May 2000
Posts: 10
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Is it possible to process a PHP script from within another?
I have produced a list of staff from a LDAP database called zlaty.php3. This list only contains part of the full database record for each member of staff.
I have another script called seznam2.php3, which lists the full record against parameters input.
I require the facility to be able to obtain the full record from my telephone list when required. I want to code a function to process seznam2.php3 using a unique identifier that I pass from each record
($zkratka). But I can't find how to process seznam2.php3
I want to avoid recreating the code from seznam2.php3 in zlaty.php3.
Thanks for any help
Tony
|