PHP Coding
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsPHP RelatedPHP Coding

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old June 20th, 2002, 02:04 AM
eplummer eplummer is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Saratoga Springs, NY, US
Posts: 15 eplummer User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 46 sec
Reputation Power: 0
Send a message via ICQ to eplummer Send a message via Yahoo to eplummer
Connecting to MySQL

Hello Everyone,

This is my first post and I am so new you could say I do not exist yet.

When you add the following to a PHP page, do you place it before the opening <HTML> ?

<?php
$dbServer = "http://www.littlerussian.net";
$dbUserName = "your_username";
$dbPassword = "your_password";
$dbDatabase = "your_database_name";

$con = mysql_connect("$dbServer","$dbUserName","$dbPassword")
or die ("Connection Error to Server");
$db = mysql_select_db("$dbDatabase",$con)
or die("Connection Error to Database");
?>

Also, can anyone see this code if they do a view source?

Thanks,
Ed Plummer
Saratoga, NY

Reply With Quote
  #2  
Old June 20th, 2002, 02:25 AM
EvilivE EvilivE is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Milwaukee, WI USA
Posts: 291 EvilivE User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Send a message via Yahoo to EvilivE
RE: Connecting to MySQL

To keep it simple ... after. However, I would suggest putting that inside a file that is outside of your web servers root.

Reply With Quote
Reply

Viewing: Codewalkers ForumsPHP RelatedPHP Coding > Connecting to MySQL


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway