script php GD - PHP - Programmation
Marsh Posté le 19-08-2007 à 13:45:51
Salut J'aurais une question sur un script qui utilise gd:
Le script marche , par contre j'aimerai affiche le texte a partir d'un fichier texte du style texte.txt, comment faire ? Merci
Marsh Posté le 19-08-2007 à 18:21:03
$text= file_get_contents('monfichier.txt');
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 19-08-2007 à 13:45:51
Salut
J'aurais une question sur un script qui utilise gd:
Le script marche , par contre j'aimerai affiche le texte a partir d'un fichier texte du style texte.txt, comment faire ?
Merci
---------------