Which server are u using?

|
Keyurpatel0977 2020-06-07 12:28:47
luv_php-19888.jpg

D_deepak 2020-06-07 12:39:49
kameshindore 2020-06-05 17:31:51
its very simple

Tell then..?

kameshindore 2020-06-07 12:41:41
D_deepak 2020-06-07 12:39:49
Tell then..?

may i know what u have tried so far?

NikunjHapani 2020-06-07 16:15:08
A.K. 2020-06-07 10:21:00
Looking for experienced codeigniter developer for one of my project, must have atleast 4+ years of experience…please inbox

I m interested and contact for 7567793250

phinx_de 2020-06-07 16:18:36
Hello guys, Does anyone knows what is Bot means in the User Agent urls?
phinx_de 2020-06-07 16:19:04
luv_php-19895.jpg

rohit267 2020-06-07 16:28:28
phinx_de 2020-06-07 16:19:04

Facebook bots, don’t panic

phinx_de 2020-06-07 16:29:00
Hmm.. what is the purpose of that?
Acird Burn 2020-06-07 17:20:38
Anyone very good with api development here
hardik 2020-06-07 17:29:01
Acird Burn 2020-06-07 17:20:38
Anyone very good with api development here

What kind of help do you need ?

Acird Burn 2020-06-07 17:29:58
hardik 2020-06-07 17:29:01
What kind of help do you need ?

Need someone to help build up an api for me (paid task)

hardik 2020-06-07 17:31:06
I develope API using core PHP ,. Yet I don’t have experience with laravel and any other framework
2020-06-07 17:36:51
Acird Burn 2020-06-07 17:20:38
Anyone very good with api development here

Can we discuss on pm?

Akhilbansal122 2020-06-07 18:07:31
table doesn’t exist in engine xampp
Akhilbansal122 2020-06-07 18:08:12
But table is show phpmyadmin
rohit267 2020-06-07 18:56:46
Akhilbansal122 2020-06-07 18:07:31
table doesn’t exist in engine xampp

ask in stackoverflo2

rohit267 2020-06-07 18:57:03
Acird Burn 2020-06-07 17:20:38
Anyone very good with api development here

i am, only core PHP

Acird Burn 2020-06-07 18:57:33
rohit267 2020-06-07 18:57:03
i am, only core PHP

Yes system is on core PHP

rohit267 2020-06-07 18:58:17
Acird Burn 2020-06-07 18:57:33
Yes system is on core PHP

i can build

rohit267 2020-06-07 18:58:21
PM
Acird Burn 2020-06-07 18:59:03
rohit267 2020-06-07 18:58:17
i can build

Have u worked with cs cart software before?

Akhilbansal122 2020-06-08 08:24:19
luv_php-19918.jpg

Akhilbansal122 2020-06-08 08:24:34
How to solve this problem
pranit31 2020-06-08 08:46:22
I want to include another PHP file.

I was using include_once but it gave me warning failed opening for inclusion.
But when I used require_once with same path I didn’t get any error or warning.

Can someone explain why this happened?

rohit267 2020-06-08 09:40:02
pranit31 2020-06-08 08:46:22
I want to include another PHP file.

I was using include_once but it gave me warning failed opening for inclusion.
But when I used require_once with same path I didn’t get any error or warning.

Can someone explain why this happened?

https://www.google.com/url?sa=t&source=web&rct=j&url=https://stackoverflow.com/questions/21814296/what-is-difference-between-include-once-and-require-once-in-php/21814330%23:~:text%3Dinclude_once%2520will%2520throw%2520a%2520warning,the%2520rest%2520of%2520the%2520script.&ved=2ahUKEwiVn8mEzvHpAhVXVH0KHaLxAXoQFjABegQIDRAG&usg=AOvVaw3SWqLGLL_OSDL-cBrq8mAO

D8286 2020-06-08 09:40:05
pranit31 2020-06-08 08:46:22
I want to include another PHP file.

I was using include_once but it gave me warning failed opening for inclusion.
But when I used require_once with same path I didn’t get any error or warning.

Can someone explain why this happened?

Use require ‘filename.php’ ;
Include means file will run even if file is not included, and require Mean first it will check that file is included that file will run

mustafapiplod 2020-06-08 09:46:48
anyonw know how can i use audio recoder in my laravel to record audio with start and stop button… which append on button click..?
pranit31 2020-06-08 10:17:09
rohit267 2020-06-08 09:40:02
https://www.google.com/url?sa=t&source=web&rct=j&url=https://stackoverflow.com/questions/21814296/what-is-difference-between-include-once-and-require-once-in-php/21814330%23:~:text%3Dinclude_once%2520will%2520throw%2520a%2520warning,the%2520rest%2520of%2520the%2520script.&ved=2ahUKEwiVn8mEzvHpAhVXVH0KHaLxAXoQFjABegQIDRAG&usg=AOvVaw3SWqLGLL_OSDL-cBrq8mAO

Got the difference between two,
But still if the resource is not available then require_once should explode and give errors right? Like include_once is giving warning ??

pranit31 2020-06-08 10:55:42
D8286 2020-06-08 09:40:05
Use require ‘filename.php’ ;
Include means file will run even if file is not included, and require Mean first it will check that file is included that file will run

Yes agreed but if include is giving warning then require should give me fatal errors right?
I’m not getting any error with require

rohit267 2020-06-08 11:23:55
pranit31 2020-06-08 10:17:09
Got the difference between two,
But still if the resource is not available then require_once should explode and give errors right? Like include_once is giving warning ??

you might have turned off fatal erros

rohit267 2020-06-08 11:24:32
pranit31 2020-06-08 10:17:09
Got the difference between two,
But still if the resource is not available then require_once should explode and give errors right? Like include_once is giving warning ??

best way to check if available then include

pranit31 2020-06-08 11:25:27
rohit267 2020-06-08 11:23:55
you might have turned off fatal erros

No I have enabled all the errors

pranit31 2020-06-08 11:25:53
rohit267 2020-06-08 11:24:32
best way to check if available then include

Yes but wanted to know this strange behaviour

rohit267 2020-06-08 11:32:23
pranit31 2020-06-08 11:25:53
Yes but wanted to know this strange behaviour

maybe php version bug, check once on the change list, once I also occurred in similar situations where 179011001001 and “179011001001” are not equal

pranit31 2020-06-08 11:43:58
rohit267 2020-06-08 11:32:23
maybe php version bug, check once on the change list, once I also occurred in similar situations where 179011001001 and “179011001001” are not equal

You used ‘===’ ?

rohit267 2020-06-08 12:05:59
pranit31 2020-06-08 11:43:58
You used ‘===’ ?

nope

rohit267 2020-06-08 12:06:26
even i convert it to int, not even then
rohit267 2020-06-08 12:07:58
no matter how many frameworks you learn, if you don’t know the core basics, that’s in vain
NikunjHapani 2020-06-08 17:01:40
Hello,

I am freelancer developer with 4+ years of experience in web development with a sound knowledge of various PHP frameworks like Codeigniter, Laravel, WordPress, Shopware, Shopify as well.

Let me know if any work related my skills

Please contact for +918780769796 or Email nikunj.hapani7035@gmail.com

Bijal1302 2020-06-08 17:48:29
Hello everyone,how can i create a PHP CLI Script which will read JSON based data from
a specific endpoint via HTTP
kameshindore 2020-06-08 17:51:26
Bijal1302 2020-06-08 17:48:29
Hello everyone,how can i create a PHP CLI Script which will read JSON based data from
a specific endpoint via HTTP

which server are u using? windows or linux

Bijal1302 2020-06-08 17:57:14
Windows
vaisakhkm344 2020-06-08 17:58:06
2020-06-06 19:40:43

am interested

Bijal1302 2020-06-08 18:01:22
Hello everyone,

I need some help with a task which is urgent for me. In which I need to create a PHP CLI Script which will read JSON based data from a specific endpoint via HTTP and I am unable to need advice with it. It would be really great if someone can?

Thank you,
Bijal

2020-06-08 19:13:13
luv_php-19948.jpg

rohit267 2020-06-08 20:07:41
Bijal1302 2020-06-08 18:01:22
Hello everyone,

I need some help with a task which is urgent for me. In which I need to create a PHP CLI Script which will read JSON based data from a specific endpoint via HTTP and I am unable to need advice with it. It would be really great if someone can?

Thank you,
Bijal

https://stackoverflow.com/questions/18866571/receive-json-post-with-php

Receive JSON POST with PHPStack Overflow
I’m trying to receive a JSON POST on a payment interface website, but I can’t decode it.

When I print :

echo $_POST;
I get:

Array
I get nothing when I try this:

if ( $_POST ) {
foreach ( …

Devashish Barua 2020-06-09 03:27:52
If you’re new so learn codeigniter and if you are new oops mvc learn laravel…..
ajkhairnar 2020-06-09 05:12:39
luv_php-19954.jpg

ajkhairnar 2020-06-09 05:12:48
luv_php-19955.jpg

ajkhairnar 2020-06-09 05:13:09
Help pls
|