[PHP] Calling other php scripts from inside a php script.

2003-02-01 Thread Jason Howlett
Hi, I am new to PHP and I am writing a script that evaluates input from a form then calls other PHP scripts depending on the input it receives. The login form is very simple and asks the user to enter a username and a password. It is used by two types of users, students and supervisors. In the

Re: [PHP] Calling other php scripts from inside a php script.

2003-02-01 Thread Sunfire
- Original Message - From: Jason Howlett [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 01, 2003 10:45 AM Subject: [PHP] Calling other php scripts from inside a php script. Hi, I am new to PHP and I am writing a script that evaluates input from a form then calls