Bu benim online bulabilirsiniz ne oldukça basit olmalıdır, ama işe almak gibi olamaz.
I've got a widget which I want to enable others to edit (text, images, css, etc). so I've provided them the ability to pass an external page in via a url variable.
Sorun daha sonra sayfası üzerinden temin değerlerine erişemiyor olmasıdır.
Ben üzerinden eval çalışıyorum
$fileVars=include($getFile); eval($fileVars);
Ben geçirilen kulüpler dosyası gibi çoklu değişkenleri içerir
$extCss='http://location/of/csspage'; $title = 'header title'; $subTitle='subtitle here'; $submitButton='http://location/of/button/image';
I suspected that this should work. I'd prefer to not have to put 'echo' on each line because it is just more for other people to muck up later.
Burada ne var yanlış bir şey var mı? Ben çalışmak için alınamıyor.