Categories:
Administration (161)
Adware Spyware (43)
Apache (20)
Bluetooth (127)
DOS Commands (2)
Edge (28)
General (5)
Internet Connection (21)
Internet Explorer (224)
Media Center (14)
Media Player (135)
Mozilla Firefox (22)
MS Access (9)
Performance (204)
PHP (25)
Programming (36)
Security (109)
Silverlight (22)
Tips (144)
Tools (312)
Tutorials (40)
Windows 10 (193)
Windows 7 (1411)
Windows 8 (1712)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (71)
Windows XP (23)
Collections:
Other Resources:
Getting Blank Pages When Running PHP MySQL Pages
Why am I getting a blank page when running PHP scripts to access MySQL database?
✍: FYIcenter.com
1. Run your PHP application in a Web browser with a URL like http://localhost:8080/fyicenter/index.php. You get no page errors, but nothing in the browser window.
2. If you click View > Source menu, you will get something like:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD> <BODY></BODY></HTML>
3. You are probably going to ask what happens to the application and which code generated this blank page.
4. Open in "notepad" Apache access log file at: C:\Program Files\Apache Software Foundation\Apache2.2\logs\access.log. The access record looks normal:
... "GET /fyicenter/index.php HTTP/1.1" 200 -
5. Open in "notepad" Apache error log file at: C:\Program Files\Apache Software Foundation\Apache2.2\logs\error.log. You should see a line like this:
... [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function mysql_connect() in C:\Program Files \Apache Software Foundation\Apache2.2\htdocs\fyicenter \index.php on line 40
6. This error tells us that there is a problem in running MySQL functions in the PHP engine. Read our Configuring PHP for MySQL tutorial for fix this issue.
2016-07-04, 144442👍, 0💬
Popular Posts:
If you are using a wireless router to connecting to the Internet through a DSL modem, how many IP ad...
How to select system language during the Windows 7 initial set up process? If you bought your comput...
Can I disable Windows service "Network DDE" to speedup my computer? Microsoft application service "N...
What is YTBSDK.exe - Symantec YTB Status Server - Norton Internet Security? YTBSDK.exe is installed ...
What is AcroIEHelper.dll - DLL file - Adobe Acrobat IE Helper Version 6.0 for ActivieX? DLL AcroIEHe...