Switch17
03-28-2003, 04:33 AM
Could some perhaps explain why this will workrequire 'file_defs.php';
echo "<a href=\"$antes$SYWC$FL[0]$options\">Scores and Standings</a>";and this will not?
require 'http://www.mywebsite.com/file_defs.php';
echo "<a href=\"$antes.$SYWC.$FL[0].$options\">Scores and Standings</a>";
I would have thought that I need the period between each variable. And when I use the entire url for the require it won't work either.
Any ideas?
echo "<a href=\"$antes$SYWC$FL[0]$options\">Scores and Standings</a>";and this will not?
require 'http://www.mywebsite.com/file_defs.php';
echo "<a href=\"$antes.$SYWC.$FL[0].$options\">Scores and Standings</a>";
I would have thought that I need the period between each variable. And when I use the entire url for the require it won't work either.
Any ideas?