Posted by Peter Fox on 10/10/06 08:08
Following on from roohbir's message. . .
>Hi,
>I am completely new to PHP but I have to do a site which uses a little
>bit of this language.
>I just have to program an HTML form (small one, just 3 text fields and
>a submit button) with PHP and mySQL. The application is supposed to
>accept data entered by a user and store it in mySQL. And of course I
>should be able to access the stored data.
>Is there any sample code out there which is similar and I can study the
>code and modify it? Maybe some book etc.
>Thanks in advance.
>Roohbir
>
Good news! : There's plenty of code on the 'net.
Good news! : There's plenty of manuals and How Tos on the 'net
Good news! : mySQL is not really difficult to set up
Bad news! : A bit of code off the shelf may not be secure against XSS
and SQL injection. (Matters which you MUST address.)
--
PETER FOX Not the same since the statuette business went bust
peterfox@eminent.demon.co.uk.not.this.bit.no.html
2 Tees Close, Witham, Essex.
Gravity beer in Essex <http://www.eminent.demon.co.uk>
[Back to original message]
|