List Views

Total Items found in Views is 229023.
An advanced collection of page views
PHP/SQLite - Load Random Item

6:18 am, December 1, 2022
how to json encode an array in php

6:19 am, December 1, 2022
adding an item to an array with php

6:19 am, December 1, 2022
assign array to variables in a loop

6:20 am, December 1, 2022
basic for loop

6:20 am, December 1, 2022
change string to capital words ucwords

6:20 am, December 1, 2022
check column exists in table sqlite

6:20 am, December 1, 2022
check if a file exists with php

6:20 am, December 1, 2022
checking for spam comments function

6:21 am, December 1, 2022
convert a string to uppercase with php

6:21 am, December 1, 2022
convert all images into base64 encoded

6:21 am, December 1, 2022
convert json string to a php array

6:22 am, December 1, 2022
copy file

6:22 am, December 1, 2022
count the elements in an array

6:22 am, December 1, 2022
csv read example

6:22 am, December 1, 2022
explode a string into an array

6:23 am, December 1, 2022
extract variables from url string php

6:23 am, December 1, 2022
extract youtube image from video url

6:23 am, December 1, 2022
for loop with a 5 increment

6:24 am, December 1, 2022
function to create a uid from html

6:24 am, December 1, 2022
generating all css colours with php?

6:24 am, December 1, 2022
get current class name with get_class

6:25 am, December 1, 2022
get current url with php

6:25 am, December 1, 2022
get last month as a number with php

6:25 am, December 1, 2022
get the current month as a number

6:25 am, December 1, 2022
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote


Random CSS Property

::before (:before)

In CSS, ::before creates a pseudo-element that is the first child of the selected element. It is often used to add cosmetic content to an element with the content property. It is inline by default.
::before (:before) css reference