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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T13:30:33+00:00 2026-06-17T13:30:33+00:00

I have JSON data called rowdata that I use in an ajax call. If

  • 0

I have JSON data called rowdata that I use in an ajax call. If I use:

JSON.stringify(rowdata)

it looks like like the following:

{"Description":"qwerty","Code":"12345","Size":"11","Colour":"green"}

I do send it to php and use a GET statement (Joomla’s

JRequest::getVar("Description",  "", "", "")

statement) to get the elements of rowdata but I cannot succeed.

If I look at the ajax data that has been send I do have the following:

rowdata%5BDescription%5D=qwerty

etc. after applying:

$.param(data)

I have used many version instead of “Description”, but to no avail. I tried to get rowdata on its own and access its elements, but no success. I cannot find out what the %5B and %5D means, searching for that is problematic with the % sign. Anyone who can help to get the values of Description, Code, etc. 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-06-17T13:30:34+00:00Added an answer on June 17, 2026 at 1:30 pm

    You are sending JSON, but trying to parse it as application/x-www-form-urlencoded data.

    Don’t convert the object to JSON.

    $.get('example.php', {"Description":"qwerty","Code":"12345","Size":"11","Colour":"green"});
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a controller that is called with AJAX (sends JSON data), so I
I have a JSON-like data structure (which I don't want to change) that is
i have an ajax function which gets called and returns json data. this function
I have the following JSON returned in a variable called data. THIS IS THE
i have json data like this {GetStudentDetails: {TotalCount:5, RootResults:[ {city:West Chester,country:USA,state:PA ,student_id:100}, {city:Philly,country:USA,state:PA,student_id:101}, {city:Buffalo,country:USA,state:NY,student_id:102},
I have a JSON data like this: { hello: { first:firstvalue, second:secondvalue }, hello2:
I have a program that reads financial data in JSON and inserts it into
I have made an api that returns an object as json data. I Am
I have an app that is importing data from JSON and generating (through JQuery's
We have a web app (let's call it widget app) that contains data I

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.