Current Page: 1 of 1
Results 1 - 4 of 4
17 years ago
nextu
I just installed WAMP5 1.6.4a. I tried the next code in the folder wamp/www: <html> <head> <title></title> </head> <body> <?php // If we had a GET element called 'city', then echo it: if (isset($_GET['city'])) { echo "<p>You said you come from: {$_GET['city']}</p>\n"; } ?> <form action="<?= $_SERVER['PHP_SELF'] ?
Forum: WampServer English
17 years ago
nextu
Salut Tu peux faire un copie a toutes ficheres de configuration, puis tu peux utiliser un logiciel comme Total Commander pour sort le ficheres apres date. Si tu veux voir quelles sont les lignes avec modification, Total Commander est tres bon (encore une fois). Pour le premiere partie tu peux utiliser explorer (modify by date) et pour la deuxieme partie il y a un petit logiciel en ligne de com
Forum: WampServer Francais
17 years ago
nextu
Je n'ai rien fait dans ma configuration (dans php.ini). J'ai JUST instale WAMP. Message édité (05-08-2006 21:55)
Forum: WampServer Francais
17 years ago
nextu
J'ai just instale WAMP5 - 1.6.4.a. Puis, j'ai ecrit un petit code: <html> <head> <title></title> </head> <body> <?php // If we had a GET element called 'city', then echo it: if (isset($_GET['city'])) { echo "<p>You said you come from: {$_GET['city']}</p>\n"; } ?> <form action="<?= $_SERVER['PHP_SELF'] ?>"
Forum: WampServer Francais
Current Page: 1 of 1