[PHP] Empty Page problems

2003-06-19 Thread Gary Ogilvie
Hello everyone, Can anyone tell me what is wrong with my PHP script? I am trying to add information to an MSSQL database from a separate HTM file. The script it as follows: ?php $myEmployeeName=$_GET['name']; $myEmployeeDept=$_GET['department']; $myEmployeeNotes=$_GET['notes'];

Re: [PHP] Empty Page problems

2003-06-19 Thread CPT John W. Holmes
Can anyone tell me what is wrong with my PHP script? I am trying to add information to an MSSQL database from a separate HTM file. The script it as follows: How about you tell us what the problem is? What is the result of this script? What are you expecting the result to be? Take away the @

RE: [PHP] Empty Page problems

2003-06-19 Thread Gary Ogilvie
To: Gary Ogilvie; [EMAIL PROTECTED] Subject: Re: [PHP] Empty Page problems Can anyone tell me what is wrong with my PHP script? I am trying to add information to an MSSQL database from a separate HTM file. The script it as follows: How about you tell us what the problem is? What is the result