href="frag.php&field=value" gets error 404.
--_f4ca7828-bcea-4428-835a-ccad50857bd8_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi=2C
I am using an html file to run a php script thus...
=09
=09
=09
=09
<html>
<head>
</head>
<body>
<a
href=3D"frag.php">Frag</a>
<a
href=3D"frag.php&input=3Dxxx">Frag Input</a>
</body>
</html>
The first link works file but the second produces a 404 error=3B correctly =
so as the php file being invoked is
/var/www/frag.php&input=3Dxxx
according to the error log.
Could anyone point me to a web page that explains what I need to do here?
Thank you for your attention.
Brian Hooper
____________________________________________________________ _____
Use Hotmail to send and receive mail from your different email accounts
http://clk.atdmt.com/UKM/go/186394592/direct/01/=
--_f4ca7828-bcea-4428-835a-ccad50857bd8_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<html>
<head>
<style><!--
..hmmessage P
{
margin:0px=3B
padding:0px
}
body.hmmessage
{
font-size: 10pt=3B
font-family:Verdana
}
--></style>
</head>
<body class=3D'hmmessage'>
Hi=2C<br><br>I am using an html file to run a php script thus...<br><br>
<meta http-equiv=3D"CONTENT-TYPE" content=3D"text/html=3B charset=3Dutf-8"=
>
<title></title>
<meta name=3D"GENERATOR" content=3D"OpenOffice.org 3.1 (Unix)">
<style type=3D"text/css">
<!--
[at] page { margin: 2cm }
P { margin-bottom: 0.21cm }
A:link { so-language: zxx }
-->
</style>
<p class=3D"western" style=3D"margin-bottom: 0cm=3B"><font style=3D"" face=
=3D"Courier New"><=3Bhtml>=3B
</font></p>
<p class=3D"western" style=3D"margin-bottom: 0cm=3B"><font style=3D"" face=
=3D"Courier New"><=3Bhead>=3B
</font></p>
<p class=3D"western" style=3D"margin-bottom: 0cm=3B"><font style=3D"" face=
=3D"Courier New"><=3B/head>=3B
</font></p>
<p class=3D"western" style=3D"margin-bottom: 0cm=3B"><font style=3D"" face=
=3D"Courier New"><=3Bbody>=3B
</font></p>
<p class=3D"western" style=3D"margin-bottom: 0cm=3B"><font style=3D"" face=
=3D"Courier New"><=3Ba
href=3D"frag.php">=3BFrag<=3B/a>=3B
</font></p>
<p class=3D"western" style=3D"margin-bottom: 0cm=3B"><font style=3D"" face=
=3D"Courier New"><=3Ba
href=3D"frag.php&=3Binput=3Dxxx">=3BFrag Input<=3B/a>=3B
</font></p>
<p class=3D"western" style=3D"margin-bottom: 0cm=3B"><font style=3D"" face=
=3D"Courier New"><=3B/body>=3B
</font></p>
<p class=3D"western" style=3D"margin-bottom: 0cm=3B"><font style=3D"" face=
=3D"Courier New"><=3B/html>=3B
</font></p>
<br>The first link works file but the second produces a 404 error=3B correc=
tly so as the php file being invoked is<br><br><font style=3D"" face=3D"Cou=
rier New">/var/www/frag.php&=3Binput=3Dxxx</font><br><br>according to th=
e error log.<br><br>Could anyone point me to a web page that explains what =
I need to do here?<br><br>Thank you for your attention.<br><br>Brian Hooper=
<br><br>
<hr />Use Hotmail to send and receive mail from y=
our different email accounts. <a href=3D'http://clk.atdmt.com/UKM/go/186394=
592/direct/01/' target=3D'_new'>Find out how.</a></body>
</html>=
--_f4ca7828-bcea-4428-835a-ccad50857bd8_--
Re: href="frag.php&field=value" gets error 404.
rag.php?field=value
? rather than &
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Re: href="frag.php&field=value" gets error 404.
--Apple-Mail-1-431290220
Content-Type: text/plain;
charset=us-ascii;
format=flowed;
delsp=yes
Content-Transfer-Encoding: 7bit
On Dec 5, 2009, at 10:18, Brian Hooper <brian_hooper [at] hotmail.co.uk>
wrote:
> Frag Input
& is used to separate values from each other. ? Is used to seperate
the values from the URL.
--Apple-Mail-1-431290220
Content-Type: text/html;
charset=utf-8
Content-Transfer-Encoding: 7bit
<html><body bgcolor="#FFFFFF"><div>On Dec 5, 2009, at 10:18, Brian Hooper <brian_hooper [at] hotmail.co.uk> wrote:<br><br></div><blockquote type="cite"><p class="western" style="margin-bottom: 0cm;"><font style="" face="Courier New"><span class="Apple-style-span" style="color: rgb(0, 0, 0); -webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); "><a
href="frag.php&input=xxx">Frag Input</a></span></font></p></blockquote><br><div></div><div>& is used to separate values from each other. ? Is used to seperate the values from the URL. </div></body></html>
--Apple-Mail-1-431290220--
RE: Re: href="frag.php&field=value" gets error 404.
--_07a37c0b-c5b7-4720-953c-433fcc426d82_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Thank you for your help=2C ladies and gentlemen. I'd only been staring all =
day at that stupid mistake.
Rgds=2C
Brian Hooper
From: kremels [at] kreme.com
To: users [at] httpd.apache.org
Date: Sat=2C 5 Dec 2009 17:20:47 -0700
Subject: [users [at] httpd] Re: href=3D"frag.php&field=3Dvalue" gets error 404.
On Dec 5=2C 2009=2C at 10:18=2C Brian Hooper <brian_hooper [at] hotmail.co.uk> w=
rote:
<a
href=3D"frag.php&input=3Dxxx">Frag Input</a>
& is used to separate values from each other. ? Is used to seperate the val=
ues from the URL.
____________________________________________________________ _____
Have more than one Hotmail account? Link them together to easily access bot=
h
http://clk.atdmt.com/UKM/go/186394591/direct/01/=
--_07a37c0b-c5b7-4720-953c-433fcc426d82_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<html>
<head>
<style><!--
..hmmessage P
{
margin:0px=3B
padding:0px
}
body.hmmessage
{
font-size: 10pt=3B
font-family:Verdana
}
--></style>
</head>
<body class=3D'hmmessage'>
Thank you for your help=2C ladies and gentlemen. I'd only been staring all =
day at that stupid mistake.<br><br>Rgds=2C<br><br>Brian Hooper<br><br><hr i=
d=3D"stopSpelling">From: kremels [at] kreme.com<br>To: users [at] httpd.apache.org<br=
>Date: Sat=2C 5 Dec 2009 17:20:47 -0700<br>Subject: [users [at] httpd] Re: href=
=3D"frag.php&=3Bfield=3Dvalue" gets error 404.<br><br><div>On Dec 5=2C 2=
009=2C at 10:18=2C Brian Hooper <=3B<a href=3D"mailto:brian_hooper [at] hotmai=
l.co.uk">brian_hooper [at] hotmail.co.uk</a>>=3B wrote:<br><br></div><blockquo=
te><p class=3D"ecxwestern" style=3D"margin-bottom: 0cm=3B"><font style=3D""=
face=3D"Courier New"><span class=3D"ecxApple-style-span" style=3D"color: r=
gb(0=2C 0=2C 0)=3B"><=3Ba
href=3D"frag.php&=3Binput=3Dxxx">=3BFrag Input<=3B/a>=3B</span></f=
ont></p></blockquote><br><div></div><div>&=3B is used to separate values=
from each other. ? Is used to seperate the values from the URL. =3B</d=
iv>
<hr />Add other email accounts to Hotmail in 3 easy st=
eps. <a href=3D'http://clk.atdmt.com/UKM/go/186394593/direct/01/ ' target=
=3D'_new'>Find out how.</a></body>
</html>=
--_07a37c0b-c5b7-4720-953c-433fcc426d82_--