How to get back to save after update (IE add a url to the variable)

I want to put a link to return to the page view record after update.  I followed the insrtuctio Dreamweaver one added after the url of the page in the update behaviors:

? recordID = <? PHP echo $row_ recordsetName [' fieldName '];? >

However, the page does not load, but gives this error:

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expected T_STRING or T_VARIABLE or T_NUM_STRING in C:\UwAmp\www\testmypms\update_spec_rx.php on line 77

Here is the code in the page:

<? php require_once('Connections/testmypms.php');? >

<? PHP

function GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")

{

$theValue = (! get_magic_quotes_gpc())? addslashes ($TheValue): $theValue;

Switch ($theType) {}

case 'text ':

$theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

break;

case "long":

case "int":

$theValue = ($theValue! = "")? intval ($TheValue): 'NULL ';

break;

case "double":

$theValue = ($theValue! = "")? « " ». doubleVal ($TheValue). "" "": "NULL";

break;

case "date":

$theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

break;

case "set":

$theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;

break;

}

Return $theValue;

}

$editFormAction = $_SERVER ['PHP_SELF'];

If (isset {}

$editFormAction. = « ? ». htmlentities($_SERVER['QUERY_STRING']);

}

If ((isset($_POST["MM_update"])) & & ($_POST ["MM_update"] == "updateSpecRx")) {}

$updateSQL = sprintf ("UPDATE spec_rx SET spec_rx_date = %s FK_user_id = %s spec_rx_rsph = %s, spec_rx_rcyl = %s, spec_rx_raxis = %s, spec_rx_rhprism = %s, spec_rx_rhprismbase = %s, spec_rx_rvprism = %s, spec_rx_rvprismbase = %s, spec_rx_rnadd = %s, spec_rx_rnhprism = %s, spec_rx_rnhprismbase = %s, spec_rx_rnvprism = %s spec_rx_rnvprismbase = %s spec_rx_rintadd = %s spec_rx_rinthprism = %s, spec_rx_rinthprismbase = %s, spec_rx_rintvprism = %s, spec_rx_rintvprismbase = %s, spec_rx_lsph = %s, spec_rx_lcyl = %s, spec_rx_laxis = %s, spec_rx_lhprism = %s, spec_rx_lhprismbase = %s, spec_rx_lvprism = %s, spec_rx_lvprismbase = %s, spec_rx_lintadd = %s, spec_rx_linthprism = %s, spec_rx_linthprismbase = %s spec_rx_lintvprism = %s spec_rx_lintvprismbase = %s spec_rx_lnadd = %s, spec_rx_lnhprism = %s, spec_rx_lnhprismbase = %s, spec_rx_lnvprism = %s spec_rx_lnvprismbase = %s ext_rx = %s spec_rx_id = %s WHERE',

GetSQLValueString ($_POST ['rHprism'], 'day'),

GetSQLValueString ($_POST ["userID"], "int").

GetSQLValueString ($_POST ['rsph'], "double").

GetSQLValueString ($_POST ['rcyl'], "double").

GetSQLValueString ($_POST ['raxis'], "double").

GetSQLValueString ($_POST ['rHprism'], "double").

GetSQLValueString ($_POST ['rHprismbase'], "text").

GetSQLValueString ($_POST ['rVprism'], "double").

GetSQLValueString ($_POST ['rVprismbase'], "text").

GetSQLValueString ($_POST ['rNradd'], "double").

GetSQLValueString ($_POST ['rNrHprism'], "double").

GetSQLValueString ($_POST ['rNrHprismbase'], "text").

GetSQLValueString ($_POST ['rNrVprism'], "double").

GetSQLValueString ($_POST ['rNrVprismbase'], "text").

GetSQLValueString ($_POST ['rIntadd'], "double").

GetSQLValueString ($_POST ['rIntHprism'], "double").

GetSQLValueString ($_POST ['rIntHprismbase'], "text").

GetSQLValueString ($_POST ['rIntVprism'], "double").

GetSQLValueString ($_POST ['rIntVprismbase'], "text").

GetSQLValueString ($_POST ['lsph'], "double").

GetSQLValueString ($_POST ['lcyl'], "double").

GetSQLValueString ($_POST ["'laxis"], "double").

GetSQLValueString ($_POST ['lHprism'], "double").

GetSQLValueString ($_POST ['lHprismbase'], "text").

GetSQLValueString ($_POST ['lVprism'], "double").

GetSQLValueString ($_POST ['lVprismbase'], "text").

GetSQLValueString ($_POST ['lIntadd'], "double").

GetSQLValueString ($_POST ['lIntHprism'], "double").

GetSQLValueString ($_POST ['lIntHprismbase'], "text").

GetSQLValueString ($_POST ['lIntVprism'], "double").

GetSQLValueString ($_POST ['lIntVprismbase'], "text").

GetSQLValueString ($_POST ['lNradd'], "double").

GetSQLValueString ($_POST ['lNrHprism'], "double").

GetSQLValueString ($_POST ['lNrHprismbase'], "text").

GetSQLValueString ($_POST ['lNrVprism'], "double").

GetSQLValueString ($_POST ['rNrVprismbase'], "text").

GetSQLValueString (isset($_POST['extRx'])? ('true': ' ', 'definition', '1', '0').

GetSQLValueString ($_POST ['SpecRxID'], "int"));

@mysql_select_db ($database_testmypms, $testmypms);

$Result1 = mysql_query ($updateSQL, $testmypms) or die (mysql_error ());

$updateGoTo = "spec_rx4.php";

If (isset {}

$updateGoTo. = (strpos ($updateGoTo, '?'))? « & » : « ? » ;

$updateGoTo. = $_SERVER ['QUERY_STRING'];

}

header (sprintf ("location: %s", $updateGoTo));

}

/ * date_default_timezone_set('Europe/London');

$date = strtotime($_POST['specRxDate']);

$_POST ['specRxDate'] = date("Y-m-d",$date); */

$currentPage = $_SERVER ['PHP_SELF'];

$maxRows_spec_rx = 1;

$pageNum_spec_rx = 0;

If (isset($_GET['pageNum_spec_rx'])) {}

$pageNum_spec_rx = $_GET ['pageNum_spec_rx'];

}

$startRow_spec_rx = $pageNum_spec_rx * $maxRows_spec_rx;

$colname_spec_rx = "1";

If (isset($_GET['spec_RxID'])) {}

$colname_spec_rx = (get_magic_quotes_gpc())? $_GET ['spec_RxID']: addslashes($_GET['spec_RxID']);

}

@mysql_select_db ($database_testmypms, $testmypms);

$query_spec_rx = sprintf ("SELECT demographics.px_id, demography. FK_title_id, demographics.firstname, demographics.surname, title.title, title.title_id, spec_rx.spec_rx_id, spec_rx. FK_px_id, DATE_FORMAT (spec_rx.spec_rx_date, ' % d-% m-% Y') as formatted_rx_date, spec_rx. FK_user_id, spec_rx.spec_rx_rsph, spec_rx.spec_rx_rcyl, spec_rx.spec_rx_raxis, spec_rx.spec_rx_rhprism, spec_rx.spec_rx_rhprismbase, spec_rx.spec_rx_rvprism, spec_rx.spec_rx_rvprismbase, spec_rx.spec_rx_rnadd, spec_rx.spec_rx_rnhprism, spec_rx.spec_rx_rnhprismbase, spec_rx.spec_rx_rnvprism, spec_rx.spec_rx_rnvprismbase, spec_rx.spec_rx_rintadd, spec_rx.spec_rx_rinthprism, spec_rx.spec_rx_rinthprismbase spec_rx.spec_rx_rintvprism, spec_rx.spec_rx_rintvprismbase, spec_rx.spec_rx_lsph, spec_rx.spec_rx_lcyl, spec_rx.spec_rx_laxis, spec_rx.spec_rx_lhprism, spec_rx.spec_rx_lhprismbase, spec_rx.spec_rx_lvprism, spec_rx.spec_rx_lvprismbase, spec_rx.spec_rx_lintadd, spec_rx.spec_rx_linthprism, spec_rx.spec_rx_linthprismbase, spec_rx.spec_rx_lintvprism, spec_rx.spec_rx_lintvprismbase, spec_rx.spec_rx_lnadd, spec_rx.spec_rx_lnhprism spec_rx.spec_rx_lnhprismbase, spec_rx.spec_rx_lnvprism, spec_rx.spec_rx_lnvprismbase, spec_rx.ext_rx FROM spec_rx, demographics, title WHERE spec_rx.spec_rx_id = %s AND spec_rx. FK_px_id = demographics.px_id AND demography. (FK_title_id = title.title_id", $colname_spec_rx);

$query_limit_spec_rx = sprintf ("%s LIMIT %d, %d", $query_spec_rx, $startRow_spec_rx, $maxRows_spec_rx);

$spec_rx = mysql_query ($query_limit_spec_rx, $testmypms) or die (mysql_error ());

$row_spec_rx = mysql_fetch_assoc ($spec_rx);

If (isset($_GET['totalRows_spec_rx'])) {}

$totalRows_spec_rx = $_GET ['totalRows_spec_rx'];

} else {}

$all_spec_rx = mysql_query ($query_spec_rx);

$totalRows_spec_rx = mysql_num_rows ($all_spec_rx);

}

$totalPages_spec_rx = ceil($totalRows_spec_rx/$maxRows_spec_rx)-1;

@mysql_select_db ($database_testmypms, $testmypms);

$query_users = "SELECT users.user_id, users.username FROM users";

$users = mysql_query ($query_users, $testmypms) or die (mysql_error ());

$row_users = mysql_fetch_assoc ($users);

$totalRows_users = mysql_num_rows ($users);

$queryString_spec_rx = "";

If (! empty($_SERVER['QUERY_STRING'])) {}

$params = explode ("&", $_SERVER ['QUERY_STRING']);

$newParams = array();

{foreach ($params as $param)

If (stristr ($param, "pageNum_spec_rx") == false & &)

stristr ($param, "totalRows_spec_rx") == false) {}

return ($newParams, $param);

}

}

If (count ($newParams)! = 0) {}

$queryString_spec_rx = '& '. htmlentities (implode ("&", $newParams));

}

}

$queryString_spec_rx = sprintf ("& totalRows_spec_rx = %d %s", $totalRows_spec_rx, $queryString_spec_rx);

? >

< ! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional / / IN" "http://www.w3.org/TR/html4/loose.dtd" > ""

< html >

< head >

< meta http-equiv = "Content-Type" content = text/html"; charset = iso-8859-1 ">"

< title > change Rx Spec < /title >

< / head >

< body >

< p > modify Spec Rx < /p >

< p > <? PHP echo $row_spec_rx ["px_id"];? > < / p >

< p > <? PHP echo $row_spec_rx ['title'];? > <? PHP echo $row_spec_rx ["FirstName"];? > <? PHP echo $row_spec_rx ['name'];? > < / p >

< form action = "<?" PHP echo $editFormAction;? ">" method = "POST" name = "updateSpecRx" id = "updateSpecRx" >

< table border = "1" cellpadding = "5" cellspacing = "1" >

< b >

< td > < table >

< td >

< td > <? php date_default_timezone_set('Europe/London');? >

< input name = "specRxDate" type = "text" id = "specRxDate" value = "<?" PHP echo $row_spec_rx ["formatted_rx_date"];? ">" size = "10" maxlength = "10" <? PHP echo "value ="'.date("d-m-Y"). "" » ' ; ? > > < table >

< td > < input name = "SpecRxID" type = "text" id = "SpecRxID" value = "<?" PHP echo $row_spec_rx ["spec_rx_id"];? ">" size = "2" maxlength = "2" > < table >

< td > < table >

< td > < table >

< td > < table >

< td > < table >

< td > < table >

< td > < table >

< td > < table >

< td > < table >

< td > < table >

< td > < table >

< td > < table >

< td > < table >

< td > < table >

< td > < table >

< td > < table >

< /tr >

< b >

< td > < table >

SPH < td > < table >

Cyl < td > < table >

Axis of < td > < table >

HPrism < td > < table >

HPrismBase < td > < table >

VPrism < td > < table >

VPrismBase < td > < table >

NrAdd < td > < table >

NrHPrism < td > < table >

NrHPrismBase < td > < table >

NrVPrism < td > < table >

NrVPrismBase < td > < table >

IntAdd < td > < table >

IntHPrism < td > < table >

IntHPrismBase < td > < table >

IntVPrism < td > < table >

IntVPrismBase < td > < table >

< /tr >

< b >

< td > < table > R

< td > < input name = "rsph" type = "text" id = "rsph" value = "<?" PHP echo $row_spec_rx ["spec_rx_rsph"];? ">" size = "6" maxlength = "6" >

< table >

< td > < input name = "rcyl" type = "text" id = "rcyl" value = "<?" PHP echo $row_spec_rx ["spec_rx_rcyl"];? ">" size = "6" maxlength = "6" >

< table >

< td > < input name = "raxis" type = "text" id = "raxis" value = "<?" PHP echo $row_spec_rx ["spec_rx_raxis"];? ">" Size = "5" maxlength = "5" > < table >

< td > < input name = "rHprism" type = "text" id = "rHprism" value = "<?" PHP echo $row_spec_rx ["spec_rx_rhprism"];? ">" Size = "5" maxlength = "5" > < table >

< td > < select name = "rHprismbase" id = "rHprismbase" >

< option value = "" <? " PHP if (!) () strcmp ("", $row_spec_rx ['spec_rx_rhprismbase']))) {echo "SELECTED" ;}? > > < / option >

< option value = 'OUT' <? PHP if (!) () strcmp ("OUT", $row_spec_rx ['spec_rx_rhprismbase']))) {echo "SELECTED" ;}? > > OUT </option >

< option value = 'IN' <? PHP if (!) () strcmp ("IN", $row_spec_rx ['spec_rx_rhprismbase']))) {echo "SELECTED" ;}? > > IN </option >

< / select > < table >

< td > < input name = "rVprism" type = "text" id = "rVprism" value = "<?" PHP echo $row_spec_rx ["spec_rx_rvprism"];? ">" Size = "5" maxlength = "5" >

< table >

< td > < select name = "rVprismbase" id = "rVprismbase" >

< option value = "" <? " PHP if (!) () strcmp ("", $row_spec_rx ['spec_rx_rnvprismbase']))) {echo "SELECTED" ;}? > > < / option >

< option value = 'UP' <? PHP if (!) () strcmp ("UP", $row_spec_rx ['spec_rx_rnvprismbase']))) {echo "SELECTED" ;}? > > UP </option >

< option value = "DN" <? PHP if (!) () strcmp ("DN", $row_spec_rx ['spec_rx_rnvprismbase']))) {echo "SELECTED" ;}? > > DN </option >

< / select > < table >

< td > < input name = "rNradd" type = "text" id = "rNradd" value = "<?" PHP echo $row_spec_rx ["spec_rx_rnadd"];? ">" size = "6" maxlength = "6" > < table >

< td > < input name = "rNrHprism" type = "text" id = "rNrHprism" value = "<?" PHP echo $row_spec_rx ["spec_rx_rnhprism"];? ">" Size = "5" maxlength = "5" > < table >

< td > < select name = "rNrHprismbase" id = "rNrHprismbase" >

< option value = "" <? " PHP if (!) () strcmp ("", $row_spec_rx ['spec_rx_rnhprismbase']))) {echo "SELECTED" ;}? > > < / option >

< option value = 'OUT' <? PHP if (!) () strcmp ("OUT", $row_spec_rx ['spec_rx_rnhprismbase']))) {echo "SELECTED" ;}? > > OUT </option >

< option value = 'IN' <? PHP if (!) () strcmp ("IN", $row_spec_rx ['spec_rx_rnhprismbase']))) {echo "SELECTED" ;}? > > IN </option >

< / select > < table >

< td > < input name = "rNrVprism" type = "text" id = "rNrVprism" value = "<?" PHP echo $row_spec_rx ["spec_rx_rnvprism"];? ">" Size = "5" maxlength = "5" > < table >

< td > < select name = "rNrVprismbase" id = "rNrVprismbase" >

< option value = "" <? " PHP if (!) () strcmp ("", $row_spec_rx ['spec_rx_rnvprismbase']))) {echo "SELECTED" ;}? > > < / option >

< option value = 'UP' <? PHP if (!) () strcmp ("UP", $row_spec_rx ['spec_rx_rnvprismbase']))) {echo "SELECTED" ;}? > > UP </option >

< option value = "DN" <? PHP if (!) () strcmp ("DN", $row_spec_rx ['spec_rx_rnvprismbase']))) {echo "SELECTED" ;}? > > DN </option >

< / select > < table >

< td > < input name = "rIntadd" type = "text" id = "rIntadd" value = "<?" PHP echo $row_spec_rx ["spec_rx_rintadd"];? ">" size = "6" maxlength = "6" > < table >

< td > < input name = "rIntHprism" type = "text" id = "rIntHprism" value = "<?" PHP echo $row_spec_rx ["spec_rx_rinthprism"];? ">" Size = "5" maxlength = "5" > < table >

< td > < select name = "rIntHprismbase" id = "rIntHprismbase" >

< option value = "" <? " PHP if (!) () strcmp ("", $row_spec_rx ['spec_rx_rinthprismbase']))) {echo "SELECTED" ;}? > > < / option >

< option value = 'OUT' <? PHP if (!) () strcmp ("OUT", $row_spec_rx ['spec_rx_rinthprismbase']))) {echo "SELECTED" ;}? > > OUT </option >

< option value = 'IN' <? PHP if (!) () strcmp ("IN", $row_spec_rx ['spec_rx_rinthprismbase']))) {echo "SELECTED" ;}? > > IN </option >

< / select > < table >

< td > < input name = "rIntVprism" type = "text" id = "rIntVprism" value = "<?" PHP echo $row_spec_rx ["spec_rx_rintvprism"];? ">" Size = "5" maxlength = "5" > < table >

< td > < select name = "rIntVprismbase" id = "rIntVprismbase" >

< option value = "" <? " PHP if (!) () strcmp ("", $row_spec_rx ['spec_rx_rintvprismbase']))) {echo "SELECTED" ;}? > > < / option >

< option value = 'UP' <? PHP if (!) () strcmp ("UP", $row_spec_rx ['spec_rx_rintvprismbase']))) {echo "SELECTED" ;}? > > UP </option >

< option value = "DN" <? PHP if (!) () strcmp ("DN", $row_spec_rx ['spec_rx_rintvprismbase']))) {echo "SELECTED" ;}? > > DN </option >

< / select > < table >

< /tr >

< b >

< td > < table > L

< td > < input name = "lsph" type = "text" id = "lsph" value = "<?" PHP echo $row_spec_rx ["spec_rx_lsph"];? ">" size = "6" maxlength = "6" >

< table >

< td > < input name = "lcyl" type = "text" id = "lcyl" value = "<?" PHP echo $row_spec_rx ["spec_rx_lcyl"];? ">" size = "6" maxlength = "6" >

< table >

< td > < input name = "laxis" type = "text" id = "laxis" value = "<?" PHP echo $row_spec_rx ["spec_rx_laxis"];? ">" Size = "5" maxlength = "5" > < table >

< td > < input name = "lHprism" type = "text" id = "lHprism" value = "<?" PHP echo $row_spec_rx ["spec_rx_lhprism"];? ">" Size = "5" maxlength = "5" > < table >

< td > < select name = "lHprismbase" id = "lHprismbase" >

< option value = "" <? " PHP if (!) () strcmp ("", $row_spec_rx ['spec_rx_lhprismbase']))) {echo "SELECTED" ;}? > > < / option >

< option value = 'OUT' <? PHP if (!) () strcmp ("OUT", $row_spec_rx ['spec_rx_lhprismbase']))) {echo "SELECTED" ;}? > > OUT </option >

< option value = 'IN' <? PHP if (!) () strcmp ("IN", $row_spec_rx ['spec_rx_lhprismbase']))) {echo "SELECTED" ;}? > > IN </option >

< / select > < table >

< td > < input name = "lVprism" type = "text" id = "lVprism" value = "<?" PHP echo $row_spec_rx ["spec_rx_lvprism"];? ">" Size = "5" maxlength = "5" >

< table >

< td > < select name = "lVprismbase" id = "lVprismbase" >

< option value = "" <? " PHP if (!) () strcmp ("", $row_spec_rx ['spec_rx_rvprismbase']))) {echo "SELECTED" ;}? > > < / option >

< option value = 'UP' <? PHP if (!) () strcmp ("UP", $row_spec_rx ['spec_rx_rvprismbase']))) {echo "SELECTED" ;}? > > UP </option >

< option value = "DN" <? PHP if (!) () strcmp ("DN", $row_spec_rx ['spec_rx_rvprismbase']))) {echo "SELECTED" ;}? > > DN </option >

< / select > < table >

< td > < input name = "lNradd" type = "text" id = "lNradd" value = "<?" PHP echo $row_spec_rx ["spec_rx_lnadd"];? ">" size = "6" maxlength = "6" > < table >

< td > < input name = "lNrHprism" type = "text" id = "lNrHprism" value = "<?" PHP echo $row_spec_rx ["spec_rx_lnhprism"];? ">" Size = "5" maxlength = "5" > < table >

< td > < select name = "lNrHprismbase" id = "lNrHprismbase" >

< option value = "" <? " PHP if (!) () strcmp ("", $row_spec_rx ['spec_rx_lnhprismbase']))) {echo "SELECTED" ;}? > > < / option >

< option value = 'OUT' <? PHP if (!) () strcmp ("OUT", $row_spec_rx ['spec_rx_lnhprismbase']))) {echo "SELECTED" ;}? > > OUT </option >

< option value = 'IN' <? PHP if (!) () strcmp ("IN", $row_spec_rx ['spec_rx_lnhprismbase']))) {echo "SELECTED" ;}? > > IN </option >

< / select > < table >

< td > < input name = "lNrVprism" type = "text" id = "lNrVprism" value = "<?" PHP echo $row_spec_rx ["spec_rx_lnvprism"];? ">" Size = "5" maxlength = "5" > < table >

< td > < select name = "rNrVprismbase" id = "rNrVprismbase" >

< option value = "" <? " PHP if (!) () strcmp ("", $row_spec_rx ['spec_rx_lnvprismbase']))) {echo "SELECTED" ;}? > > < / option >

< option value = 'UP' <? PHP if (!) () strcmp ("UP", $row_spec_rx ['spec_rx_lnvprismbase']))) {echo "SELECTED" ;}? > > UP </option >

< option value = "DN" <? PHP if (!) () strcmp ("DN", $row_spec_rx ['spec_rx_lnvprismbase']))) {echo "SELECTED" ;}? > > DN </option >

< / select > < table >

< td > < input name = "lIntadd" type = "text" id = "lIntadd" value = "<?" PHP echo $row_spec_rx ["spec_rx_lintadd"];? ">" size = "6" maxlength = "6" > < table >

< td > < input name = "lIntHprism" type = "text" id = "lIntHprism" value = "<?" PHP echo $row_spec_rx ["spec_rx_linthprism"];? ">" Size = "5" maxlength = "5" > < table >

< td > < select name = "lIntHprismbase" id = "lIntHprismbase" >

< option value = "" > < / option >

< option value = 'OUT' > ON < / option >

< option value = 'IN' > IN < / option >

< / select > < table >

< td > < input name = "lIntVprism" type = "text" id = "lIntVprism" value = "<?" PHP echo $row_spec_rx ["spec_rx_lintvprism"];? ">" Size = "5" maxlength = "5" > < table >

< td > < select name = "lIntVprismbase" id = "lIntVprismbase" >

< option value = "" <? " PHP if (!) () strcmp ("", $row_spec_rx ['spec_rx_lintvprismbase']))) {echo "SELECTED" ;}? > > < / option >

< option value = 'UP' <? PHP if (!) () strcmp ("UP", $row_spec_rx ['spec_rx_lintvprismbase']))) {echo "SELECTED" ;}? > > UP </option >

< option value = "DN" <? PHP if (!) () strcmp ("DN", $row_spec_rx ['spec_rx_lintvprismbase']))) {echo "SELECTED" ;}? > > DN </option >

< / select > < table >

< /tr >

< b >

< td > < table >

< td > < input name = "pxID" type = "text" id = "pxID" value = "<?" PHP echo $row_spec_rx ["px_id"];? ">" size = "3" maxlength = "3" > < table >

< td colspan = "4" > < input name = "Update" type = "submit" id = "Update" value = "Update" > < table >

< td > < select name = "userID" id = "userID" >

<? PHP

{}

? >

< option value = "<?" PHP echo $row_users ['user_id']? ' > ' > <? PHP echo $row_users ["username"]? > < / option >

<? PHP

} While ($row_users = mysql_fetch_assoc ($users));

$rows = mysql_num_rows ($users);

If ($rows > 0) {}

mysql_data_seek ($users, 0);

$row_users = mysql_fetch_assoc ($users);

}

? >

< / select > < table >

< td > external

< input <? PHP if (!) ((strcmp($row_spec_rx['ext_rx'],1)))) {echo 'checked' ;}? > name = "extRx" type = "checkbox" id = "extRx" value = "checkbox" > < table >

< td > < table >

< td > < table >

< td > < table >

< td > < table >

< td > < table >

< td > < table >

< td > < table >

< td > < table >

< td > < table >

< td > < table >

< /tr >

< /table >

< input type = "hidden" name = "MM_update" value = "updateSpecRx" >

< / make >

< p > < / p >

< / body >

< / html >

<? PHP

mysql_free_result ($spec_rx);

mysql_free_result ($Users);

? >

Thanks for any help

Resolves this post:

How to pass a URL parameter after update?

Tags: Dreamweaver

Similar Questions

Maybe you are looking for