MySQL Forums
Forum List  »  PHP

Re: Convert database string
Posted by: Gerd Modla
Date: June 14, 2024 12:07PM

Hi

Problem solved after a cafe! ;-)

Here is the solution...

---------------

$VLWP = implode(", ", $string0);
echo $VLWP;

----------------

Best regards

Options: ReplyQuote


Subject
Written By
Posted
June 14, 2024 11:23AM
Re: Convert database string
June 14, 2024 12:07PM
August 06, 2024 07:43AM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.