I am new to PHP, And am creating a data string, which i have written like this.
$data = $product['id']. "/" . $product['name'] . "/" .$product['price'];
Bu dize oluşturmak için başka daha iyi bir yolu olup olmadığını ben bilmiyorum.