Anyone have trouble with phpstorm freeze?

|
2019-09-19 22:20:49
2019-09-19 22:20:15
I want to replace postfileds with this
{“phonenumber”:” whatever in mobile’s field”}

anyone can help?

andrewdanilov 2019-09-19 23:13:22
you can use this tool: google.com
2019-09-19 23:18:50
andrewdanilov 2019-09-19 23:13:22
you can use this tool: google.com

if I could do that I wouldn’t text here😐

andrewdanilov 2019-09-19 23:22:43
You want to replace postfields, so what’s the question? why you can’t?
2019-09-19 23:24:13
andrewdanilov 2019-09-19 23:22:43
You want to replace postfields, so what’s the question? why you can’t?

I don’t know how to use it😐

andrewdanilov 2019-09-19 23:24:57
Use what?
2019-09-19 23:25:24
andrewdanilov 2019-09-19 23:24:57
Use what?

{“phonenumber”:” whatever in mobile’s field”}

andrewdanilov 2019-09-19 23:26:51
I don’t know what is it
andrewdanilov 2019-09-19 23:27:45
may be you shouldn’t use it
2019-09-19 23:29:48
andrewdanilov 2019-09-19 23:26:51
I don’t know what is it

phpstormide-11175.jpg

andrewdanilov 2019-09-19 23:31:10
You want to get POST variable and send it though curl with POST request?
2019-09-19 23:31:34
andrewdanilov 2019-09-19 23:31:10
You want to get POST variable and send it though curl with POST request?

😍 yeah

andrewdanilov 2019-09-19 23:33:38
how about just curl_setopt($ch, CURLOPT_POSTFIELDS, “phoneNumber=” . $_POST[‘phoneNumber’]); ?
2019-09-19 23:34:28
andrewdanilov 2019-09-19 23:33:38
how about just curl_setopt($ch, CURLOPT_POSTFIELDS, “phoneNumber=” . $_POST[‘phoneNumber’]); ?

I’ve tested it but it doesn’t work

2019-09-19 23:36:06
2019-09-19 23:25:24
{“phonenumber”:” whatever in mobile’s field”}

it should be posted in this format

andrewdanilov 2019-09-19 23:36:34
What doesn’t work, specifically?
2019-09-19 23:38:17
andrewdanilov 2019-09-19 23:36:34
What doesn’t work, specifically?

it’s an otp system

2019-09-19 23:39:12
I can give u the project to check
andrewdanilov 2019-09-19 23:39:44
Try this https://tecadmin.net/post-json-data-php-curl/

How To POST JSON Data with PHP cURLTecAdmin
The PHP cURL is a library used for making HTTP requests. In order to use PHP cURL, you must have installed and enabled libcurl module for PHP on your system. In this tutorial, you will learn how to POST JSON data with PHP cURL requests. Basically, there are 4 steps involved to complete a cURL
andrewdanilov 2019-09-19 23:40:27
You need to send it as json, not just regular post
andrewdanilov 2019-09-19 23:41:33
Maybe
knightofcross 2019-09-20 16:06:28
Привет всем
GrishaChasovskih 2019-09-20 18:24:23
здарова
er_amar_8 2019-09-21 07:39:44
2019-09-19 23:31:34
😍 yeah

Covert post variable into json_encode

er_amar_8 2019-09-21 07:40:11
You will get same code as per your requirement
2019-09-21 13:56:56
er_amar_8 2019-09-21 07:39:44
Covert post variable into json_encode

I don’t know how😭

er_amar_8 2019-09-21 14:03:26
Json_encode($_POST);
azim_eb 2019-09-22 15:55:05
hello guys I want to create login page with php. any good tuts.
VikingBO 2019-09-22 16:46:52
use framework
a_4_ppl 2019-09-23 13:15:43
hey guys
a_4_ppl 2019-09-23 13:15:54
can anyone sign up in Amazon now?
a_4_ppl 2019-09-23 13:16:22
currently i have got error with message:
Error: Sorry, an error occurred while processing your request. Contact Amazon Support if the error persists.
a_4_ppl 2019-09-23 13:18:01
http://prntscr.com/p9qyto

ScreenshotLightshot
Captured with Lightshot
nvchernov 2019-09-23 18:38:41
error msg says to ask amazon support 😐
a_4_ppl 2019-09-24 15:59:15
anyone have trouble with phpstorm freeze?
a_4_ppl 2019-09-24 15:59:29
just copying or typing something = freeze
Mars_mars_mars 2019-09-24 20:18:29
What os
a_4_ppl 2019-09-24 20:31:55
ubuntu
Volodymyr 2019-09-24 21:11:37
a_4_ppl 2019-09-24 15:59:29
just copying or typing something = freeze

I have sometimes. Ctrl+alt+del helps. Ubuntu too.

andrewdanilov 2019-09-24 21:41:20
Same thing. Ubunto too. But it usually happens with indexing process
2019-09-24 23:11:31
good after noon
2019-09-24 23:12:55
phpstormide-11221.jpg
So, witch buttons do i press to write down all those atributes, so i dont need to type one by one?
idolgov 2019-09-24 23:17:23
Hello, Ctrl + Enter -> Getters
2019-09-25 03:06:45
So, i did…
2019-09-25 03:07:30
phpstormide-11225.jpg
but it generates in diferent order.
. 2019-09-25 09:49:27
I need any php ready project which has validation form and can share files
. 2019-09-25 09:49:45
Ex social media , mailing
. 2019-09-25 09:49:59
Please reply
juanm4 2019-09-25 17:33:35
a_4_ppl 2019-09-24 15:59:29
just copying or typing something = freeze

Depends of versión of java, it happens to me with java 12, but I downgrade to java 11 and it works like a charm

yousmar 2019-09-25 18:15:01
. 2019-09-25 09:49:45
Ex social media , mailing

How about Dolphine 🐬, Statusnet ?

|