1

Topic: Remove all characters except letters and numbers from a string

Description
If you want to strip a string of all symbols and characters other than alphanumeric letters and numbers then use this. It will take a string and erase / delete any non-alphanumeric characters, and then output a clean version without the unwanted characters.

The code
[code]<?php

$string = "This is some text and numbers 12345 and symbols !