Posts by Antonny • 11 points
1 post
-
1
votes0
answers245
viewsQ: Translate PHP site with strings via require
I have a website on PHP and I’m translating it as follows: <?php require_once("includes/translate.php"); ?> <!DOCTYPE html> <html> <head> <meta charset="UTF-8">…