×

Good News Everybody!

The new search engine is LIVE!

Please report any problems to david (at) midrange.com.




Is there any way to turn it off for this page only? If not, it seems
like no matter what i do - including Peter's suggestion of using double
quotes and eliminating the concatenation - I will not be able to get rid
of the escaped quotes.

Larry Kleinman
Kleinman Associates, Inc.
212-949-6469




From: "Kevin Bucknum" <Kevin@xxxxxxxxxxxxxxxxxxx>
To: "Web Enabling the IBM i \(AS/400 and iSeries\)"
<web400@xxxxxxxxxxxx>,
Date: 05/07/2014 12:53 PM
Subject: Re: [WEB400] Weird happening when html from data includes
HREF
Sent by: "WEB400" <web400-bounces@xxxxxxxxxxxx>



On the Godaddy server magic quotes is turned on.
http://php.net/manual/en/info.configuration.php#ini.magic-quotes-gpc


-----Original Message-----
From: WEB400 [mailto:web400-bounces@xxxxxxxxxxxx] On Behalf Of Larry
Kleinman
Sent: Wednesday, May 07, 2014 10:00 AM
To: WEB400@xxxxxxxxxxxx
Subject: [WEB400] Weird happening when html from data includes HREF

Hi all - I am having something odd happen with two PHP pages. On the

first page, I have the following code:


<input type="hidden"
name="ItemMessageText"
value=" <?php
If ($ErrorMsg == '')
echo $Quantity. " added to your cart. Continue shopping or <a
href=&quot;cart.php?FromScreen=" . $ScreenToRedisplay ."&quot;> go to
cart.</a> ";
Else
echo $ErrorMsg; ?> ">



This page POSTs to a second page, which contains this code.

$ItemMessageText = $_POST["ItemMessageText"];



When $ErrorMsg is blank, the value of ItemMessageText on the second page
is

3 added to your cart. Continue shopping or <a href
=\"cart.php?FromScreen=/1dev/adult.php\"> go to cart.</a>


Notice that the quotes surrounding the name of the hyperlnk have been
escaped - there is a \ prior to the quotes. I have no idea why this is

happening and it causes the link to fail


To make it more odd, the problem happens when the script is run on a
GoDaddy server, but works fine (quotes are not escaped) when run on
ZendServer on an IBM i box


Larry Kleinman
Kleinman Associates, Inc.
212-949-6469
--
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing
list To post a message email: WEB400@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/web400.




Kevin Bucknum
Senior Programmer Analyst
MEDDATA/MEDTRON
Tel: 985-893-2550


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.