|
-
Jan 24th, 2003, 02:06 PM
#1
Thread Starter
Lively Member
2000 and Apache issue
I notice that if my script has an empty variable in it the script will error.
ie $MyVariable="";
This happens on Windows 2000, I haven't tried it on another 2000 machine.
When running on an Win 98 machine or a Unix operating system I don't have this problem...
-
Jan 24th, 2003, 08:13 PM
#2
Frenzied Member
it has nothing to do with apache. it is the version of php that you have. you need to uncomment this line in the ini file for php.
error_reporting = E_ALL & ~E_NOTICE
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|