Jump to content

[SOLVED] String Manipulation Help


Cenron

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.