solutionz Posted December 4, 2012 Report Share Posted December 4, 2012 Hello Everyone, I'm new at this forum and also new to installing and using a server offline. After installing and trying to use IIS and Xamp, I found UniSever to be the easiest for me.I thank the Uniform Sever developers for a no hassle installation and a detailed help guide. The purpose of installing a server for me was to have the ability to test scripts offline before using them on my websites.After installation, I tested everything regarding php and mysql and all went OK. But now I have a problem I don't know how to solve. I want to test a php membership script using mysql database, but nothing seems to be working.I have created the database with associated user, ran the php script to install the tables and all went OK.But now whenever I try to access the admin control panel for the script, the page is blanc.Both http://localhost/script/index.php or http://127.0.0.1/script/index.php are blank pages. It seems like the server does not connect to the database or maybe something else I don't know. Any help would be appreciated. Quote Link to comment Share on other sites More sharing options...
Ric Posted December 4, 2012 Report Share Posted December 4, 2012 “I tested everything regarding php and mysql and all went OK” I think your scripts may be using Short open tags ( ?>)!Change these to the long form of PHP open tag (<?php ?>) For details:Built in HTML manual reference (run help.exe): PHP > Short open tags The following section is also worth a read:Built in HTML manual reference (run help.exe): MySQL > General note: MySQL access and privileges All the betRic Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.