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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T06:49:43+00:00 2026-05-27T06:49:43+00:00

I do not have access to a database. Is there a way to store

  • 0

I do not have access to a database. Is there a way to store a php or javascript in a permanent txt file or xml file?

Any help would be appreciated

  • 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-27T06:49:44+00:00Added an answer on May 27, 2026 at 6:49 am

    Direct answer to the question

    To answer your question directly (storing one variable) you would do:

    $file_path = '/path/to/your/text.file';
    $my_var = 'my value';
    file_put_contents($file_path, serialize($my_var));
    

    To retrieve the value you would do something like this:

    $my_var = '';
    $file_contents = file_get_contents($file_path);
    if(!empty($file_contents)) {
        $my_var = unserialize($file_contents);
    }
    

    By using serialize() you allow your code to store an array or stdClass object as well as numbers and strings in $my_var.

    SQLite would be better

    If the server supports SQLite then I would recommend using it if you need to store more than one variable.

    To interact with SQLite I would recommend using PHPs PDO or perhaps Idiorm.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

It looks like JavaScript does not have access to authentication cookies ('ASP.NET_SessionId', '.ASPXFORMSAUTH') in
It's not that I don't have access to javascript, of course. In most of
Background: I have one Access database (.mdb) file, with half a dozen tables in
I have to store XML content in a SQL Server 2008R2 database. The XML
I have a need to use extensionless URLs. I do not have access to
In the following code, it seems class C does not have access to A's
I have an ASP.NET server that I do not have direct access to. How
The debug screen says that django does not have write access to the db.
I am using a machine on which I do not have root access and
For security reasons (I'm a developer) I do not have command line access to

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.