![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Newbie
|
Include variables
how would you use cross-script variables in php? Like, if you have script 1:
<?php
$A=15
include ("script_2.php")
?>And then in script 2: print $A would this print the value "15", or would you have to do some kind of redefining of the variable? I know this is a bad example, but holefully you get the idea. |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|