Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

PHP / MySQL

The collection of frequently asked questions related to PHP and MySQL database server

1. How to write comments in PHP


2. How to remove white space from a string in PHP
3. How to find number of characters in a string in PHP
4. How to find number of words in a string in PHP
5. How to remove special characters from a string in PHP
6. How to replace a word inside a string in PHP
7. How to prepend a string in PHP
8. How append a string in PHP
9. How to extract substring from a string in PHP
10. How to compare two strings in PHP
11. How to get current page URL in PHP
12. How to create a string by joining the values of an array in PHP
13. How to split a string into an array in PHP
14. How to combine two strings in PHP
15. How to convert a string to lowercase in PHP
16. How to convert a string to uppercase in PHP
17. How to convert the first letter of a string to uppercase in PHP
18. How to convert special HTML entities back to characters in PHP
19. How to remove white space from the beginning of a string in PHP
20. How to remove white space from the end of a string in PHP
21. How to create a new line in PHP
22. How to find string length in PHP
23. How to check whether a variable is set or not in PHP
24. How to check whether a variable is empty in PHP
25. How to check whether a variable is null in PHP
26. How to reverse a string in PHP
27. How to replace the part of a string with another string in PHP
28. How to count how many times a substring occurs in a string in PHP
29. How to count all elements in an array in PHP
30. How to print or echo all the values of an array in PHP
31. How to display array structure and values in PHP
32. How to reverse the order of an array in PHP
33. How to check if a value exists in an array in PHP
34. How to check if a key exists in an array in PHP
35. How to remove the last element from an array in PHP
36. How to remove the first element from an array in PHP
37. How to add elements to the beginning of an array in PHP
38. How to add elements to the end of an array in PHP
39. How to merge two or more arrays into one array in PHP
40. How to sort an array values alphabetically in PHP
41. How to remove duplicate values from an array in PHP
42. How to randomize the order of an array in PHP
43. How to compare two array values in PHP
44. How to calculate the sum of values in an array in PHP
45. How to remove empty values from an array in PHP
46. How to populate dropdown list with array values in PHP
47. How to get all the keys of an associative array in PHP
48. How to get all the values from an associative array in PHP
49. How to sort an associative array by key in PHP
50. How to sort an associative array by value in PHP
51. How to get single value from an array in PHP
52. How to loop through multidimensional array in PHP

You might also like