Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/10/2009, 19:45
kirst
 
Fecha de Ingreso: septiembre-2009
Mensajes: 230
Antigüedad: 14 años, 7 meses
Puntos: 2
Respuesta: [Ayuda] Script & Variables en php?

Ejemplo?:

Código PHP:
  <script type="text/javascript">
    //AYUDA EXTRA PARA EL CODIGO http://code.google.com/intl/es-ES/apis/maps/documentation/reference.html#GControlImpl
    //AYUDA EXTRA http://www.maestrosdelweb.com/editorial/trabajando-con-el-api-de-google-maps/
    function load() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map"));
        // ESTE ES BAHÍA BLANCA
        map.setCenter(new GLatLng(<?php echo $variable?><?php echo $variable2 ?>), 15);
así?