Skip to content

how do i allow space in regex in mod_rewrite engine

i have a regex that i want it to allow white spaces. this regex i am using is in the .htaccess file. whenever i put the s it makes the whole regex not work what can i do to make it allow white spaces and work? this is my regex: this is my full rewrite rule, when i put s

Files in directory not in order

I use this code to list all files in directory: But, the result is not in the numerical order. How can I fix it? Answer Get a list of all the filenames, then you can use a sorting function.

php pdo json encode array print

When I pull data from the hello database, it just writes the first line, not the other lines, what could be the reason? I did not know much about php json but did not get any results. İD 88 NOT FOUND **database print ** database data database function socialmedia foreach Answer You’re only returning the…