Posted by Flamer on 08/03/06 22:09
closerwalk@gmail.com wrote:
> I have a mysql db for entering vistor data and I use one php
> processor.php file to add, update and delete records. What I would
> like to do is have the form once a record is submitted to processor.php
> automatically reload so I can enter another record. I have tried
> header() redirect and I get an error. What can I do?
>
>
> Current Schema:
>
>
> FORM ->> PROCESSOR->>OUTPUT OF DATA VERIFY RECORD INPUT SUCCESS.
>
>
> Desired Schema:
>
> FORM->> PROCESSOR-->>FORM (ERROR IF TROUBLE ADDING RECORD)
>
>
> Any suggestions?
yes, add the html forms into processor.php then everything is done
within the one script, thats how i do things.
Flamer.
Navigation:
[Reply to this message]
|