<?php $item = '"61926182767182" "DAS GEILE GAME" "HTTP://google.com/123129182691239" "HTTP://google.com/123129182691239" "32.59"'; $h = fopen('php://memory', 'r+'); fputcsv($h, str_getcsv($item, ' '), ';', '"'); rewind($h); echo stream_get_contents($h);
You have javascript disabled. You will not be able to edit any code.