ID: 38116
User updated by: nimce4u at gmail dot com
Reported By: nimce4u at gmail dot com
Status: Bogus
Bug Type: Scripting Engine problem
Operating System: Windows XP Pro
PHP Version: 5.1.4
New Comment:
But In the manual you wrote that in PHP 5
ID: 38116
User updated by: nimce4u at gmail dot com
Reported By: nimce4u at gmail dot com
Status: Bogus
Bug Type: Scripting Engine problem
Operating System: Windows XP Pro
PHP Version: 5.1.4
New Comment:
But In the manual you wrote in PHP 5 you
ID: 38116
User updated by: nimce4u at gmail dot com
Reported By: nimce4u at gmail dot com
Status: Bogus
Bug Type: Scripting Engine problem
Operating System: Windows XP Pro
PHP Version: 5.1.4
New Comment:
I know it's the same file but still..
From: nimce4u at gmail dot com
Operating system: Windows XP Pro
PHP version: 5.1.4
PHP Bug Type: Scripting Engine problem
Bug description: include_once bug
Description:
When I use include_once
With:
include_once("inc.php");
and
include_once("INC.
From: nimce4u at gmail dot com
Operating system: Windows XP Pro
PHP version: 5.1.4
PHP Bug Type: *General Issues
Bug description: Undefinded Variable NO ERROR MESSAGE!!
Description:
When I print a variable who I DIDN'T defind before I DON'T get an
er
From: nimce4u at gmail dot com
Operating system: Windows XP Pro
PHP version: 5.1.4
PHP Bug Type: MySQL related
Bug description: mysql_affected_rows bug!
Description:
I'm using the mysql function called:
mysql_affected_rows();
now it has to give the number o
From: nimce4u at gmail dot com
Operating system: Windows XP Pro
PHP version: 5.1.4
PHP Bug Type: *General Issues
Bug description: the character ; forgotten
Description:
I learn PHP and I know that we have to type the ; character in the end of
every line..
and