Good News Everybody!
The new search engine is LIVE!
Please report any problems to david (at) midrange.com.
|
If the code point 0x0A is required to be stored in the EBCDIC application
data [to avoid changing the application], then consider:
That 0x0A is the Repeat (RPT) control character in EBCDIC, into which the
Single Shift Two (SS2) control character should translate from the code
point 0x8E in ASCII.
A similarly improper entrenchment ;-) might be able to overcome that
issue; try the following revision to the [prepared statement code
presented by OP]:
$temp =
"Name: " . $name . x'8E' .
"Email Address: " . $emailAddress . x'8E' .
"Phone Number: " . $phoneNumber . x'8E' .
"Message: " . $message . x'8E' .
"HTTP_REFERRER: " . $_SERVER[ 'HTTP_REFERER' ]; // Notes
$nnotes = str_replace( " ", "", $temp );
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.