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