Hi all, I'm trying to extract the tweet id from a Twitter url. The format is twitter.com/{username}/{status-id}. Now I have something like this: https://twitter.com/us...
I want to parse this json file to get the Ethereum addresses but my method aren't working. Link to file: https://ethplorer.io/service/service.php?data=0x7F585B9130c64e9e9F470...
<?php function fetch_content($url){ curl_setopt($ch=curl_init(), CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $response = curl_exec($ch); curl_close($ch); ...
PDO <?php try { $dbcon = new PDO("mysql:host=localhost;dbname=dbname", $dbuser, $dbpass); $dbcon->setAttribute(PDO::ERRMODE_EXCEPTION, PDO::ATTR_ERRMODE); } catch(PDOException...
Hey, you just allowed @keessonnema to do your work for you. Don't be lazy. Okay?
Dumb question but I just need confirmation. 15 -= 15/14 It means 15 - 15 / 14 Right?
Who did you ask and how did you ask? Google? Oops. Learn to make research. There are tons of *FREE* bootstrap snippets and templates all over the internet.
Can anyone help to make this logo better by coloring?
Have you checked GitHub's year review for 2018? No. So you are only bringing unfounded facts with no backgrounds.
<?php //conn session_start(); if(!isset($_SESSION['name'])) header("Location: login.php"); ?> you missed the NOT operator ! .
Can anyone tell me the easiest way to make widths and heights calculations while making CSS designs?
Have you tried searching YouTube or Google? No one will give a full tutorial here.
How about using foreach loop and json_encode() ? Check the PHP group anyway.
I Mean what's your pattern of coding? Are you using php PDO or php MYSQL or php MYSQLi
Okay, mind if I redirect you to a link concerning login and registration?
How about Cyber Panel? Check it out. It's cool.
Have you installed the mysql driver?
@MKRhere please, what's the code of the purple color?
And why are you shouting at him? 😂 😂
Tried https://github.com/mgp25/Chat-API ?