Hello, I don't really know anything about PHP, but my service provider has it installed on their servers. I am going to have a page that will accept some form field input, then make a request to a page that I want to evaluate what the first couple of characters are in the form field I am submitting..... I know how to search a string for another string, but what is the command to just find out what the first 3 characters are of a string?
Thanks in advance
Dave