PHP treats single quotes and double quotes differently

When working with strings, it is important to understand the difference in how PHP treats single quotes (echo ‘Hello $name’; ) as compared with double quotes (echo “Hello $name”; ) Single quoted strings will display things exactly “as is.” Variables will not be substituted for their values. The first example above (echo ‘Hello $name’; ) […]

New sponsor added

I am pleased to add CWS Technology as a new official sponsor.   CWS Technology is an established player in the IT market and offers its expertise in custom php development,web and mobile applications development, application management outsourcing, consulting, and system integration. I have personally used them on projects, and would recommend them to anyone needing […]