Search Webmaster Help and Solution

grab text between ""

$string = var togo = "gowentgone";

how can i grab the text with preg_match_all?
preg_match_all(/"(.*)"/i, $string, $result) ; $string = var togo = "gowentgone";

how can i grab the text with preg_match_all?
preg_match_all(/"(.*)"/i, $string, $result) ;

View Complete Thread with Replies

Related Items

Query failed: connection to localhost:3354 failed (errno=111, msg=Connection refused).