← prev | next →
2020-10-21 20:45:04
rohit267 2020-10-21 20:41:36
nice salary
Exactly
CHKDOG 2020-10-22 00:32:13
how use $_SERVER[‘HTTP_X_FORWARDED_FOR’] in curl?
CHKDOG 2020-10-22 00:32:44
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_COOKIE, true);
curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER[‘HTTP_USER_AGENT’]);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
curl_setopt($ch, CURLOPT_HEADER, true);
$result = curl_exec($ch); //exit();
CHKDOG 2020-10-22 00:33:09
is compared with the result?
CHKDOG 2020-10-22 00:33:38
if(result == $_SERVER[‘HTTP_X_FORWARDED_FOR’] ){
//code
}
2020-10-22 00:37:30
What is the error in line 133
skycodes 2020-10-22 06:13:22
use mysqli_error and pass connection as argument in it
or die(mysqli_error($con))
rohit267 2020-10-22 09:47:09
CHKDOG 2020-10-22 00:32:44
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_COOKIE, true);
curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER[‘HTTP_USER_AGENT’]);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
curl_setopt($ch, CURLOPT_HEADER, true);
$result = curl_exec($ch); //exit();
https://stackoverflow.com/questions/8115683/php-curl-custom-headers
PHP cURL custom headers –
Stack OverflowI’m wondering if/how you can add custom headers to a cURL HTTP request in PHP. I’m trying to emulate how iTunes grabs artwork and it uses these non-standard headers:
X-Apple-Tz: 0
X-Apple-Store-Fr…
rohit267 2020-10-22 09:47:36
skycodes 2020-10-22 06:13:22
use mysqli_error and pass connection as argument in it
or die(mysqli_error($con))
+1
Oleh Oliinyk 2020-10-22 15:37:11
I installed php5.6 thereafter phpmyadmin doesn’t work can you help me with this issue ?
Kaushal_comp 2020-10-22 15:45:01
can anyone help me in css
rohit267 2020-10-22 15:48:57
Oleh Oliinyk 2020-10-22 15:37:11
I installed php5.6 thereafter phpmyadmin doesn’t work can you help me with this issue ?
php 5 is deprecated, use 7.4
rohit267 2020-10-22 15:49:14
Kaushal_comp 2020-10-22 15:45:01
can anyone help me in css
ask you issue
2020-10-22 16:04:31
Currently we have a form for users to input their details to get a quote at https://create.mopro.com/293654/get-a-quote (this is the dev site) you can go there to look at code/script for get a quote. www.titanautowarranty.com is a site hosted by a third-party therefore we need to host the database or api code provided for the list of makes and models for the drop down. When the users inputs all of their info we need to store it on our server in a DB located on www.titancarwarranty.com on an AWS Ec2 server/Linux OS. Laslty, an email auto responder needs to be sent to the client from www.titanautowarranty.com
Extended Car Warranty Quote|Extended Car Warranty Quotes Online –
MoproGet a Free Extended Car Warranty Quote. extended car warranty company reviews.
2020-10-22 16:04:42
Anyone who can do this paid task?
Kaushal_comp 2020-10-22 16:05:09
one content in box …i want bring that content in right position of box what i do??
rohit267 2020-10-22 16:07:00
Kaushal_comp 2020-10-22 16:05:09
one content in box …i want bring that content in right position of box what i do??
float: right, learn css
Kaushal_comp 2020-10-22 16:07:44
i was trying
Kaushal_comp 2020-10-22 16:07:56
but doesnt work
rohit267 2020-10-22 16:07:59
2020-10-22 16:04:42
Anyone who can do this paid task?
tell the budget
rohit267 2020-10-22 16:08:11
Kaushal_comp 2020-10-22 16:07:56
but doesnt work
check in devtools
Kaushal_comp 2020-10-22 16:08:46
rohit267 2020-10-22 16:08:11
check in devtools
i was trying too bt doesnt work
rohit267 2020-10-22 16:09:40
Kaushal_comp 2020-10-22 16:08:46
i was trying too bt doesnt work
or use relative positioning and right:0
2020-10-22 16:10:27
rohit267 2020-10-22 16:07:59
tell the budget
20-30$
2020-10-22 16:10:46
Is it too less?
rohit267 2020-10-22 16:11:30
2020-10-22 16:10:46
Is it too less?
all aws thing is setup? just make from and store in DB?
2020-10-22 16:12:29
One of my well known client asked me to do this, but I don’t know php lol
2020-10-22 16:12:39
I made 2-3 wordpress websites for him
2020-10-22 16:12:57
See the requirements and the budget, if it’s suitable please let me know.
2020-10-22 16:13:09
I can’t even understand the requirements lol
rohit267 2020-10-22 16:13:23
2020-10-22 16:12:57
See the requirements and the budget, if it’s suitable please let me know.
alright if I am free I will ping you
2020-10-22 16:13:32
rohit267 2020-10-22 16:13:23
alright if I am free I will ping you
Ohkay perfect
rohit267 2020-10-22 16:25:34
2020-10-22 16:13:32
Ohkay perfect
I am in
2020-10-22 17:56:35
I need PHP codeigniter developer
Any friends
2020-10-22 17:56:42
Urgent ha
2020-10-22 17:57:07
Location delhi NCR faridabad
CHKDOG 2020-10-22 19:14:16
rohit267 2020-10-22 09:47:09
https://stackoverflow.com/questions/8115683/php-curl-custom-headers
En CURLOPT_HTTPHEADER?
Ankita P 2020-10-22 20:52:16
Tech Partner / Business opportunity – Mumbai, Thane or Navi Mumbai
Hope you are doing good and safe during this pandemic situation!
I approached you with an opportunity if you are looking ahead for a self-employment plan.
I am looking forward to put a small team together for an Employment / Recruitment startup (Not a Consultancy / Placement firm).
Hence looking for Partner to join hands & be a part of the team and be ready to invest minimal capital and can work from scratch.
Currently, we are a team into Management / Business Development / Sales / Marketing with the support of Machine learning / AI / Python / Data Analyst.
Looking for someone from the following background: PHP / UI UX / Digital Marketing / Java / Asp.net
Connect via email if interested in the idea/plan and for further discussion.
Email – startuplookout@gmail.com
balu904 2020-10-23 07:13:30
Where can searching?
Tony 2020-10-23 13:08:36
WebCastle Media Pvt Ltd is hiring PHP developer
Framework:. Laravel, Opencart
Experience required: 1+yr
Negotiable salary
Interested candidates please DM
Ralf_Main 2020-10-23 13:25:44
sup, anyone alive on here?
rohit267 2020-10-23 13:45:31
Ralf_Main 2020-10-23 13:25:44
sup, anyone alive on here?
what’s you issue
Ralf_Main 2020-10-23 13:48:04
rohit267 2020-10-23 13:45:31
what’s you issue
I having trouble deleting record from table
rohit267 2020-10-23 13:48:29
Ralf_Main 2020-10-23 13:48:04
I having trouble deleting record from table
error?
Ralf_Main 2020-10-23 13:49:38
No error but it rather redirects me to a blank page
Ralf_Main 2020-10-23 13:50:23
rohit267 2020-10-23 13:48:29
error?
dm ?
rohit267 2020-10-23 13:50:51
Ralf_Main 2020-10-23 13:50:23
dm ?
nope
rohit267 2020-10-23 13:51:14
Ralf_Main 2020-10-23 13:50:23
dm ?
only if you can pau
← prev | next →