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,453
questions
54,000
answers
573
users
Recent questions tagged PHP
1
answer
94
views
How to implement a stack using an array in PHP
asked
Aug 14, 2025
by
avibootz
php
php-stack
1
answer
73
views
How to use a stack in PHP
asked
Aug 14, 2025
by
avibootz
php
php-stack
1
answer
85
views
How to sort the part of an array in PHP
asked
Aug 12, 2025
by
avibootz
php
php-sort
1
answer
84
views
How to split a string by a substring delimiter in PHP
asked
Aug 11, 2025
by
avibootz
php
php-split-string
1
answer
85
views
How to check if a string is a palindrome ignoring case and non-alphanumeric characters in PHP
asked
Aug 10, 2025
by
avibootz
php
php-palindrome
1
answer
97
views
How to filter a associative array in PHP
asked
Aug 7, 2025
by
avibootz
php
php-array
php-filter
1
answer
78
views
How to mimic the behavior of a set and insert an element in a set with PHP
asked
Aug 5, 2025
by
avibootz
php
php-set
1
answer
99
views
How to convert binary digits to a byte array in PHP
asked
Aug 4, 2025
by
avibootz
php
php-byte-array
php-binary
1
answer
108
views
How to check if floating point is NaN in PHP
asked
Aug 3, 2025
by
avibootz
php
php-nan
php-floating-point
1
answer
95
views
How to calculate power for large numbers in PHP
asked
Aug 2, 2025
by
avibootz
php
php-power
1
answer
65
views
How to sum the digits of the number 2^N in PHP
asked
Aug 1, 2025
by
avibootz
php
php-power-digits-sum
1
answer
75
views
How to set specific bits in a char with PHP
asked
Jul 31, 2025
by
avibootz
php
php-bits
1
answer
86
views
How to extract a float from a string in PHP
asked
Jul 29, 2025
by
avibootz
php
php-string
php-extract
2
answers
101
views
How to find the sum of all the multiples of 3 or 5 below 1000 in PHP
asked
Jul 28, 2025
by
avibootz
php
php-multiples
1
answer
101
views
How to create a string with a repeated character N times in PHP
asked
Jul 28, 2025
by
avibootz
php
php-string
2
answers
92
views
How to check if an integer contains an even or odd number of bits set in PHP
asked
Jul 27, 2025
by
avibootz
php
php-bits
1
answer
89
views
How to find pythagorean triplet for which a + b + c = 1000 in PHP
asked
Jul 25, 2025
by
avibootz
php
php-pythagorean-triplet
1
answer
64
views
How to replace multiple consecutive question marks (?) with a single question mark in PHP
asked
Jul 23, 2025
by
avibootz
php
php-replace
1
answer
87
views
How to extract img src, title, and alt from HTML string in PHP
asked
Jul 23, 2025
by
avibootz
php
php-html
1
answer
83
views
How to extract img src from HTML string in PHP
asked
Jul 23, 2025
by
avibootz
php
php-html
2
answers
129
views
How to count the trailing zeros in a binary number using PHP
asked
Jul 23, 2025
by
avibootz
php
php-binary
1
answer
84
views
How to suppress any output from a function in PHP
asked
Jul 22, 2025
by
avibootz
php
php-function-suppress
1
answer
80
views
How to format time hours-minutes-seconds in PHP
asked
Jul 22, 2025
by
avibootz
php
php-time
1
answer
109
views
How to split a string with multiple separators in PHP
asked
Jul 21, 2025
by
avibootz
php
php-string
1
answer
99
views
How to replace the first occurrence of a substring in a string with PHP
asked
Jul 20, 2025
by
avibootz
php
php-substring
2
answers
84
views
How to count backwards (Print the numbers N, N - 1, ..., 0 (included)) in PHP
asked
Jul 20, 2025
by
avibootz
php
php-loop
1
answer
119
views
How to match a substring within 2 square brackets using RegEx in PHP
asked
Jul 19, 2025
by
avibootz
php
php-regex
php-substring
1
answer
96
views
How to convert binary string to integer in PHP
asked
Jul 18, 2025
by
avibootz
php
php-string
php-binary
1
answer
56
views
How to find the 100001 prime number in PHP
asked
Jul 16, 2025
by
avibootz
php
php-prime
1
answer
117
views
How to extract a file name from a path, replace whitespaces, and make it lowercase using RegEx in PHP
asked
Jul 15, 2025
by
avibootz
php
php-regex
1
answer
93
views
How to convert multiple <br/> tags to a single <br/> tag using RegEx in PHP
asked
Jul 14, 2025
by
avibootz
php
php-regex
1
answer
103
views
How to assign the same values to multiple variables in one line with PHP
asked
Jul 14, 2025
by
avibootz
php
php-variable
2
answers
96
views
How to assign multiple values to multiple variables in one line with PHP
asked
Jul 14, 2025
by
avibootz
php
php-variable
1
answer
59
views
How to XOR byte arrays in PHP
asked
Jul 12, 2025
by
avibootz
php
php-xor
1
answer
101
views
How to check if a string includes $sometext$ without numbers in PHP
asked
Jul 11, 2025
by
avibootz
php
php-string
3
answers
166
views
How to remove the letters from word1 if they do not exist in word2 with PHP
asked
Jul 10, 2025
by
avibootz
php
php-string
1
answer
86
views
How to remove the letters from word1 if they exist in word2 with PHP
asked
Jul 9, 2025
by
avibootz
php
php-string
1
answer
99
views
How to get the top 5 integers from an array of 20 in PHP
asked
Jul 8, 2025
by
avibootz
php
php-array
1
answer
93
views
How to get the first 5 integers from an array of 20 in PHP
asked
Jul 8, 2025
by
avibootz
php
php-array
1
answer
96
views
How to check if an array of bytes is a valid UTF-8 string in PHP
asked
Jul 8, 2025
by
avibootz
php
php-utf8
1
answer
116
views
How to get intersection of two strings in PHP
asked
Jul 6, 2025
by
avibootz
php
php-string
php-intersection
1
answer
99
views
How to pad a string on both sides in PHP
asked
Jul 6, 2025
by
avibootz
php
php-string
1
answer
86
views
How to pad a string on the left in PHP
asked
Jul 4, 2025
by
avibootz
php
php-string
2
answers
104
views
How to get the current runtime version in PHP
asked
Jul 2, 2025
by
avibootz
php
php-runtime
1
answer
99
views
How to increment an integer represented as an integer array of digits by one in PHP
asked
Jul 2, 2025
by
avibootz
php
php-array
1
answer
73
views
How to use switch statement with strings in PHP
asked
Jul 1, 2025
by
avibootz
php
php-switch
1
answer
49
views
How to get the fraction and exponent of a real number in PHP
asked
Jun 30, 2025
by
avibootz
php
php-exponent
php-fraction
1
answer
114
views
How to calculate the mean and the standard deviation of an array of floating-point values in PHP
asked
Jun 29, 2025
by
avibootz
php
php-standard-deviation
php-mean
1
answer
61
views
How to compute the hypotenuse h of the triangle in PHP
asked
Jun 29, 2025
by
avibootz
php
php-triangle
1
answer
118
views
How to convert a string with either, or . as decimal/thousand separators into a float in PHP
asked
Jun 27, 2025
by
avibootz
php
php-string
php-convert
Page:
« prev
1
2
3
4
5
6
7
8
9
10
...
70
next »
...