lem. You've been a big help. Thank
>you for your ideas.
>
>John
>
>
>--- Rebecca Donley <[EMAIL PROTECTED]> wrote:
> > What about writing a function to change all the #
> > characters to something
> > else (maybe something you would never see in the
&g
in ASP you could just
use a "replace" function.
Rebecca
>From: John Holcomb <[EMAIL PROTECTED]>
>To: Rebecca Donley <[EMAIL PROTECTED]>
>Subject: Re: [PHP] Is there no one who can help me out there.
>Date: Tue, 18 Sep 2001 16:48:29 -0700 (PDT)
>
>Thank you.
John,
I had a similar problem when passing # from one page to another as an html
anchor. What worked for me was separating the # in quotes as follows:
echo "?id=" . $row[0] . "#" . strtolower($row[1]) . '">';
When I did this I had no problem passing the entire string without the end
being i
Hi all,
Several days ago I asked for help with this problem and you gave me
information on the output control functions, which was much appreciated and
solved some of my problems. However, I can't seem to find away around the
following one:
I need to pass a variable value from one page to the
Hi all,
Several days ago I asked for help with this problem and you gave me
information on the output control functions, which was much appreciated and
solved some of my problems. However, I can't seem to find away around the
following one:
I need to pass a variable value from one page to the
Phillip and David,
The output control functions worked perfectly. You saved me many hours of
frustration and wasted time. Thanks so much!
Rebecca
>From: David Robley <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: "Rebecca Donley" <[EMAIL PROTECTED]>,
Hi all,
I am switching from VBScript/ASP to PHP and have run into a problem with
HTML anchors. My page has a list of links generated from a db. The links
reference a second page, which displays multiple records from the db to
include the referenced one. I need that page to load to the selec
7 matches
Mail list logo