Hi everyone.!
I’m a beginner in PHP and MySQL , I created a script for a website where people can create groups and can share their ideas direct from dashboard with out going to the Group’s page.
Now the problem is that how I don’t know what to use to identify the First word in POST method , Let me clear myself… For example there’s a field named ‘Share’ on dashboard I Write "CSS hello everyone…!! "
then the PHP should identify the first word in ‘Share’ Field that is ‘CSS’ and then work according to it.This message will be sent Group Named ‘CSS’ as ‘hello everybody…!!’.
Just tell me how to recognize the first word OR the word before first Space.
Waiting for Genius Developer’s Reply…