Content Top
DAL Computer Help » Web Design, Development & Marketing » Web Development Help » PHP Help » Function to load vars in PHP?

Function to load vars in PHP?


HEY! You're not logged in which is fine if you simply want to browse for answers, however if you want to post your own Questions and hangout here you need to Register! ...Registration takes 2 minutes and is completely free. If you have already registered simply log in using the form to the right.

Reply
Thread Tools
PHP Help
Old 09-03-2008, 09:01 PM   #1 (permalink)
D-A-L Newbie
 
Status: Newbie
Join Date: Mar 2008
Posts: 3
 Callme Is a beginner here at D-A-L



Callme is offline  
Function to load vars in PHP?

I made an app in PHP, where a large string of vars is loaded (and can be reloaded in certain instances to validate them).

Basically, I want to have a function where vars are loaded, but I don't want them to be global, because they need to stay in the validation functions.

So, I know this won't work, but this is what I want to do:

INSTEAD of this:

Code:
$var1 = $systemvars['var1']
$var2 = $systemvars['var2']
ect.....I WANT to do this:

Code:
function load_vars()
{
$var1 = $systemvars['var1']
$var2 = $systemvars['var2']
ect.....
}

function valid()
{
load_vars);
if (isset($var1 ))
echo "hi!";
}Thanks.
__________________
Girly Myspace Layouts Betfair


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Advertisement - Register to remove Ads its free!

Reply


Thread Tools

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Missing Drivers after wiping laptop deand_04 Drivers 11 22-08-2007 12:36 PM
Windows not booting... not completing repair setup techster Windows XP Help 6 07-08-2007 12:34 AM
Missing drivers afrer re-formatting computer deand_04 Drivers 5 13-07-2007 12:32 AM
Missing Audio cbroz91 General Hardware Issues 9 12-07-2007 01:14 AM
Computer Blackout after playing games st0l3 General Hardware Issues 3 07-10-2006 12:54 AM


All times are GMT +1. The time now is 07:30 AM.

Bottom Corner