Remember
Register
Search With
Seek4Info.com
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
c
cpp
c#
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
ruby
dart
r
css
bootstrap
win32
groovy
winapi
sql
mysql
vbnet
jquery
pascal-string
lua
winforms
kotlin-string
bash
c-string
swift-string
cpp-string
go-string
c#-string
php-string
java-string
vbnet-string
cobol
rust-string
python-string
cpp-vector
f#
opengl
scala-string
javascript-string
pascal-array
swift-array
typescript-string
c-array
php-array
javascript-array
rust-vector
typescript-array
python-list
reactjs
scala-array
c-windows
nodejs-string
go-array
kotlin-array
nodejs-array
sdl2
cpp-matrix
cpp-array
c#-list
vbnet-list
c-matrix
pascal-matrix
go-slice
c#-array
java-array
nodejs-express
character-code-ascii-unicode
swift-matrix
c#-matrix
sdl3
angularjs
transpose-matrix
binary-search-algorithm
dot-product-two-arrays
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
measure-function-execution-time
sort-words-string
exabyte-constant
petabyte-constant
terabyte-constant
math-functions-constants
string-to-title-case
create-infinite-loop
rust-matrix
Disclosure:
My content contains affiliate links.
Recent questions tagged PHP
41,458
questions
54,005
answers
573
users
Recent questions tagged PHP
2
answers
168
views
How to find longest palindrome substring in PHP
asked
Jun 4, 2023
by
avibootz
php
php-substring
php-palindrome
1
answer
124
views
How to count the frequency of the digits (0 to 9) in a string with PHP
asked
Jun 2, 2023
by
avibootz
php
1
answer
164
views
How to split a string by newline in PHP
asked
May 30, 2023
by
avibootz
php
2
answers
177
views
How to delete the middle element of an array in PHP
asked
May 27, 2023
by
avibootz
php
1
answer
116
views
How to find missing elements of a given range in array of distinct elements with PHP
asked
May 24, 2023
by
avibootz
php
1
answer
142
views
How to find all triplets with zero sum in a given array with PHP
asked
May 22, 2023
by
avibootz
php
1
answer
78
views
How to calculate value of nPr in PHP
asked
May 12, 2023
by
avibootz
php
1
answer
113
views
How to calculate the area of trapezium in PHP
asked
May 8, 2023
by
avibootz
php
2
answers
108
views
How to handle undefined array key in PHP
asked
May 1, 2023
by
avibootz
php
1
answer
157
views
How to print an associative array using for loop in index in PHP
asked
May 1, 2023
by
avibootz
php
1
answer
139
views
How to find K most frequent elements in an unsorted array with PHP
asked
May 1, 2023
by
avibootz
php
1
answer
141
views
How to find the equilibrium index of an array (sum arr[0 to index - 1] == sum arr[index + 1 to size]) in PHP
asked
Apr 26, 2023
by
avibootz
php
1
answer
195
views
How to find if there is a pair in sorted array with sum equal to a given sum in PHP
asked
Apr 22, 2023
by
avibootz
php
1
answer
123
views
How to find the majority element in int array with PHP
asked
Apr 21, 2023
by
avibootz
php
1
answer
131
views
How to swap two values of an array in PHP
asked
Apr 20, 2023
by
avibootz
php
1
answer
147
views
How to sort an array of 0s, 1s and 2s in PHP
asked
Apr 20, 2023
by
avibootz
php
1
answer
125
views
How to find the smallest missing number from sorted list in PHP
asked
Apr 17, 2023
by
avibootz
php
1
answer
127
views
How to check if a string contain only of 1 and 0 in PHP
asked
Apr 12, 2023
by
avibootz
php
1
answer
122
views
How to check if there is only one time zero in a string with PHP
asked
Apr 11, 2023
by
avibootz
php
1
answer
136
views
How to check if a number is cyclops (number with odd number of digits and zero in the center) in PHP
asked
Apr 10, 2023
by
avibootz
php
1
answer
157
views
How to find the first 18 circular prime numbers (cyclically rotate left will also be prime) in PHP
asked
Mar 24, 2023
by
avibootz
php
1
answer
135
views
How to check if a number is circular prime (cyclically rotate left will also be prime) in PHP
asked
Mar 24, 2023
by
avibootz
php
1
answer
146
views
How to calculate factorial using recursion in PHP
asked
Mar 4, 2023
by
avibootz
php
1
answer
106
views
How to calculate the normal and trace of square list in PHP
asked
Feb 27, 2023
by
avibootz
php
1
answer
176
views
How to create an array of alphabets (A - Z and a - z and 0 - 9) in PHP
asked
Feb 18, 2023
by
avibootz
php
1
answer
147
views
How to create an array of alphabets (A - Z a - z) in PHP
asked
Feb 18, 2023
by
avibootz
php
2
answers
195
views
How to create an array of alphabets (a - z) or (A - Z) in PHP
asked
Feb 18, 2023
by
avibootz
php
1
answer
141
views
How to replace all keys with their values in associative array with PHP
asked
Feb 18, 2023
by
avibootz
php
1
answer
169
views
How to save an associative array to a file and load it from the file in PHP
asked
Feb 17, 2023
by
avibootz
php
1
answer
163
views
How to create an associative array using elements from two arrays in PHP
asked
Feb 17, 2023
by
avibootz
php
2
answers
138
views
How to multiply two array elements in PHP
asked
Feb 17, 2023
by
avibootz
php
2
answers
139
views
How to calculate the dot product of two lists in PHP
asked
Feb 17, 2023
by
avibootz
php
php-dot-product-two-arrays
dot-product-two-arrays
2
answers
138
views
How to create a two dimensional (2D) array in PHP
asked
Feb 15, 2023
by
avibootz
php
2
answers
259
views
How to convert float to string with 2 decimal places in PHP
asked
Feb 13, 2023
by
avibootz
php
1
answer
139
views
How to convert RGB to CMYK in PHP
asked
Feb 2, 2023
by
avibootz
php
1
answer
102
views
How to round number in PHP
asked
Jan 31, 2023
by
avibootz
php
1
answer
107
views
How to convert CMYK to RGB in PHP
asked
Jan 31, 2023
by
avibootz
php
1
answer
150
views
How to add comma to a float number every 3 digits in PHP
asked
Jan 27, 2023
by
avibootz
php
2
answers
156
views
How to add comma to a number every 3 digits in PHP
asked
Jan 27, 2023
by
avibootz
php
1
answer
126
views
How to implement interpolation search in PHP
asked
Jan 22, 2023
by
avibootz
php
3
answers
233
views
How to get character code (ASCII and Unicode) in PHP
asked
Jan 21, 2023
by
avibootz
php
php-character-code-ascii-unicode
character-code-ascii-unicode
2
answers
162
views
How to check if an array contains a value in PHP
asked
Jan 18, 2023
by
avibootz
php
1
answer
94
views
How to find the longest repeating substring in a string with PHP
asked
Jan 17, 2023
by
avibootz
php
1
answer
134
views
How to get the total numbers with no repeated digits from a range of numbers in PHP
asked
Jan 14, 2023
by
avibootz
php
1
answer
162
views
How to iterate over array with indexes and values in PHP
asked
Jan 13, 2023
by
avibootz
php
1
answer
190
views
How to pick a random element from an array in PHP
asked
Jan 6, 2023
by
avibootz
php
1
answer
108
views
How to create class in PHP
asked
Dec 26, 2022
by
avibootz
php
1
answer
166
views
How to create a 2D point data structure with two floating-point numbers in PHP
asked
Dec 26, 2022
by
avibootz
php
1
answer
136
views
How to find the largest substring between two equal characters in a string with PHP
asked
Dec 25, 2022
by
avibootz
php
1
answer
114
views
How to get the current day of year in PHP
asked
Dec 22, 2022
by
avibootz
php
Page:
« prev
1
...
12
13
14
15
16
17
18
19
20
21
22
...
70
next »
...