I have this code
$cl_posturl = "https://post.craigslist.org/".str_replace('"','',$result[FORM][0][ACTION]);
echo $cl_posturl."<br>\n";
It if returning
post.craigslist.org//sdo/S/ctd/csd/x/9FMALgak4Td10Bol/XRk68
it use to return
post.craigslist.org//sdo/S/ctd/csd/x/
how can I modify the code to return it without those 2 last paths