× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Have you tried using single quotes instead of double quotes around your
echo statements? Usually you have to use different characters to define
your echo string than you use within the string. I don't know for sure
whether this is true when using " but it's worth a try.

Trevor Briggs
Analyst/Programmer
Lincare, Inc.
(727) 431-1246
TBriggs2@xxxxxxxxxxx
-----Original Message-----
From: WEB400 [mailto:web400-bounces@xxxxxxxxxxxx] On Behalf Of Larry
Kleinman
Sent: Wednesday, May 07, 2014 11: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

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

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

This mailing list archive is Copyright 1997-2024 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.