php help-- whats the best way to get a variable from another file?

ronaldmbaldwin

New member
what is the best way to get a variable from one file and use it in another file?

1.php has a $yahoo=1

2.php wants to use that variable
echo $yahoo
from page 1.php

how do i get that item into 2.php
global?
get?
GET?
wget?
any ideas welcome
 
Back
Top