where cookie.txt is located? curl_setopt($ch, CURLOPT_COOKIEJAR, 'cookie.txt'); i haven't changed anything. and it's in XAMPP localhost.
you mean even if i register, i cant have a new .tk domain? but i can use my old registered domains?
is there a helper function in php/laravel for do this convertion? (change all keys in a array) +i don't want write function myself... just searching for ready function.
What is the difference between CURLOPT_COOKIEFILE and CURLOPT_COOKIEJAR in curl? curl_setopt($ch, CURLOPT_COOKIEFILE, $cookie_file); curl_setopt($ch, CURLOPT_COOKIEJAR, $cooki...
how can i convert string to timestamp? 2020 Apr 22 05:34:51 => 1587544073
why this code prints in wrong order?!😳😳😳 function hi(){ echo 'hi'; } $arr = [1,2,3]; foreach($arr as $a){ echo $a . hi(); } //returns: hi1hi2hi3
about this program: Microsoft Visual C++ 20xx Redistributable it's neccessary to have whole versions? or only last one is enough?
how i can hide my ip in phpcurl requests? every proxy i test, still shows my ip... :(
i need a free domain. even with suffix or something like that... any idea...?
is there a free domain on the insternet? (.tk no longer works!)
😮 where can i find a list of this [sql / mysql] operators? (like %)
Which IDE is it?