Hey,
I'm trying to make an if else statement in php to allow only imgur images in the signature.
It should look something like:
Bumping thread. Thanks
I'm trying to make an if else statement in php to allow only imgur images in the signature.
It should look something like:
if (condition) {
code to be executed if condition is true;
} else {
code to be executed if condition is false;
}
But I'm clueless on what to do next.Bumping thread. Thanks