I want to convert octal sign like \46
to normal sign like &
.
The problem is that the input is created with preg_match_all()
, put into an array and then retrieved.
If I'd manually input the \46
octal notation into variable with double quotes, like
$input="\046";
then PHP would convert it nicely.
I preg_match_all()
adlı bir diziye olduğunda Ama dönüştürülmemiş döndürür.
I (mysql) veritabanını sorgulamak istiyorum, çünkü ben "&" ile kayıtları var dönüştürmek istiyor işareti gibi imzalar.