wampserver + I start the project in the browser I get the blank page
Posted by: foroworld (---.Red-81-38-34.dynamicIP.rima-tde.net)
Date: March 06, 2010 01:57PM

Hello everyone,

Complete a project that I finished a long time and worked correctly on the server, but now I'm trying to make some changes in local Loading WampServer and when I start the browser I get the blank page. I'm not sure but I think it may be the way I connect to the database, or the roots.

Does anyone know what I have do?
Why do I get the blank page?

Thank you very much

/ / CONNECTION WITH DATABASE ------------------------------------------- -----------

/ / STEP 1) connected to a server identified IF YOU CAN will fail

$ link = mysql_connect ( "localhost", "workshop", "b123456b" );

if ($ link)
(
die ( "Could not connect:". mysql_error ());
)


/ / Step 2) Select the BD

mysql_select_db ( "base_taller" );


/ / ------------------------------------------------ --------------------------------

Options: ReplyQuote


Sorry, only registered users may post in this forum.