Get a character easily with PHP
<?php
$my_string = 'Hello, World!';
// First letter
echo $my_string{0};
// Second letter
echo $my_string{1};
Written by Juan Manuel A.
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#String
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#