That worked
If you look carefully the previous thread asked for a single space. I need to not limit the spaces in my case.
Thank you for the expression, epic.
I need a regex for letters, spaces, and a comma:
"toronto, ontario" == true
"abc, 123, abc" == false
"asd. #!@" == false
Does anyone know how to form the pattern for this?
Thanks for helping Joe, that code was close, it still lets in numbers in something like this "abc, 123, abc".
I need letters, spaces, and one comma.
So something like "toronto, ontario" would work.
Hey, thank you for taking time to read this and for possibly helping me sort this.
So I'm trying to make it so:
http://mysite.com/thing/key
is rewritten as:
http://mysite.com/thing.php?k=key
while keeping a general rule for:
http://mysite.com/thing
being written to:
http://mysite.com/thing.php
Please help thank you.
So i am getting an error when i try to use move_uploaded_file().
The function is located in a file that is included into the main page.
I need the function's destination to be two folders out of its current location (i need it to start from the root folder).
This is the error: failed to open stream: No such file or directory.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.