Jump to content

nested php error pls check..


popodc

Recommended Posts

In your echo statement, you're already 'in' PHP, so you don't need the <?= ?> bit.  Instead try:

[code]
<?
if (!$excel) {
echo '<form action="emp_dtr.php" method="get" target="_parent">
<input type="hidden" name="eid" value="' . $_GET['eid'] . '">';
}
?>
[/code]

edit: apostrophes in the $_GET :)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.