Results 1 to 4 of 4

Thread: what a question

  1. #1
    Join Date
    Aug 2009
    Posts
    399
    Thanks
    42
    Thanked 4 Times in 4 Posts

    Default what a question

    hi... im creating webpage with many tables inside it. but information in those tables must be changed manually by me. How i can change information in table wihich is in many pages by changing only one, which will change others? i must use some php script or css? because it takes too many time to change same table information in all pages with it. thanks

  2. #2
    Join Date
    Mar 2007
    Location
    New York, NY
    Posts
    557
    Thanks
    8
    Thanked 66 Times in 66 Posts

    Default

    If you want to change the data in the tables dynamically, and all at once, yes. The best solution is to use php. Call the data from a database or whatever resource you have available. From there, you can make a form to dynamically change the data.

    Good luck.
    - Josh

  3. The Following User Says Thank You to JShor For This Useful Post:

    auriaks (09-04-2009)

  4. #3
    Join Date
    Jul 2009
    Location
    Coquitlam BC Canada
    Posts
    46
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default

    or you can copy the table that is displayed many times and put in in another file. and then include it with php when you need it. when you need to change, just edit the included file.

  5. #4
    Join Date
    Aug 2009
    Posts
    399
    Thanks
    42
    Thanked 4 Times in 4 Posts

    Default

    good idea, but idk how to do it... maybe you can add tutor or php script with some comments?? that would be really great. thanks

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
  •