Microsoft
Software
Hardware
Network
Question : Global variable dosent work?
Hi!
Have a webpage that i want to transfer variable to index.html page.
The name of the variable is $fylkeid...
Have another variable that works fine, its called $catid
Have defined the variables in config-file.
$catid=$_REQUEST['catid'];
if($catid!="")
$category_id=$catid;
else
$category_id=1;
$smarty->assign('category_
id', $category_id);
$catid1=$_REQUEST['ItemID'
];
if($catid1!="")
$ItemID=$catid1;
$smarty->assign('Item_id',
$ItemID);
// Fylke
$fylkeid=$_REQUEST['fylkei
d'];
if($fylkeid!="")
$fylke_id=$fylkeid;
else
$fylke_id=1;
$smarty->assign('fylke_id'
, $fylke_id);
And i call the index.html like this:
http://www.minlokalavis.no
/lokalavis
//index.ph
p?catid=1&
fylkeid=1
And in my index.html i use this code:
{if $fylkeid eq "1"}
<link href="css/style_singelsamm
en.css" rel="stylesheet" type="text/css" />
{else}
<link href="css/style.css" rel="stylesheet" type="text/css" />
{/if}
Why is the global variable dosent work ?
Answer : Global variable dosent work?
I only have version 12 here.
Try searching the registry for "Agent Directory List" that might do it.
Random Solutions
Piped output to GZIP file->adding date stamp to file name
How to get a list of properties' names of a JavaScript object?
Uninstall string for Backup Exec 2010 Remote Agent
Exchange 2007 Account Change
Are there any issues to be aware of with method overloading when using Web Services?
How can I access my JSP web application under tomcat server?
SBS 2003 slow logon and shared file access
Internal communication of VirtualPC 2007
Changing the Install Dir in a MST\MSI
Multiple <html> Tags in Page?