Remember
Register
Programming & Software Q&A | CollectiveSolver
Questions
Tags
Users
Welcome to collectivesolver - Programming & Software Q&A with code examples. A website with trusted programming answers. All programs are tested and work.
Contact: aviboots(AT)netvision.net.il
Most popular tags
python
java
javascript
c#
c
cpp
php
vb#
typescript
nodejs
html
go
rust
swift
dart
ruby
scala
r
css
bootstrap
groovy
sql
mysql
jquery
lua
bash
f#
kotlin
win32
winapi
reactjs
opengl
c-windows
pascal
sdl2
cobol
nodejs-express
angularjs
glfw
html5
postgresql
dom
android-java
wordpress
glad
bootstrap4
css3
objective-c
visual-studio-code
software
windows
fortran
web-hosting
firefox
bgfx
perl
binary
elixir
opencl
vulkan
ada
phpmyadmin
wpf
direct3d11
erlang
q2a
cpp17
clisp
laravel
netbeans
edge
prototype
ide
dot-net-library
chrome
linux
xampp
download
d
binary-arithmetic
imgui
search-engine
clang
fontawesome5
xdebug
iphone
hardware
apache
webgl
xml
pc
xhtml
browser
programming
Disclosure:
My content contains affiliate links.
Recent questions tagged php
29,957
questions
39,172
answers
573
users
Recent questions tagged php
1
answer
2
views
How to print the fibonacci series using recursion in reverse order within class using PHP
asked
3 hours
ago
by
avibootz
php
1
answer
1
view
How to use declare array in class with PHP
asked
4 hours
ago
by
avibootz
php
1
answer
1
view
How to find words in a string which are greater than given length with PHP
asked
4 hours
ago
by
avibootz
php
1
answer
4
views
How to check where a number is special number in PHP
asked
2 days
ago
by
avibootz
php
1
answer
7
views
How to count the number of times sorted array with distinct integers are circularly rotated in PHP
asked
Nov 21
by
avibootz
php
2
answers
10
views
How to use pow in PHP
asked
Nov 11
by
avibootz
php
1
answer
14
views
How to calculate the sum of digits of 2 power 15 in PHP
asked
Nov 11
by
avibootz
php
1
answer
14
views
How to calculate the Collatz sequence for a range starting from 3 to 10 in PHP
asked
Nov 7
by
avibootz
php
1
answer
10
views
How to calculate the Collatz sequence starting with 13 in PHP
asked
Nov 7
by
avibootz
php
1
answer
19
views
How to find max product of 4 adjacent numbers in the same direction in a 20×20 grid with PHP
asked
Nov 2
by
avibootz
php
1
answer
14
views
How to create NxN matrix initialize to zero in PHP
asked
Nov 2
by
avibootz
php
1
answer
15
views
How to create a 20x20 matrix with random numbers between 1 and 100 in PHP
asked
Nov 2
by
avibootz
php
1
answer
11
views
How to find the sum of all the primes below two million in PHP
asked
Oct 29
by
avibootz
php
2
answers
13
views
How to append int to int in PHP
asked
Oct 19
by
avibootz
php
1
answer
14
views
How to find the smallest number that is evenly divisible by all of the numbers from 1 to 20 in PHP
asked
Oct 18
by
avibootz
php
1
answer
12
views
How to find the smallest number that is evenly divisible by all of the numbers from 1 to 10 in PHP
asked
Oct 18
by
avibootz
php
2
answers
14
views
How to find the sum of all the multiples of 3 or 5 below 10 in PHP
asked
Oct 12
by
avibootz
php
1
answer
9
views
How to search in string with PHP
asked
Oct 4
by
avibootz
php
2
answers
18
views
How to check if specific digit exists in a number with PHP
asked
Oct 3
by
avibootz
php
1
answer
18
views
How to rearrange an array such that every odd index element is greater than its previous in PHP
asked
Oct 1
by
avibootz
php
1
answer
19
views
How to rearrange an array such that every second element becomes greater than its left and right element with PHP
asked
Sep 30
by
avibootz
php
2
answers
16
views
How to invert the bits of a number in PHP
asked
Sep 29
by
avibootz
php
1
answer
12
views
How to convert unicode string to lowercase in PHP
asked
Sep 28
by
avibootz
php
1
answer
15
views
How to convert unicode string to title case in PHP
asked
Sep 28
by
avibootz
php
1
answer
12
views
How to convert unicode string to uppercase in PHP
asked
Sep 28
by
avibootz
php
1
answer
13
views
How to get character by unicode value in PHP
asked
Sep 28
by
avibootz
php
1
answer
15
views
How to check if strings are valid for a specified encoding in PHP
asked
Sep 28
by
avibootz
php
4
answers
23
views
How to format DateTime object in PHP
asked
Sep 27
by
avibootz
php
1
answer
17
views
How to generate hash value of a string with all the hashing algorithms in PHP
asked
Sep 26
by
avibootz
php
1
answer
16
views
How to get a list of all hashing algorithms in PHP
asked
Sep 26
by
avibootz
php
3
answers
21
views
How to add backslashes in front of a specified characters in a string with PHP
asked
Sep 25
by
avibootz
php
1
answer
16
views
How to use hash with md5 in PHP
asked
Sep 25
by
avibootz
php
1
answer
12
views
How to remove continued repeated digits in a given number with PHP
asked
Sep 24
by
avibootz
php
1
answer
13
views
How to check if array is associative or not in PHP
asked
Sep 23
by
avibootz
php
1
answer
18
views
How to sort associative array with negative values in descending order with PHP
asked
Sep 23
by
avibootz
php
1
answer
21
views
How to generate array with string prefixes and zero padding consecutive numbers in PHP
asked
Sep 23
by
avibootz
php
1
answer
14
views
How to generate int array with a range of descending negative numbers in PHP
asked
Sep 23
by
avibootz
php
1
answer
22
views
How to generate int array with a range of ascending negative numbers in PHP
asked
Sep 22
by
avibootz
php
1
answer
13
views
How to generate int array with a range of descending numbers in PHP
asked
Sep 22
by
avibootz
php
3
answers
16
views
How to generate an array of strings numbers with a specific range in PHP
asked
Sep 22
by
avibootz
php
1
answer
19
views
How to generate array with a range of consecutive numbers in quotes as strings in PHP
asked
Sep 22
by
avibootz
php
2
answers
19
views
How to combine two range arrays one for indexes and second for values in PHP
asked
Sep 22
by
avibootz
php
1
answer
13
views
How to replace each element in array with the product of every other elements in PHP
asked
Sep 22
by
avibootz
php
1
answer
11
views
How to generate an array of alphabets (A - Z and a - z) in PHP
asked
Sep 22
by
avibootz
php
1
answer
17
views
How to generate int array with a range of numbers increments by specific step in PHP
asked
Sep 22
by
avibootz
php
1
answer
20
views
How to generate int array with a range of consecutive numbers in PHP
asked
Sep 22
by
avibootz
php
1
answer
22
views
How to create int array with specific size in PHP
asked
Sep 22
by
avibootz
php
1
answer
14
views
How to convert a 2D coordinate into 1D index in PHP
asked
Sep 19
by
avibootz
php
1
answer
16
views
How to convert a 1D coordinate into 2D indexes in PHP
asked
Sep 19
by
avibootz
php
1
answer
14
views
How to create an array of 10 zeros PHP
asked
Sep 14
by
avibootz
php
Page:
1
2
3
4
5
6
...
57
next »
...