in reply to Clean a database record off an apostrophe '
So, it wouldn't matter whether your address field has any ' in it.# Fetch row my ( $custno, $companyName, $address, $city, $state, $zip) = $SQL->fet +chrow_array(); print <<EndHTML; <script language="javascript"> fillCustomer("$custno", "$companyName", "$address", "$city", "$state", + "$zip"); </script> EndHTML
# Under Construction
|
|---|