Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Aug 2nd, 2005, 6:59 PM   #21
Intimidat0r
Hobbyist Programmer
 
Intimidat0r's Avatar
 
Join Date: May 2005
Location: Don't know, but the padded walls are a nice touch.
Posts: 126
Rep Power: 0 Intimidat0r is an unknown quantity at this point
Send a message via ICQ to Intimidat0r Send a message via AIM to Intimidat0r Send a message via MSN to Intimidat0r Send a message via Yahoo to Intimidat0r
DaWei - yeah when it uses localhost it doesn't mean my machine it means the server that the database is on.

it's working now though, i was spelling the password wrong when i tried to connect it's all working fine now. thanks for all your help guys!
__________________
Children in the dark cause accidents, and accidents in the dark cause children.

http://www.ronincoders.org
Intimidat0r is offline   Reply With Quote
Old Aug 2nd, 2005, 7:56 PM   #22
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
I never get my password wrong -- it's the pinyin spelling of the Mandarin pronunciation of the nickname of a woman friend of Scottish descent . That would be her arm you see in the avatar .
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Aug 4th, 2005, 12:06 AM   #23
jcmnetmedia
Newbie
 
jcmnetmedia's Avatar
 
Join Date: Aug 2005
Location: Wilsonville, Oregon
Posts: 3
Rep Power: 0 jcmnetmedia is on a distinguished road
Looks like this topic is pretty much closed, but here's a note about includes.

On certain servers, if you have an includes directory specified in php.ini, when you put

include('thefilename.inc');

some servers look in the global includes for the file, not the directory the script is sitting in. The solution for it is pretty simple:

include('/thefilename.inc');

or

include('./thefilename.inc');

I've seen cases where that has worked. There is probably a smarter way around that, but its worked for me.
__________________
Jeremy Morgan,
Check out my SEO Blog.
Simplicity is the ultimate sophistication!
jcmnetmedia is offline   Reply With Quote
Old Aug 4th, 2005, 6:34 AM   #24
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
It's called, "getting the path right" .
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 10:15 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC