Re: [Ilugc] A doubt in php coding

2009-08-09 Thread amachu
On Sun, 2009-08-09 at 20:14 +0530, senthilraja P wrote: > Dont think, i am discouraging you.. This doubt is very elementary, and you > could have referred PHP resource sites, before asking in this group. almost > all php books have a section on string operations. It will indeed be discouraging

Re: [Ilugc] A doubt in php coding

2009-08-09 Thread senthilraja P
On 8/8/09, aishwarya . wrote: > > In php, > if i have to append some characters to a word, > for eg: if i want to conver "aish" to "aishwarya" what string function is > to > be used? Dont think, i am discouraging you.. This doubt is very elementary, and you could have referred PHP resource site

Re: [Ilugc] A doubt in php coding

2009-08-08 Thread sivaji j.g
On Sat, Aug 8, 2009 at 10:43 PM, aishwarya . wrote: > In php, > if i have to append some characters to a word, > for eg: if i want to conver "aish" to "aishwarya" what string function is > to > be used? you could use string concatenation operator . (dot) instead of function. syntax : $string =

Re: [Ilugc] A doubt in php coding

2009-08-08 Thread Pankaj Kumar
Saturday 08 August 2009 22:43 को, aishwarya . ने लिखा था: > In php, > if i have to append some characters to a word, > for eg: if i want to conver "aish" to "aishwarya" what string function is > to be used? Very simple. There is no need to use any function. You can use dot(.) operator to append m

Re: [Ilugc] A doubt in php coding

2009-08-08 Thread Ravi Jaya
On Sat, Aug 8, 2009 at 10:43 PM, aishwarya . 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

[Ilugc] A doubt in php coding

2009-08-08 Thread aishwarya .
In php, if i have to append some characters to a word, for eg: if i want to conver "aish" to "aishwarya" what string function is to be used? Thanks, Aishwarya.M.B ___ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe " in the subje