Vertaling van "php phpinfo" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Create a phpinfo.php file containing the following code: <? php phpinfo();?
Cree un archivo phpinfo.php que contenga el siguiente código: <? php phpinfo();?
Add the following code to it: <? php phpinfo();? >.
A great debugging tool in this case is to create a file called phpinfo.php, containing only <? php phpinfo()? >.
En estos casos una herramienta de depuración muy buena consiste en crear un archivo llamado phpinfo.php, cuyo contenido es únicamente <? php phpinfo()? >.
You can check PHP variables by creating a little file containing <? php phpinfo()? > and looking at it through a browser.
Usted puede comprobar las variables PHP creando un pequeño archivo conteniendo <? php phpinfo()? > llámelo phpinfo.php y ábralo en un navegador.
If you haven't installed Coppermine, yet, create a blank file named "info.php". Add the following code to it: <? php phpinfo();? >.
Si todavía no has instalado Coppermine, crea una página en blanco llamada "info.php", introducí el siguiente código en ella: <? php phpinfo();? >.
If you haven't installed Coppermine, yet, create a blank file named "info.php", put this code into it: <? php phpinfo();? >.
Si todavía no has instalado Coppermine, crea un archivo en blanco llamado "info.php". Introduce el siguiente código: <? php phpinfo();? >.
Here is what you would input: <? php phpinfo();?
Cree un archivo phpinfo.php que contenga el siguiente código: <? php phpinfo();?