im trying to login to website using this method, but it isnt working also it logs out my actual logged in session $headers[] = "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win6...
<?php $string = "abcdefg123456789"; $a = $string; $b = 42; for ($i = 0; $i < strlen($a); $i++) { $b = ($b << 5) - $b + ord($a[$i]); $b = $b & $b; } $b = $b & 0xFFFFFF...
any way to clear php curl request cache? ive updated nameservers for a domain but im still getting old response im using curl fresh connect, tried restarting php, cleared dns ...
mysql is filling up disk space with bin log files and crashes after disk is full, i updated binlog_expire_logs_seconds to 60secs from 30 days (just to verify) but its not clea...
How can I implement proxy with auth in fsockopen ? Here is my code to get whoisdata function queryWhois($whoisServer, $domain) { if ($fp = @fsockopen($whoisServer, 43, $err...
its a ubuntu server not good with linux :/ can it be done like windows ?
im getting error Numeric value out of range: 1264 Out of range value for column 'price' at row 1 (SQL: insert into orders (user_id, ... price, cost, updated_at, created_at) va...
test f test jj admin hola this is what my current output after using this code <?php while($row = mysql_fetch_array($sql)) { ?> <div class="messages"> <p class="re...
$url = "http://demo.com/sitemap.xml" ; $xml = simplexml_load_file($url); $link = $xml->url[mt_rand(0,count($xml->url)-1)]->loc ; Header("Location:" . $link); What will be ...
I am fetching messages from multiple users in a ticket system. I want current user's name to be printed as 'you or me' and other user's name as it is. I'm fetching all using w...
Flutter vs kotlin speaking for android which one u prefer?
curl vs fsocket which is faster ?
What are best practices to upload gigabytes of data everyday in MySQL database, using php query or sql dump or any other method ?
ok, seems like no cookies are getting submitted on user data submit, how to solve this ?
shoud i add integer autoindex too?
Best lightweight css framework?
anyone have experience with stripe php api? For product and order management specifically
Where can i learn python from basics ?
Colorinspire — Curated color inspiration by Ales Nesetril https://www.colorinspire.io/?ref=producthunt
Just noticed retry_after in queue config is set to 90 is this the reason?