Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~911 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Tags

3 Posted Topics

Member Avatar for michael123

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']); } …

Member Avatar for cicovy
0
209
Member Avatar for mwa

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 …

Member Avatar for essential
0
196
Member Avatar for mwa

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 …

Member Avatar for mwa
0
503

The End.