what do i put where

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
=-S-S-=Lonewolf
Forum Newbie
Posts: 10
Joined: Thu Mar 20, 2003 8:47 pm

what do i put where

Post by =-S-S-=Lonewolf »

<?php
// ----------------------------------------------------------------------------------------
// Topic: News Database based on Files
// File: config.php
// ----------------------------------------------------------------------------------------


$authentication = array( "test" => "test",
"myLogin" => "147852",
"me" => "Lonewolf",
"whatever" => "whatever" ); // ... add login/password pairs
User avatar
phice
Moderator
Posts: 1416
Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:

Post by phice »

...?
Image Image
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Details needed...
Post Reply