Dunno if I asked this question (but I think it was the is_a function). Anyway, how can I check if the variable has a string value?
Like $a = "hello World" or $a = 'hello', I would like to check the variable $a whether it's a string or not. How do I go about doing this? Thanks.
