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 05-29-2011, 11:28 AM   #1 (permalink)
The Contributor
 
Tim Dobson's Avatar
 
Join Date: Feb 2010
Posts: 69
Thanks: 16
Tim Dobson is on a distinguished road
Default reading array from file help

hey guys i have myself stuff on reading an array, My admin cp login reads from an array like this

PHP Code:
$LOGIN_INFORMATION = array(
  
'name' => 'password',
  
'name' => 'password',
  
'name' => 'password'
); 
The bottom 2 need to be there by default because they are the main logins, the file it gets the info from is encrypted but decrypting i can do but how would i go about reading the file in the array,

PHP Code:
$LOGIN_INFORMATION = array(
  (
this is where i need to get the data from the file)
  
'name' => 'password',
  
'name' => 'password'
); 
Tim Dobson is offline  
Reply With Quote
Old 05-30-2011, 01:13 PM   #2 (permalink)
The Addict
 
tony's Avatar
 
Join Date: Aug 2008
Posts: 336
Thanks: 8
tony is on a distinguished road
Default

you could include or require the file. that way it would read as php code
tony 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

Similar Threads
Thread Thread Starter Forum Replies Last Post
reading text file for array Tim Dobson Absolute Beginners 4 03-04-2011 03:50 PM
includes and reading txt file Tim Dobson Absolute Beginners 2 07-08-2010 10:43 PM
Array, add file info ... Peuplarchie General 4 05-26-2008 08:25 AM
Text File Into Array Nathan Absolute Beginners 10 12-03-2007 08:20 PM
Part 1: Getting Started with Array Functions Wildhoney Absolute Beginners 6 10-01-2007 10:53 AM


All times are GMT. The time now is 05:20 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