M
M
mynewvk2017-01-15 13:57:39
PHP
mynewvk, 2017-01-15 13:57:39

Is it ok to manage static page data with php array?

I have 2-3 landing pages, I don't want to use wordpress, but I need minimal customization functionality. I want to use an array of settings in a file, but I would like a UI. how to form a php array in the form of text?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim, 2017-01-15
@mynewvk

Are you talking about this?

$data = serialize($arr);
$arr = unserialize($data);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question