[PHP] a simple question

2001-07-17 Thread Hamed
Hi, Can anyone tell me please what is the equivelant of this statement from perl, in PHP? $variable = qq~a value with any "quotes" which doesnt need \'\'s~; i use it to get away with all the s\lashes behind quotes. can anyone tell me how to do that in php? Regards Hamed -- PHP General Mai

[PHP] a (simple) question?

2001-04-27 Thread Ivan Porro
Hi, anyone know a simple way to realize multiple-upload at once (something like Msoft CTRL-multiple selection when browsing and uniqe Upload button). I've found only a multiple file input field in a form but the numbers of file I'had to upload is unknow. TIA -- (p)Ivan Student DIST Bio-Lab Vi

Re: [PHP] a simple question

2001-07-17 Thread Rasmus Lerdorf
$variable = << Hi, > > Can anyone tell me please what is the equivelant of this statement from > perl, in PHP? > > $variable = qq~a value with any "quotes" which doesnt need \'\'s~; > > i use it to get away with all the s\lashes behind quotes. can anyone tell me > how to do that in php? > > Regard

Re: [PHP] a (simple) question?

2001-04-27 Thread Michael Kimsal
You can only do one file in each box - get a yahoo mail account and see how they handle file uploading. Ivan Porro wrote: > Hi, > > anyone know a simple way to realize multiple-upload at once (something > like Msoft CTRL-multiple selection when browsing and uniqe Upload > button). I've found on