be able to do,
if $PHP_SELF has 3 forward slashes (/) then set a varible
Thanks
Smythe.
Previous Comments:
[2002-05-06 09:00:28] [EMAIL PROTECTED]
if(eregi("([\/]{3})", $PHP_SELF))..
isnt working??
i w
Thanks
Smythe.
--
Edit bug report at http://bugs.php.net/?id=17041&edit=1
--
Fixed in CVS:http://bugs.php.net/fix.php?id=17041&r=fixedcvs
Fixed in release:http://bugs.php.net/fix.php?id=17041&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=17041
From: [EMAIL PROTECTED]
Operating system: Win2K
PHP version: 4.1.1
PHP Bug Type: Filesystem function related
Bug description: fopen() when using r+ overwrites whateva is at top
When usin r+ it writes to the file addop.txt but just overwrites whateva
is at the top. i want