-3 Reputation Points
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
~481 People Reached
Favorite Forums
Web Development x 1
2 Posted Topics
Re: Parse String
You can parse a string using the split method string [code=java] inputstr="a,b"; String patternstr="[,]"; String [] field=inputstr.split(patternstr); [/code]
Re: PHP trouble
[QUOTE=petmol;1570368]Hi all, I am a PHP noob, so please bear with me if you find my posts here slightly on the moronic side... :) Anyway, I have a problem with the page quoted below. Dreamweaver says there's something wrong with line 188, but I just can't figure it out. Thanks …
The End.
siviwe