Click here to Skip to main content
15,860,972 members
Home / Discussions / - Uncategorised posts -
   

- Uncategorised posts -

Please don't post in this forum. If you've posted in this forum it's because you've selected the first forum on the list without thinking through which forum would be best. All messages in this forum are periodically removed.

 
QuestionUncaught TypeError: $(...).dataTable(...).rowReordering is not a function in row reordering Pin
svknair2-Nov-17 8:11
svknair2-Nov-17 8:11 
AnswerRe: Uncaught TypeError: $(...).dataTable(...).rowReordering is not a function in row reordering Pin
Afzaal Ahmad Zeeshan2-Nov-17 8:28
professionalAfzaal Ahmad Zeeshan2-Nov-17 8:28 
AnswerRe: Uncaught TypeError: $(...).dataTable(...).rowReordering is not a function in row reordering Pin
ZurdoDev3-Nov-17 2:32
professionalZurdoDev3-Nov-17 2:32 
QuestionPhone extension on the fly Pin
Tyle331501-Nov-17 17:28
Tyle331501-Nov-17 17:28 
GeneralRe: Phone extension on the fly Pin
PIEBALDconsult1-Nov-17 17:31
mvePIEBALDconsult1-Nov-17 17:31 
GeneralRe: Phone extension on the fly Pin
Tyle331501-Nov-17 17:44
Tyle331501-Nov-17 17:44 
QuestionJavascript Sending Data to PHP Pin
Valecia_cho17-Oct-17 13:20
Valecia_cho17-Oct-17 13:20 
AnswerRe: Javascript Sending Data to PHP Pin
Richard Deeming18-Oct-17 2:03
mveRichard Deeming18-Oct-17 2:03 
$_GET is for retrieving variables from the query-string; and the parameter is the name of the variable to retrieve, not the URL of the page that sent the data.

You would normally use $_POST to retrieve values from a posted form. But in this case, you're submitting a JSON string instead of a form.

This StackOverflow answer should help: rest - How to get body of a POST in php? - Stack Overflow[^]
PHP
$sendDB = file_get_contents('php://input');
$purchase = json_decode($sendDB);




"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: Javascript Sending Data to PHP Pin
Valecia_cho18-Oct-17 12:16
Valecia_cho18-Oct-17 12:16 
GeneralRe: Javascript Sending Data to PHP Pin
Richard Deeming19-Oct-17 9:12
mveRichard Deeming19-Oct-17 9:12 
GeneralRe: Javascript Sending Data to PHP Pin
Valecia_cho24-Oct-17 5:04
Valecia_cho24-Oct-17 5:04 
QuestionUSB Pin
Member 1337396522-Aug-17 20:22
Member 1337396522-Aug-17 20:22 
AnswerRe: USB Pin
Richard MacCutchan22-Aug-17 21:18
mveRichard MacCutchan22-Aug-17 21:18 
GeneralRe: USB Pin
Terry Perez27-Sep-17 17:56
Terry Perez27-Sep-17 17:56 
QuestionOut of Memory Exception in C++ Pin
divya0310-Aug-17 1:34
divya0310-Aug-17 1:34 
SuggestionRe: Out of Memory Exception in C++ Pin
Jochen Arndt10-Aug-17 2:01
professionalJochen Arndt10-Aug-17 2:01 
QuestionNeed for new Interface to understand 2 AI Bot's communication? Pin
INDtanay4-Aug-17 21:52
INDtanay4-Aug-17 21:52 
AnswerRe: Need for new Interface to understand 2 AI Bot's communication? Pin
Richard MacCutchan4-Aug-17 21:55
mveRichard MacCutchan4-Aug-17 21:55 
PraiseRe: Need for new Interface to understand 2 AI Bot's communication? Pin
INDtanay4-Aug-17 22:05
INDtanay4-Aug-17 22:05 
GeneralRe: Need for new Interface to understand 2 AI Bot's communication? Pin
Richard MacCutchan4-Aug-17 22:11
mveRichard MacCutchan4-Aug-17 22:11 
GeneralRe: Need for new Interface to understand 2 AI Bot's communication? Pin
INDtanay4-Aug-17 22:19
INDtanay4-Aug-17 22:19 
GeneralRe: Need for new Interface to understand 2 AI Bot's communication? Pin
Richard MacCutchan4-Aug-17 22:56
mveRichard MacCutchan4-Aug-17 22:56 
QuestionJson default property Pin
aboubkr9020-Jul-17 23:35
professionalaboubkr9020-Jul-17 23:35 
AnswerRe: Json default property Pin
Graeme_Grant1-Aug-17 15:14
mvaGraeme_Grant1-Aug-17 15:14 
GeneralRe: Json default property Pin
Richard Deeming2-Aug-17 1:30
mveRichard Deeming2-Aug-17 1:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.