Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3982340
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T05:30:59+00:00 2026-05-20T05:30:59+00:00

I have a clunky-architecture question :) I have 1 php script. The script performs

  • 0

I have a clunky-architecture question 🙂

I have 1 php script. The script performs a database query for longitude/latitude from the database, and gets that data. Then what I need it to do is call JavaScript function which places a marker on the spot of the lat/lng.

Is that possible to accomplish? How is such a thing best done?

Thanks,
Alex

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T05:31:00+00:00Added an answer on May 20, 2026 at 5:31 am

    A simplest way to pass value from php to javascript is to simply create a variable inside script tag on your page.

    <script type="text/javascript">
        var lat = <?php echo $phpLat;?>;
        var lng = <?php echo $phpLng;?>;
    
        ...
    </script>    
    

    Then, where you initialize the map, you can also create a marker. Something like this

    var point = new google.maps.LatLng(lat, lng);
    var marker = new google.maps.Marker({
        position: point,
        title: 'test'
    });
    marker.setMap(map);
    

    You can check Google Maps Javascript API documentation for more information.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an iOS app that I'm migrating from the very slow and clunky
I have some code that works, but is clunky and am wondering if there
I have a list of objects (of type 'TrackedSet') that is data bound to
I have found that my HTML is, to be honest, very clunky. Small, simple
I have a customer with a very small set of data and records that
I have an application in C# where I get update events from my database
I have a potentially stupid question about a potentially stupid database design. Say I
I'm adding some seed data for my development database. What I have seems rather
have a nice day. I got problem when trying to create an image from
Suppose I have the following two data structures: std::vector<int> all_items; std::set<int> bad_items; The all_items

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.