Search found 1 match

by DanX
Fri Nov 15, 2002 4:19 pm
Forum: PHP - Code
Topic: Simple langauge script?
Replies: 1
Views: 333

Simple langauge script?

Does anyone know a good method to setup a decent language management script? Before I was using something like

Code: Select all

<?php
$txt1 = 'you';
$txt2 = 'me';
?>

but if I wanted to add something before me, it's a pain to do, if I'm using a number system.. so does anyone have a better idea?

Thanks.