string - PHP show text up to /*show more text*/ -


i show text before /*show more text*/ unsure how such thing because text this

<ul> <li>show this</li> <li>show this</li> /*show more text*/ <li>don't show this</li> </ul> 

i have tried

$texts = explode("/*show more text*/", $text); 

but issue wont fix </ul>

so wondering if has solution small issue?

just try jquery toggle functions it's more easier , faster. here find details: http://api.jquery.com/toggle/


Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -