Results 1 to 2 of 2

Thread: Can I use PHP to update prices on html page?

  1. #1
    Join Date
    Sep 2007
    Posts
    13
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default Can I use PHP to update prices on html page?

    Hi,

    I'm a complete novice to this, so I'm sorry if this is a daft question.

    I'm trying to build a page for a friend which has prices on it - which he wants to change and has no html experience. Is it possible for me to use text files for the prices and use php to pull the prices in from there so he just has to change the txt files?

    If anyone can let me know if this is something you can do - I'll start investigating further. But I thought I should ask the experts in case I've got the wrong idea entirely!

  2. #2
    Join Date
    Oct 2008
    Posts
    42
    Thanks
    0
    Thanked 9 Times in 9 Posts

    Default

    Yes, this is definitely possible.

    Depending on how many prices the site will have, you may want to consider using a database. But, in any event, a text file will work.

    You will need to look into the php file handling functions.

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
  •