Hallo all,

 

Sorry for the n00b question!

I am busy learning PHP and from the eBook I copied this code:

 

<?php
// open connection to MySQL server
$connection = mysql_connect('localhost', 'MyUsername', 'MyPassword');
// print status message
if ($connection)
{
echo 'Connected!';
}
else
{
echo 'Could not connect!';
}
?> 

 

When I open this in my browser I just see a blank screen not one of the
echo's shows....What could be the problem?

 

Thanks in advance.


Discovery Holdings Limited

Registration number: 1999/007789/06

This message and any attachments are confidential and intended solely for the 
addressee. If you have received this message in error, please notify Discovery 
immediately, telephone number +27 11 529 2888. Any unauthorised use; alteration 
or dissemination of the contents of this email is strictly prohibited. In no 
event will Discovery or the sender be liable in any manner whatsoever to any 
person for any loss or any direct, indirect, special or consequential damages 
arising from use of this email or any linked website, including, without 
limitation, from any lost profits, business interruption, loss of programmes or 
other data that may be stored on any information handling system or otherwise 
from any assurance that this email is virus free even if Discovery is expressly 
advised of the possibility of such damages. Discovery is an Authorised 
Financial Services Provider. A full list of directors is available on our 
website at 
https://www.discovery.co.za/index_login.jhtml?p_content=/investor_relations/directorate.jhtml
 alternatively, to obtain a full list of Directors via email, please email 
[EMAIL PROTECTED]

 


[Non-text portions of this message have been removed]

Reply via email to