Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Re: [PHP-DB] Security Question
From: "Dylan Barber" <dylan.barber@earthlink.net>

>I am accessing a database on my site from another site - I am
> not the only developer on the other site and there is the potential
> for someone to access the database for nefarious purposes from
> the other site.  Can I somehow protect the password and still have it
> work?

What database? I assume you mean your PHP script is logging into a remote
database and you're concerned about the password being in the script? Not
much you can do about it, really. You can log in over SSL (depending upon
your database), which will protect the password in transit, but it's still
sitting in the file. If you can't trust users on the server that you're on,
find a better server. :)

> Or I had thought of this but I didn't know if it wuld or should work -
> include all my database routines in an include file and do something
> like include once "http://domain.com/include.php" would that even work?

It will work, but not like you're thinking. You'll get the _result_ of the
PHP file and not the actual code.

---John Holmes...

Report this thread to moderator Post Follow-up to this message
Old Post
John Holmes
08-27-04 08:56 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

PHP DB archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 04:49 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.