Which location are you looking for?

|
2020-02-13 18:00:54
2020-02-13 18:00:36
<?php

ob_start();

$API_KEY = ‘1070094759:AAFEqRkZI2IkvfASoyokaj26JxU5P8drgV4’ ;
define(‘API_KEY’, $API_KEY) ;
function bot($method,$datas=[ ]){
$url = “https://api.telegram.org/bot”.$API_KEY.”/”. $method;
$ch = curl_init();
curl_setopt($ch,CURLOPT_URL,$url);
curl_setopt($ch,CURLOPT_ RETURNTRANSFER,true);
curl_setopt($ch,CURLOPT_POSTFIELDS,$datas);
$res = curl_exec($ch);
if(curl_error($ch)){
var_dump(curl_error($ch));
}else{
return json_decode($res);
}
}

$update= json_dcode(file_get_contents(‘php://input));
$message= $update->$message;
$text = $message->text;
$chat_id = $message->chat->id;

if($text == ‘/start’){
bot(‘sendMassage’,[
‘chat_id’=>$chat_id,
‘text’=>’Welcome to my PHP bot’,
]);
}

fix this please

Touruk_Makto 2020-02-13 19:00:40
Hii all
Touruk_Makto 2020-02-13 19:03:13
anybody ???
A❤️ 2020-02-13 19:07:08
Hiiiii
A❤️ 2020-02-13 19:08:00
Some one can help me with some implementation for my future website
lefetch 2020-02-13 19:21:24
What kind ?
2020-02-13 20:12:55
A❤️ 2020-02-13 19:08:00
Some one can help me with some implementation for my future website

What

2020-02-13 20:13:00
Website
2020-02-13 20:13:11
For what
adeguntoro 2020-02-14 06:48:24
When i do that, i error “trying to get property ‘gender’ of non object.
2020-02-14 08:06:44
Anyone fix this code
2020-02-14 08:06:53
2020-02-14 08:06:44
Anyone fix this code

<?php

ob_start();

$API_KEY = ‘1070094759:AAFEqRkZI2IkvfASoyokaj26JxU5P8drgV4’ ;
define(‘API_KEY’, $API_KEY) ;
function bot($method,$datas=[ ]){
$url = “https://api.telegram.org/bot”.$API_KEY.”/”. $method;
$ch = curl_init();
curl_setopt($ch,CURLOPT_URL,$url);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,true);
curl_setopt($ch,CURLOPT_POSTFIELDS,$datas);
$res = curl_exec($ch);
if(curl_error($ch)){
var_dump(curl_error($ch));
}else{
return json_decode($res);
}
}

$update= json_dcode(file_get_contents(‘php://input));
$message= $update->$message;
$text = $message->text;
$chat_id = $message->chat->id;

if($text == ‘/start’){
bot(‘sendMassage’,[
‘chat_id’=>$chat_id,
‘text’=>’Welcome to my PHP bot’,
]);
}

rohit267 2020-02-14 08:24:37
2020-02-14 08:06:53
<?php

ob_start();

$API_KEY = ‘1070094759:AAFEqRkZI2IkvfASoyokaj26JxU5P8drgV4’ ;
define(‘API_KEY’, $API_KEY) ;
function bot($method,$datas=[ ]){
$url = “https://api.telegram.org/bot”.$API_KEY.”/”. $method;
$ch = curl_init();
curl_setopt($ch,CURLOPT_URL,$url);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,true);
curl_setopt($ch,CURLOPT_POSTFIELDS,$datas);
$res = curl_exec($ch);
if(curl_error($ch)){
var_dump(curl_error($ch));
}else{
return json_decode($res);
}
}

$update= json_dcode(file_get_contents(‘php://input));
$message= $update->$message;
$text = $message->text;
$chat_id = $message->chat->id;

if($text == ‘/start’){
bot(‘sendMassage’,[
‘chat_id’=>$chat_id,
‘text’=>’Welcome to my PHP bot’,
]);
}

tell the problem

rohit267 2020-02-14 08:24:42
what to fix
2020-02-14 09:12:05
rohit267 2020-02-14 08:24:37
tell the problem

luv_php-14241.jpg

Harishz007 2020-02-14 09:22:07
2020-02-14 09:12:05

You forgot to close a single quotation in php://input

Harishz007 2020-02-14 09:22:19
Place a quotation and run
Harishz007 2020-02-14 09:22:56
2020-02-14 09:12:05

Line number 21 I think

Nag 2020-02-14 15:15:04
Any openings in php
2020-02-14 15:52:00
Nag 2020-02-14 15:15:04
Any openings in php

which location are you looking for???

Nag 2020-02-14 15:52:24
Bangalore
Nag 2020-02-14 15:52:45
I am a fresher
2020-02-14 15:52:59
If anyone looking for job in Noida and have experience in Laravel,please contact
2020-02-14 16:00:59
IT Requirement :
Location : Ahmedabad
Position : .Net Developers (DotNet)
Salary : Rs. 40000
Experience : 2+ yrs
Send your CVs to it.hashtagconsultancy@gmail.com
Arjun1mad 2020-02-14 18:20:56
IAM freelancer
Arjun1mad 2020-02-14 18:21:07
I can do projects for less amounts
Arjun1mad 2020-02-14 18:21:51
Any openings in php
Arjun1mad 2020-02-14 18:21:56
IAM from hyderabad
Goldenzet000 2020-02-14 22:16:44
I created a school/college management software using php and codeigniter. With all features. Source code and demo Available.
Goldenzet000 2020-02-14 22:17:03
luv_php-14265.jpg

Goldenzet000 2020-02-14 22:17:03
luv_php-14264.jpg

Goldenzet000 2020-02-14 22:17:03
luv_php-14263.jpg

Goldenzet000 2020-02-14 22:17:03
luv_php-14262.jpg

Goldenzet000 2020-02-14 22:17:03
luv_php-14261.jpg

Goldenzet000 2020-02-14 22:17:03
luv_php-14260.jpg

Goldenzet000 2020-02-14 22:17:03
luv_php-14259.jpg

2020-02-15 01:28:07
hello,
2020-02-15 01:28:16
I am looking remote job.
Neeti Mishra 2020-02-15 06:52:23
Hey m looking for php projects
Neeti Mishra 2020-02-15 06:52:26
Can do in low amount
Goldenzet000 2020-02-15 06:53:10
Yes tell me about your budget
2020-02-15 08:48:19
inbox
2020-02-15 08:48:59
Neeti Mishra 2020-02-15 06:52:26
Can do in low amount

inbox

Madhavr 2020-02-15 08:54:21
Hey i m lokking fotr php projects
2020-02-15 08:58:52
Madhavr 2020-02-15 08:54:21
Hey i m lokking fotr php projects

inbox

harsh_modi 2020-02-15 17:14:23
luv_php-14278.jpg

DhruvJoshi 2020-02-15 18:03:26
Goldenzet000 2020-02-14 22:16:44
I created a school/college management software using php and codeigniter. With all features. Source code and demo Available.

Link please

anilpune2007 2020-02-15 19:25:48
Goldenzet000 2020-02-14 22:17:03

Please send the link..

Patricklab 2020-02-15 22:18:32
Neeti Mishra 2020-02-15 06:52:26
Can do in low amount

can get u many projects if u can work in low amount costs and if u are very fast with full stack development

Mujhtech 2020-02-16 01:15:05
Any projects in php or full stack, am ready to do it in low cost
|