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 6813967
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:37:55+00:00 2026-05-26T20:37:55+00:00

I am using jquery autocomplete and trying to define the values for the auto

  • 0

I am using jquery autocomplete and trying to define the values for the auto complete options.

I am trying to create a javascript variable from a php array.
So far i have:

<?php
$usernames = get_records_sql("SELECT firstname,lastname FROM {$CFG->prefix}user ORDER BY lastname DESC");    
?>

<script language="javascript">
var names = ['<?php echo $usernames; ?>'];
</script>

I just need to convert the array to this format

var names= ["firstname lastname", "firstname lastname", "firstname lastname"];

Any help would be much appreciated.

  • 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-26T20:37:56+00:00Added an answer on May 26, 2026 at 8:37 pm
    var names = [<?php 
        $tmp = Array();
        foreach($usernames as $row) $tmp[] = '"'.$row->firstname.' '.$row->lastname.'"'; 
        echo join(',', $tmp);
    ?>];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

using jquery ui 1.8 trying autocomplete Everything works apart from that the ui-menu isn't
I am trying to make a auto complete box using ruby on rails, jquery
I am trying to create an autocomplete textbox using jquery which will be bound
I'm trying to build an autocomplete using jQuery plugin autocomplete from this site .
I'm using jQuery autocomplete plugin from jQuery website calling the controller url which return
I am using jquery.autocomplete.js and jquery.apitags to select a few elements from a div
I'm using the JQuery autocomplete plug in, and am passing in an array of
I'm trying to write some JQuery using the AutoComplete plugin to display a list
I am using JQuery UI autocomplete on my website. I am creating the auto
I'm using JSP and jQuery Autocomplete UI. I'm trying to pass the 'value' of

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.