<?php
$ser = $_GET['q'];
$logic = "~resume (filetype:pdf OR filetype:doc OR filetype:rtf OR filetype:htm OR filetype:html) skill -jobs -apply -submit -required -wanted -write -sample";
str_replace ("skill", "$ser", $logic);
echo $logic;
?>
I am not able to replace skill please help
New to PHP
Please advice
Thank You