No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
I think you would be better off using explode instead of preg_replace.. To make each line (eg; they did hit enter .. ) but just in case, try exploding on spaces if explode on newline failed ... [code=php] $entry_array = explode("\n", $_POST['textarea']); if (empty($entry_array)){ $entry_array = explode(" ", $_POST['textarea']); } …
I'm trying to create a tag like routine for music genres. I have an array with various music genres in it. Those genres appear in a select box so they can be added to a text area... The problem is, I want to be able to add multiple genres instead …
I'm involved in the development of this script. I'd be curious to know what some SEO literate people think about it. There are likely hundreds of sites running some prior version of it, since its based on PHPLinks but we have added some features like... session ID supression on detected …
The End.
mwa