really quick question does php 5 still support include_once because I am getting some unusual characters “…” when I use include_once but not when I use include
really quick question does php 5 still support include_once because I am getting some
Share
“…” is not a PHP error message. Any other symptoms?
Btw you could use include if you go for performance.