On Sat, Aug 8, 2009 at 10:43 PM, aishwarya .<[email protected]> wrote: > In php, > if i have to append some characters to a word, if you like to append you can use . (dot) operator for eg:
echo 'ravi'.' '.'jaya'; would print, ravi jaya > for eg: if i want to conver "aish" to "aishwarya" what string function is to if you want to know more about string function you could check at the following URL. http://us.php.net/manual/en/ref.strings.php -- Ravi Jaya Mobile: +91 97909 16181 +91 97390 13230 _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
