php replace space with 20

60

php string replace space -

$journalName = preg_replace('/\s+/', '_', $journalName);

Comments

Submit
0 Comments