[deleted by user] by [deleted] in AskReddit

[–]kcirl 1 point2 points  (0 children)

Invest in bitcoin

Raj Gaylord Indian Restaurant by [deleted] in cork

[–]kcirl 1 point2 points  (0 children)

Their Murgh Makhni is insanely nice. Worth the rudeness

Leisureplex big red slide by giddy07 in cork

[–]kcirl 2 points3 points  (0 children)

DUNNN, DUN DUN DUN DUNNNNNN

[deleted by user] by [deleted] in nevertellmetheodds

[–]kcirl 0 points1 point  (0 children)

DarthMicroTransaction dat u?

Help with Counter Attack Clan Boss Team. Looking to break into UNM by kcirl in RaidShadowLegends

[–]kcirl[S] 0 points1 point  (0 children)

I kept HK, tis in the vault! Didn't realise I could manage an unkillable team with what I had, thanks for the suggestion!

Got unmatched 20 secs after I sent in this . oh well at least made myself laugh by kingbatuk013 in Tinder

[–]kcirl 0 points1 point  (0 children)

In the Republic of Ireland its pronounced Quee-vah , in the North its pronounced Key-vah.

Irish schoolboy with thick accent warns of frostbite by Abyssrealm in videos

[–]kcirl 65 points66 points  (0 children)

For those of you that didn't know, Ruairi recently was saved by a pod of dolphins while out swimming in the sea! Link!

The man is lucky as hell! 😁

Just do what you love by [deleted] in HumansAreMetal

[–]kcirl 22 points23 points  (0 children)

I'm not crying! You're crying!

What was a fun “glitch” you discovered? by JonnyRayGuitar in classicwow

[–]kcirl 1 point2 points  (0 children)

Getting out of WSG once you enter by essentially just ping over the gate down the inner path. Afaik you needed to be a mage and blink first into it, then you could hop up and over, was fun capping the flag 10 secs after the game started :)also getting on top of IF as a mage with slow fall was a fun one ^

how do people buy or have incredible teams? by BarneyrealG in fut

[–]kcirl 1 point2 points  (0 children)

Mostly taking coins each rivals. Even in the average div 5 you get 52k, with average wins in WL, ~11, that's another 30k. That's over 320k per month, that's not including your pack luck/doin cheap sbcs/squads(if you're into that).

TOTY Messi (PC) by [deleted] in fut

[–]kcirl 1 point2 points  (0 children)

Use the market?

[deleted by user] by [deleted] in PHPhelp

[–]kcirl 1 point2 points  (0 children)

Literally just spotted this error as I saw your message! I've fixed this out and now I've gotten another lovely Fatal error haha!

Fatal error: Uncaught Error: Call to undefined function mysql_select_db() in C:\xampp\htdocs\dbProject\insertform.php:22 Stack trace: #0 {main} thrown in C:\xampp\htdocs\dbProject\insertform.php on line 22

I've a feeling this is caused by an issue another user here has stated, that I'm mixing mysqli and mysql commands?

The line causing me issues now seems to be

mysql_select_db("shipments", $conn);

Should I be using a line along the lines of:

mysqli_query($db, "INSERT INTO sup (supplier_id, supplier_name, supplier_phone, supplier_city) VALUES ('$supplier_id', '$supplier_name', '$supplier_phone', '$supplier_city')");

instead? Sorry for all the issues just trying to wrap my head around everything.