Jump to content

Recommended Posts

Hey guys I have a php file that looks like this

 

<?php
/*
load="1"
menu_item="General"
menu_url="general.php"
*/
?>

 

 

Now my question is, I want to use that as a set of general configuration so I want to be able to read the file find for example load and read the value thats assigned to it

 

so like something like this

 

load="1"

 

$should_be_loaded = read_file_and parse("load"); 

 

that would return 1;

 

any ideas guys.

 

Hope i explained it well enough.

Link to comment
https://forums.phpfreaks.com/topic/55853-solved-string-manipulation-help/
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.