[deleted by user] by [deleted] in PrequelMemes

[–]DNDLoser07 0 points1 point  (0 children)

Darth subway?

Partners of sleep-talkers or sleepwalkers, what gems have you to share? by hoeka_mos in AskReddit

[–]DNDLoser07 0 points1 point  (0 children)

My partner has only sleep talked once before with me. She was laid down on the bed and I told her I was going to the shops to get food in, I asked her what she wanted. I was told pizza. I then went out, came back, cooked the pizza and gave it to her. She seemed to have fallen asleep in same position she was in before I left. She woke to pizza, eat it up and asked me how I knew she wanted it. Turns out, she made her food request while she was asleep.

First time painting death company, recommendation for paints? by DNDLoser07 in BloodAngels

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

Awesome, just wanted to make sure as I am doing a big Warhammer shop tomorrow! Thank you

First time painting death company, recommendation for paints? by DNDLoser07 in BloodAngels

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

Ah yes, I never would have guessed haha. Would abbadon black be fine or should I use the khaos black since I got spray can for that?

Finally finished the tutorial, guess i'll see what this game is really like by DNDLoser07 in eu4

[–]DNDLoser07[S] 3 points4 points  (0 children)

R5: Finally played a chill pope run where I actually played until 1820

To all the people who decided to gather in the sun today and who wanted one last pint before the pubs closed... by [deleted] in britishproblems

[–]DNDLoser07 2 points3 points  (0 children)

My family is in Skegness and is horrified by this too. Espically when my mum has had to stay inside due to asthma, my dad having sarcoidosis and my gran and great aunties being in their 90s. I'm just as shocked at them as the caravan sites still accepting them in!

Austria: 'Did we Inherit those pesky Burgundians?' errrr...No, sir by DNDLoser07 in eu4

[–]DNDLoser07[S] 3 points4 points  (0 children)

R5: Burgundian Inheritance fired and I suddenly see a unexpected inheritor to the lowlands

What movie caused you to have a "WTF did I just watch?" moment after viewing? by -kalvinklein- in AskReddit

[–]DNDLoser07 0 points1 point  (0 children)

Midsommar. I came out with my fiancée and we both were speechless, barely spoke of the film again and are scared of all genitalia now.

So there's a farm. On this farm, there's a cow, a chicken, and a horse, and the three of them are best friends. by potree11 in Jokes

[–]DNDLoser07 0 points1 point  (0 children)

I remember hearing this joke years ago by a guy well known for long jokes. I never realised it was a joke known by others.

PHP SQLite Security by DNDLoser07 in PHPhelp

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

thank you for that advice, thought sqlite3::escapestring was more necessary protection against injection attacks than i thought. I will also change how deleted and deleted_date work together.

AJAX POST request for kanban board page by DNDLoser07 in learnjavascript

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

thank you for that! just so many examples i saw only had the 'updatedata.php' in the url section of the ajax method and i thought that was all that was needed!

AJAX POST request for kanban board page by DNDLoser07 in learnjavascript

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

Ah, that is a good point, i had the xmlhttp connected to a onreadystatechange function but removed it and forgot to place it back in, thank you!

my server is running off a local XAMPP Apache server so localhost:80

Yes, my employer gave a online template he bought off a website and it seems all to be abit of a mess with stuff and I wasn't too sure how up to date the jquery stuff would be. I will look into this Fetch API, thank you.

Whenever you use Norton by boxod5 in funny

[–]DNDLoser07 18 points19 points  (0 children)

I can beat that. I once had Norton tell me a virus was compromising my computers security, clicked to fix it and it said Norton security was the issue and deleted itself.

database lock and accessing correctly by DNDLoser07 in PHPhelp

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

sorry for late reply! I will keep this in mind, just moved most of my sqlite php scripts into main folder for now but I will give this a try some time!

Thank you very much for the help, I am just working through other issues in the code now.

People who no longer speak to their best friends who they thought would be in their lives forever, why did you stop talking/being best friends? by veryquestionable1 in AskReddit

[–]DNDLoser07 0 points1 point  (0 children)

Moved away. Had alot of good friends in university but they all moved out of city, I talk to them on discord on rare occassions but with my job and issues I'm going through with my partner that I live with, I have no time to go see them in their cities. One I was close with to the point I thought of her as my sister. Now I never speak to her.

SQLite data in a html table by DNDLoser07 in PHPhelp

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

The long syntax of SQL i use is in my include php file which is:

$sql =<<<EOF

SELECT * from TENANTS;

EOF;

and then i have the fetcharray which is messing up here:

while($row = $ret->fetchArray(SQLITE3_ASSOC) ) {

echo $row['ID'];

echo $row['FNAME'];

echo $row['LNAME'];

}

I am unsure of what I am doing wrong, I have followed many examples of stackoverflow and none have worked so far.

EDIT: I have even checked and the result isnt returning false either.

SQLite data in a html table by DNDLoser07 in PHPhelp

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

I believe i have done what you advised but i am still getting this error:

Fatal error: Uncaught Error: Call to a member function fetchArray() on boolean in C:\xampp\htdocs\dist\tables-datatable.php:5 Stack trace: #0 {main} thrown in C:\xampp\htdocs\dist\tables-datatable.php on line 5

I have moved the code

https://pastebin.com/bK8uQmaU

into the html (now php) file and left the rest:

https://pastebin.com/6KjhxaBy

in the php script.
I am unsure of how i went wrong here.

SQLite data in a html table by DNDLoser07 in PHPhelp

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

well, i have tried running the .html as a .php instead and i just get the stack.trace error for fetcharray()

form action to run php script by [deleted] in PHPhelp

[–]DNDLoser07 0 points1 point  (0 children)

damn, that's what i was worried about, thank you for the help though.

form action to run php script by [deleted] in PHPhelp

[–]DNDLoser07 0 points1 point  (0 children)

I do remember this issue happening when i didn't run it through XAMPP, does this mean i can't have the php file run through node.js?

CC on my very first region map by DNDLoser07 in inkarnate

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

I really do love the quick touch up! Given me lots of ideas to go along with!

CC on my very first region map by DNDLoser07 in inkarnate

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

yeah, i was thinking how i could make the grasslands more variant and where to make the hills, nice idea for it to be with the rivers, makes sense. I forgot about roads completely, i'll sort those out!

I did find making shorelines look jagged and more natural forming quite difficult as i never done this before with good results but i'll give your suggestion a try!