Re: Printing selected characters (strcnt?)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> $first_name = $_POST['first_name'];
> $last_name  = $_POST['last_name'];
> $name = $first_name . ' ' . $last_name
> $rma = ?strcnt($last_name), 1 . Datetime(?) // takes the 1st character from
> $last_name and adds datetime in format of 715041200

$rma = substr ($last_name, 0 , 1).Your.Datetime;

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux