Google map Dynamic Validation


/ Published in: PHP
Save to your folder(s)

Replace the php variable with the dynamic variables.


Copy this code and paste it in your HTML
  1. <iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"src="https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=<?php echo "Kothaguda,+Hyderabad,+Andhra Pradesh,+India"; ?>&amp;aq=0&amp;oq=kothaguda&amp;ie=UTF8&amp;hq=&amp;hnear=<?php echo "Kothaguda,+Hyderabad,+Andhra Pradesh,+India"; ?>&amp;t=m&amp;z=14&amp;output=embed"></iframe>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.