•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 402,523 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,522 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our PHP advertiser: Lunarpages PHP Web Hosting
Views: 586 | Replies: 2 | Solved
![]() |
•
•
Join Date: May 2007
Posts: 56
Reputation:
Rep Power: 2
Solved Threads: 0
Hello guys!
I have problem with my Php program. The existing system is done in Php4.3.2. When i used the existing pages and install a freshcopy of Php 4.2.3, the login pages does not work. it reads from the database actually for the fact that if i enter a wrong username and password there is a response and if the username and password is correct no response made but still i am not log-in in the system. If you have any idea about this pls help.
For MySQl versions:
existing: MySQL Servers and Clients 4.0.13
Fresh installed copy: MySQL Servers abd Clients 4.0.15
IIS component of windows 2000 was used.
pls help me which of the following software does a conflict.
If you copy of software or if you know a site in downloading the existing software(MySQL Servers and Clients 4.0.13 and Php4.3.2) pls tell. thanks a lot....
I have problem with my Php program. The existing system is done in Php4.3.2. When i used the existing pages and install a freshcopy of Php 4.2.3, the login pages does not work. it reads from the database actually for the fact that if i enter a wrong username and password there is a response and if the username and password is correct no response made but still i am not log-in in the system. If you have any idea about this pls help.
For MySQl versions:
existing: MySQL Servers and Clients 4.0.13
Fresh installed copy: MySQL Servers abd Clients 4.0.15
IIS component of windows 2000 was used.
pls help me which of the following software does a conflict.
If you copy of software or if you know a site in downloading the existing software(MySQL Servers and Clients 4.0.13 and Php4.3.2) pls tell. thanks a lot....
Last edited by dudegio : Jun 28th, 2007 at 11:29 pm.
•
•
Join Date: May 2007
Posts: 56
Reputation:
Rep Power: 2
Solved Threads: 0
Good day!
I encounter a bug in my login.php page when i used PHP 4.3.11 on my PC. here is the bug:
warning: Unknown(): Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. in Unknown on line 0.
This system has been working in php 4.3.2 for almost 3 years. i just wondered why the error exists for php version 4.3.11. Is there a way to enable the register_globals? In the existing system the following sessions works: session_is_registered, and session_unregister. I just wonder it is not working with php 4.3.11.
pls help me.....
I encounter a bug in my login.php page when i used PHP 4.3.11 on my PC. here is the bug:
warning: Unknown(): Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. in Unknown on line 0.
This system has been working in php 4.3.2 for almost 3 years. i just wondered why the error exists for php version 4.3.11. Is there a way to enable the register_globals? In the existing system the following sessions works: session_is_registered, and session_unregister. I just wonder it is not working with php 4.3.11.
pls help me.....
•
•
Join Date: Jul 2004
Location: North East Indiana
Posts: 491
Reputation:
Rep Power: 5
Solved Threads: 20
You don't want "register globals" on. It's behavior can lead to security issues, as describe in the linked article.
http://www.php.net/register_globals
Your code should be fixed instead, which we'll be happy to help with.
http://www.php.net/register_globals
Your code should be fixed instead, which we'll be happy to help with.
www.uncreativelabs.net
Old computers are getting to be a lost art. Here at Uncreative Labs, we still enjoy using the old computers. Sometimes we want to see how far a particular system can go, other times we use a stock system to remind ourselves of what we once had.
Old computers are getting to be a lost art. Here at Uncreative Labs, we still enjoy using the old computers. Sometimes we want to see how far a particular system can go, other times we use a stock system to remind ourselves of what we once had.
![]() |
•
•
•
•
•
•
•
•
DaniWeb PHP Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- learning php (PHP)
- Object Oriented Design (PHP)
- Problem in session using php5 (PHP)
- How to actually switch from the default MPM ("prefork") to the "worker" MPM? (Linux Servers and Apache)
- Return Functions/Methods in a class (PHP)
- popen2 problem (Python)
- Hello Dani Web members (PHP)
- Parse error: (PHP)
- how do you setup php mail()? using sendmail and yellowdog linux w/apache and php4 (*nix Software)
Other Threads in the PHP Forum
- Previous Thread: Can't connect to MySQL server on 'localhost' (10061)
- Next Thread: Searching all columns in a table


Linear Mode