point86 Posted November 21, 2006 Share Posted November 21, 2006 . Link to comment https://forums.phpfreaks.com/topic/28026-simple-string-question/ Share on other sites More sharing options...
joshi_v Posted November 22, 2006 Share Posted November 22, 2006 Simple!$query1 = $_GET['variable'].' '.$_GET['variable2'];$terms = split(" ", $query2);Regards,Joshi. Link to comment https://forums.phpfreaks.com/topic/28026-simple-string-question/#findComment-128369 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.