Hello,
How can I do it that it will recognise the php variable $calendar_dir in:
$monthtext1 =
"
<!-- month heading -------------------------------------------->
<table align=\"center\ ">
<tr>
<td align=\"left\">
<form name=\"goto\" action=\"$calen dar_dir/calendar.php\" method=\"POST\" >
<table cellpadding=\"2 \" cellspacing=\"0 \" border=\"0\" bgcolor=\"#0000 00\"
align=\"center\ ">
<tr><td>
<table cellpadding=\"5 \" cellspacing=\"0 \" border=\"0\" bgcolor=\"#CC00 00\">
<tr><td width=\"200\">" ;
the variable contains a directory i set in a config.php and included on
beginning of the document.
Thanks for the advice
chris
How can I do it that it will recognise the php variable $calendar_dir in:
$monthtext1 =
"
<!-- month heading -------------------------------------------->
<table align=\"center\ ">
<tr>
<td align=\"left\">
<form name=\"goto\" action=\"$calen dar_dir/calendar.php\" method=\"POST\" >
<table cellpadding=\"2 \" cellspacing=\"0 \" border=\"0\" bgcolor=\"#0000 00\"
align=\"center\ ">
<tr><td>
<table cellpadding=\"5 \" cellspacing=\"0 \" border=\"0\" bgcolor=\"#CC00 00\">
<tr><td width=\"200\">" ;
the variable contains a directory i set in a config.php and included on
beginning of the document.
Thanks for the advice
chris
Comment