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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T15:53:03+00:00 2026-05-24T15:53:03+00:00

I would like to put urls in a JSON object or array if you

  • 0

I would like to put urls in a JSON object or array if you will then put that in with some other singular fields for JSON.

JSON-ception ( field1, field2, urls (url1, … , url4), field3)

Once I get my urls how can I POST them with other fields in my form with the JSON-ception format.

$('form').submit(function() {

  var linksStr = $("#links").val();
  var urls = linksStr.match(/\bhttps?:\/\/[^\s]+/gi);

})

Then how would I best traverse these in PHP.

  • 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-24T15:53:04+00:00Added an answer on May 24, 2026 at 3:53 pm

    Just create an object with all your fields and the url list, then post that via jQuery:

    var formdata = {
         "field1": field1,
         "field2": field2,
         "urls": urls,
         "field3": field3
    }
    JSON.stringify(...)
    $.ajax({ ... data: { matches : json }, ... })
    

    And as to how you traverse them in PHP:

    $json = json_decode($_GET["matches"]);
    foreach ($json["urls"] as $url) {
        print $url;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to put a string into a byte array, but the string
I've got two Urls. A server and a relative url that I would like
I have a url that I would like to put into my web.config file.
I have a class X that I would like to put into an STL
I'm new to working with video. I would like to put some tiny video
I would like to put a link to a webpage in an alert dialog
I would like to know how to put all of my ListView rows into
I have a Window where I have put a Frame. I would like to
Using sql server 2000, I would like to take my production data and put
I would like to sort an array in ascending order using C/C++ . The

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.