php Form.net

Free PHP forms, scripts, resources and tutorials.

PHP explode

Explode — Split a string by string.
Example:
<?php
$tags = 'php open source language';
$getags = explode(' ', $tags);
foreach ($getags as $value) {
$value = trim($value);
echo " <a href='tags.php?document=$value'>$value</a> ";
  }
?>

Comments


Add a Comment

Name:


Comment:




Sponsors



Google Meta Tags Generator Online
Create your own meta tags using our free code generator.

BuzzBoost Css Generator Online
Free Google BuzzBoost CSS Style Generator Online

Text Ads Generator
Create Your Own HTML Ad Using Our Free HTML Editor

Link Style Generator
Free CSS Style Sheet Generator for Links

CopyRight phpForm.net