Results 1 to 4 of 4

Thread: Help Generating PHP Pages From A PHP Page

  1. #1
    Join Date
    Feb 2009
    Posts
    12
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Help Generating PHP Pages From A PHP Page

    Hi, Everyone.

    I have been searching the web everywhere where I can find some kind of information on a php page creating another php page.

    Let me explain:

    I have a page where you can enter a company name, then once you create a company, I want it to create its own PHP page, which includes PHP scripts, javascript and MYSQL queries not just HTML.

    I basically want a PHP template generated with inserted and update Variable data and Queries may it be needed.

    This is a new topic area for me, so I am kind of lost, but I am very familiar with PHP, so anything that can help would be great.

    Thanks.

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Do you want each company to have a folder? I can whip this up.. gimme a little more info though.
    Jeremy | jfein.net

  3. #3
    Join Date
    Feb 2009
    Posts
    12
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Yes I currently make a separate folder for each company, and in there I would like a index.php file which will communicate with the database to retrieve there information.

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Just write it. See: fopen(), fwrite().
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •