|
Posted by spam on 07/12/06 15:40
While we'd be happy to do it for you, you'll probably be able to get
good help locally (we're in Colorado, US, and nobody want to work with
us yanks anyway).
You could also do it yourself. Abbreviated:
1) Create a form in html, whose action is the url of the php script
that will talk to the db.
2) Create a php script that receives the request, adds it to the db,
and displays your result.
Simple, huh!<g>
For a book that caters to your situation, I suggest
http://www.amazon.com/gp/product/0764535617/sr=8-1/qid=1152718767/ref=pd_bbs_1/102-9997096-6361722?ie=UTF8
(PHP: Your Visual Blueprint..." from Visual Press)
Cheers,
Yong
rlayberry@hotmail.com wrote:
> Hi
>
> I am a scientific programmer new to PHP. I am trying to design an
> application that allows data to be input over the web via php to a
> mysql database and retrieved and displayed. The server runs apache on
> a linux box. There must be some templates or such-like for this simple
> sort of thing (what I am trying to do is purely functional rather than
> pretty)? Any ideas where to look, which book to buy? Also considering
> paying for someone else to do it - we are in the Oxford, UK area.
>
> Thanks in advance
>
> Russ
[Back to original message]
|