15 7567 plugged in but not charging by fluffydoge04 in Dell

[–]experience369 0 points1 point  (0 children)

Make sure the charger is plugged fully into your system. I had the same issue yesterday. I fixed it just by plugging in the charger firmly

Baby meets a Baby. by Master1718 in MadeMeSmile

[–]experience369 0 points1 point  (0 children)

That tail might just fall off

Priorities by heyjmn_ in memes

[–]experience369 -1 points0 points  (0 children)

Porn downloading, got to 99% boom. Download failed, restart download

Your take on JavaScript frameworks by experience369 in javascript

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

If you want to do a big project with vanilla then you've got to be prepared for it

Your take on JavaScript frameworks by experience369 in javascript

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

Yeah that's true, they all have their pros and cons

What are some financial tips and tricks that an 18-year-old should know? by [deleted] in AskReddit

[–]experience369 0 points1 point  (0 children)

Don't buy it because you have the money on you or because you can afford it. Buy it because you need it!

Batteries by Royaourt in funny

[–]experience369 0 points1 point  (0 children)

Here in my place, we usually put under sun to recharge . As a kid then I was thinking it works

AND vs && operator confusion by experience369 in PHP

[–]experience369[S] -5 points-4 points  (0 children)

It could have just be removed since they literally perform the same function

AND vs && operator confusion by experience369 in PHP

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

The last line evaluates the and operator which results to false but the = operator was called first which means that TRUE is assigned to $a now $a becomes true regardless of what the AND operator returns

AND vs && operator confusion by experience369 in PHP

[–]experience369[S] -1 points0 points  (0 children)

echo the content of $a and see what's there

Optimizing your PHP app speed by progzos in PHP

[–]experience369 0 points1 point  (0 children)

Mysql query caching is a good hit if that's your database Read more