Display a new html, after the data is store?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • marslee@hotmail.com

    Display a new html, after the data is store?

    I want to know how to call a HTML file in php.
    I know how to create it, but how can i call and display the newly
    created HTML, which contained the data that a user just entered?
    What command should i use?

  • chotiwallah

    #2
    Re: Display a new html, after the data is store?


    mars...@hotmail .com wrote:[color=blue]
    > I want to know how to call a HTML file in php.
    > I know how to create it, but how can i call and display the newly
    > created HTML, which contained the data that a user just entered?
    > What command should i use?[/color]

    you mean how to send the html to the browser?
    well, if it's an existing file, use a location header, if it's html in
    a string, print it.

    micha

    Comment

    Working...