Installing sitewide links???

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
John Rowe
Forum Newbie
Posts: 14
Joined: Thu Nov 20, 2003 7:53 pm

Installing sitewide links???

Post by John Rowe »

Hello,

I hope this is the right section for this post...

I have around twenty mini sales websites at on of my domains. And each minisite has a few 'order' links throughout it's pages.

Sometimes I change all the links to 'paypal' payment links. Other times I change all the links to another payment processor. To do this I've been manually going to each page... finding the order links... and pasting the new link.

This takes me a long time. So I was wondering if using PHP I could somehow just create a form and then type the new link into that form and then have that link installed sitewide on all the mini sites in all the right places? Would this be super hard to do?

Hope that made sense.

Thank you for any help with this.

Kindly,
John
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

the easiest is to make them use a global variable or environment variable.
Post Reply