I'll explain my situation:
One of my sites runs an ebay rss shop. Most pages will have the same layout and id like to create a little script that runs on safari with 4 forms:
-Page title
-Page navigation
-Description (content)
-RSS URL
Then, the entries in the 4 above forms would be inserted in the HTML layout at specific places such as between <title> and </title>, etc...
Id like it to either:
a)give me the complete HTML/PHP code so I can copy it to Coda
b)save the file in a .php format
I have good HTML and basic PHP knowledge but I never did little programs like this.
If anyone can point me into some kind of direction on how to do this, i'd really appreciate it. Thanks!
edit: I'm not sure if it was clear but this script will not be used by the users. It's just a little program to help me create the static store pages.
One of my sites runs an ebay rss shop. Most pages will have the same layout and id like to create a little script that runs on safari with 4 forms:
-Page title
-Page navigation
-Description (content)
-RSS URL
Then, the entries in the 4 above forms would be inserted in the HTML layout at specific places such as between <title> and </title>, etc...
Id like it to either:
a)give me the complete HTML/PHP code so I can copy it to Coda
b)save the file in a .php format
I have good HTML and basic PHP knowledge but I never did little programs like this.
If anyone can point me into some kind of direction on how to do this, i'd really appreciate it. Thanks!
edit: I'm not sure if it was clear but this script will not be used by the users. It's just a little program to help me create the static store pages.