TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 10-15-2009, 08:22 AM   #1 (permalink)
That guy
 
cachepl0x's Avatar
 
Join Date: Sep 2009
Location: San Antonio, TX
Posts: 24
Thanks: 0
cachepl0x is on a distinguished road
Default Stumbled upon something here..

Well, I was looking through the PHP documentation, and I came across a neat function called parse_str. I was wondering, would it be wise to use this for storing, and using database details?

PHP Code:
$str "host=localhost&user=root&pass=pass&name=db_name";

parse_str($str); 
Then:

PHP Code:
echo "$host$user$pass$name"
Would output "localhost, root, pass, db_name."
cachepl0x is offline  
Reply With Quote
Old 10-15-2009, 09:39 PM   #2 (permalink)
The Addict
 
Join Date: May 2009
Posts: 287
Thanks: 5
adamdecaf is on a distinguished road
Default

If you're going to grab the string via a HTTP request (such as $_POST, $_GET) then I would say NO! Those would be instantly hackable by anyone who viewed them.

If you're going to store the string in a file and load it I have to ask why not just store them as separate variables?
__________________
My Site
adamdecaf is offline  
Reply With Quote
Old 10-16-2009, 12:36 AM   #3 (permalink)
That guy
 
cachepl0x's Avatar
 
Join Date: Sep 2009
Location: San Antonio, TX
Posts: 24
Thanks: 0
cachepl0x is on a distinguished road
Default

Oh, no, of course not. I would never dream of doing something as amateurish as that.

Well, I was just wondering. No harm in curiosity.
cachepl0x is offline  
Reply With Quote
Old 10-16-2009, 01:48 AM   #4 (permalink)
The Addict
 
Join Date: May 2009
Posts: 287
Thanks: 5
adamdecaf is on a distinguished road
Default

Quote:
Originally Posted by cachepl0x View Post
Oh, no, of course not. I would never dream of doing something as amateurish as that.

Well, I was just wondering. No harm in curiosity.
Alright, I just always ask. If you're doing it server side I don't see a problem, just a question as to why would pop up.
__________________
My Site
adamdecaf is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 03:43 PM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design