Ignore:
Timestamp:
Apr 12, 2010, 7:47:54 PM (15 years ago)
Author:
rick
Message:

"First off, mixing script with html is horrible practice in 2008, (I suggest you look at templating systems, such as PHP Xtemplate or smarty.php.net) but if you must mix it, the short form of what you're asking is much like the ASP equivalent...."
Quote: http://answers.yahoo.com/question/index?qid=20080620113400AAC32jw

Dudes where did you _learn_ to program php in the first place?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/map/index.php

    r7723 r7724  
    2929
    3030<!-- Loading in the google-api -->
    31 <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=<?=$apikey;?>" type="text/javascript"></script>
     31<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=<?php print $apikey;?>" type="text/javascript"></script>
    3232<!-- Loading in the javascript that will add the map into #mapcanvas -->
    3333<script type="text/javascript" src="inc/nodemapWL.js"></script>
Note: See TracChangeset for help on using the changeset viewer.