On Fri, 2013-03-08 at 16:36 +0100, Reindl Harald wrote:
>
> Am 08.03.2013 16:32, schrieb Aaron Konstam:
> > I don't know whether its my ignorance but I am having a problem wit form
> > processing through php. I wish some help. Small example below:
> >
> > form.html-
> >
> >
boah is there a need for top-posting and destroy threads?
print "Your name $_GET['username'] ";
is within one of the stupiedst things one can do
print 'Your name ' . htmlentities($_GET['username']) . ' ';
is the ABSOLUTELY minimum of sanitize and the OP has much
larger missing knowledge because r
Try:
print "Your name $_GET['username'] ";
print "you live in region: $_GET['region']";
Look at all the examples in
http://php.net/manual/en/reserved.variables.get.php
Good Luck!!!
On Fri, Mar 8, 2013 at 7:36 AM, Reindl Harald wrote:
>
>
> Am 08.03.2013 16:32, schrieb Aaron Konstam:
> > I don'
Am 08.03.2013 16:32, schrieb Aaron Konstam:
> I don't know whether its my ignorance but I am having a problem wit form
> processing through php. I wish some help. Small example below:
>
> form.html-
>
>
> Welcome to ABC Web Page
>
> Enter Your Name:
>
> Where do you