Ciao,
con php potresti provare a combinare le due funzioni substr e strpos.
esempio:
questo dovrebbe aiutarti...codice:$testo = "testo [img]img/test.png[/img] e testo"; $img_src = substr(strpos("<src='"),strpos("'"));
Ciao,
con php potresti provare a combinare le due funzioni substr e strpos.
esempio:
questo dovrebbe aiutarti...codice:$testo = "testo [img]img/test.png[/img] e testo"; $img_src = substr(strpos("<src='"),strpos("'"));