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 6774537
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T15:47:56+00:00 2026-05-26T15:47:56+00:00

I need to update some static site data periodically, so i am thinking of

  • 0

I need to update some static site data periodically, so i am thinking of keeping it in a format easily and readily available on the server.

I am thinking of creating a php file that can be included in the code, so preparing the data gets separate from the browser requests.

i fetch the data from the db, so i have an array right now in key value format.

now i want to create a php file, that just defines that array.

the key and value will be string based values, and the data is in swedish.

is there a way to directly dump the array to a file, and then just include the file without any preprocessing. I want the file in the following output :

$array = array ();
$array ["key"] = "value";
$array ["key"] = "value";
$array ["key"] = "value";
$array ["key"] = "value";
  • 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-26T15:47:57+00:00Added an answer on May 26, 2026 at 3:47 pm

    I would also recommend looking at var_export as you won’t have to serialize and encode to use it.

    For example (untested):

    <?php
    $array = array('key' => 'v');
    $exported = var_export($array, TRUE);
    file_put_contents('/path/to/file', '<?php $var = ' . $exported . '; ?>');
    ?>
    

    and then you can read it back in via:

    <?php
    include '/path/to/file';
    // and now you have access to $var
    // of course you may want to change the name of the $var variable as it
    // will be brought into global scope (and might conflict)
    ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to use scp update some directory at another server. It is similar
BACKGROUND INFO: I need to update some data from the web, about every hour
I need to execute a select and then update some of the rows in
I have a case where I need to update a jqgrid based on some
I need some SQL to update a record in a database if it exists
I recently did a big update on my wordpress site, thus some old permalink
I've inherited some rather large static HTML files that need to be fixed up
I need to update some fixed-priority elements in a PriorityQueue based on their ID.
I have a PostgreSQL server and I need to run some code whenever an
My site currently has some static pages. I'm looking for a rails wysiwyg webtool

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.