Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5950291
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T17:22:22+00:00 2026-05-22T17:22:22+00:00

I have several config files for routers. Variables are between < > configure port

  • 0

I have several config files for routers. Variables are between < >

configure
   port aps-<x>
      description "<VAR1>;<port_APS>"
      aps
         neighbor <@IP_loopback3_NM_PAIRE>
         no revert-time
         working-circuit <x/y/z>  
      exit
      sonet-sdh
         path
            mtu 4494
            atm
            exit
            no shutdown
         exit
      exit
      no shutdown
   exit
exit

I wonder how i can store raw text into my database and then use php for building the final config with some values instead of my variables….
Just like a:

sprintf('port aps-%d',$aps_port);

but for the entirely text…

Any ideas?

Thks all!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T17:22:23+00:00Added an answer on May 22, 2026 at 5:22 pm

    The easiest way is to use str_replace:

    $vars = array(
       'x' => 'foo',
       'VAR1' => 'bar',
       'port_APS' => 'baz',
       '@IP_loopback3_NM_PAIRE' => 'hello',
       'x/y/z' => 'world',
    );
    
    $invars = array();
    foreach (array_keys($vars) as $var) {
        $invars[] = "<$var>";
    }
    
    $text = str_replace($invars, $vars, $text);
    

    Yields:

    configure
       port aps-foo
          description "bar;baz"
          aps
             neighbor hello
             no revert-time
             working-circuit world  
          exit
          sonet-sdh
             path
                mtu 4494
                atm
                exit
                no shutdown
             exit
          exit
          no shutdown
       exit
    exit
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have several config files in a project that 3 people are working on.
I have several config files in my .net applications which I would like to
I have several configuration files nested like such: C:\Projects\Project_1\project1.config C:\Projects\Project_2\project2.config In my configuration I
We have several jobs that run concurrently that have to use the same config
We have several .NET applications that monitor a directory for new files, using FileSystemWatcher.
I have several log files of events (one event per line). The logs can
Is it possible to configure a WebSetup project to not overwrite config files? Why?
We have several fairly large JavaScript files embedded into a single script resources DLL.
I have several ASP:TextBox controls on a form (about 20). When the form loads,
I have several RequiredFieldValidators in an ASP.NET 1.1 web application that are firing on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.