PowerStore 3 Comments Field
I am getting strange characters in the comments (TextArea) field when my form is submitted.
The returns don't get put in and the apostrophe's have strange characters.
What is causing this?
I am getting strange characters in the comments (TextArea) field when my form is submitted.
The returns don't get put in and the apostrophe's have strange characters.
What is causing this?
Hard to say without some more concreate details. can you post a screen shot?
try adding the following code at line 1 of the add to cart page:
<?php
ini_set('magic_quotes_gpc','on');
?>
I'm having the problem on this page (see attached). It's a Quote Form. I tried puttin the code you gave me is this form but got an error.
Slashes are being put in.
Dimensions: 54\" x 18\" x 1.25\"
The Returns are being ignored.
Comments: The finished nominal canvas size will be: 54” w x 18” h x 1-1/4” thick Approx. shipping weight: 4.5 lbs ea or 9.0 lbs total ( to be confirmed prior to shipment) 1) Estimated UPS Ground shipping cost to be confirmed (amount due prior to shipment): $12.00 2) Amount Paid on 11/1/10: $116.00 3) Estimated Balance due prior to shipment: $12.00
Please, if you are reporting an error, you must include the text of the error.
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /homepages/20/d184490718/htdocs/YoungDesigns/quoteresponse.php:4) in /homepages/20/d184490718/htdocs/YoungDesigns/WA_eCart/WA_eCart_Definition_PHP.php on line 479
headers already send means that there is out put to the page.
it is being reported at line 4:
output started at /homepages/20/d184490718/htdocs/YoungDesigns/quoteresponse.php:4
most likely, when you posted the code in you added a trialing space or a blank line after the closing php tag.
look for a blank like between the closing php tag and the next opening php tag:
?>
<?php
or a blank space at the end of the closing php tag:
"?> "
The error is gone but the formatting is not working. File is attached.
Slashes are being put in.
Dimensions: 54\" x 18\" x 1.25\"
The Returns are being ignored.
Comments: The finished nominal canvas size will be: 54” w x 18” h x 1-1/4” thick Approx. shipping weight: 4.5 lbs ea or 9.0 lbs total ( to be confirmed prior to shipment) 1) Estimated UPS Ground shipping cost to be confirmed (amount due prior to shipment): $12.00 2) Amount Paid on 11/1/10: $116.00 3) Estimated Balance due prior to shipment: $12.00
Edit/Delete Message
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.