|
Posted by mark babli on 07/13/06 00:13
the first step is to setup:
1- Apache, MySQL, and PHP.
2- Test it.
3- Write the HTML and include a FORM in there
3.A: use the 'action' attribute and the
method='GET/POST(Google the difference)'.
3.B: Give each control you want processed a name.
4- Write the php script to read the $_POST &|| the
$_GET vars.
4.A: Connect to mysql.
4.B: Select the table. read each row <== not in every case
4:C: spit out html.
Hope this helps
<rlayberry@hotmail.com> wrote in message
news:1152715127.722000.124700@h48g2000cwc.googlegroups.com...
> 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
>
Navigation:
[Reply to this message]
|