Re: [PHP] A simple question, however it's urgent

2010-05-17 Thread Al
On 5/17/2010 8:53 AM, Andre Polykanine wrote: Ash, Magic quotes are disabled: http://gviragon.org/study/php.php Any ideas? Thanks a lot! Your code should work for something as simple as this, almost regardless of the php setup. Change your $what=array("\r\n", "\n", "\r"); $with=array(""

Re: Re[4]: [PHP] A simple question, however it's urgent

2010-05-17 Thread Ashley Sheridan
arthaelon @ yandex.ru; Jabber: arthaelon @ > jabber.org > Yahoo! messenger: andre.polykanine; ICQ: 191749952 > Twitter: m_elensule > > - Original message - > From: Ashley Sheridan > To: Andre Polykanine > Date: Monday, May 17, 2010, 3:34:07 PM > Subject: [PHP] A si

Re[4]: [PHP] A simple question, however it's urgent

2010-05-17 Thread Andre Polykanine
sule - Original message - From: Ashley Sheridan To: Andre Polykanine Date: Monday, May 17, 2010, 3:34:07 PM Subject: [PHP] A simple question, however it's urgent On Mon, 2010-05-17 at 15:36 +0300, Andre Polykanine wrote: > Hey Ash, > > I do a print_r($_POST) and see there the \r

Re: Re[2]: [PHP] A simple question, however it's urgent

2010-05-17 Thread Ashley Sheridan
.org > Yahoo! messenger: andre.polykanine; ICQ: 191749952 > Twitter: m_elensule > > - Original message - > From: Ashley Sheridan > To: Andre Polykanine > Date: Monday, May 17, 2010, 3:24:37 PM > Subject: [PHP] A simple question, however it's urgent >

Re[2]: [PHP] A simple question, however it's urgent

2010-05-17 Thread Andre Polykanine
ards from Ukraine, Andre Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ: 191749952 Twitter: m_elensule - Original message - From: Ashley Sheridan To: Andre Polykanine Date: Monday, May 17, 2010, 3:24:37 PM Subje

Re: [PHP] A simple question, however it's urgent

2010-05-17 Thread Ashley Sheridan
On Mon, 2010-05-17 at 15:26 +0300, Andre Polykanine wrote: > Hello everyone, > Just can't imagine what happens. There is the simplest function in the > world: > > function LineBreaks ($str) { > $what=array("\r\n", "\n", "\r"); > $with=array(""); > $str=str_replace($what, $with, $str); > return $s

[PHP] A simple question, however it's urgent

2010-05-17 Thread Andre Polykanine
Hello everyone, Just can't imagine what happens. There is the simplest function in the world: function LineBreaks ($str) { $what=array("\r\n", "\n", "\r"); $with=array(""); $str=str_replace($what, $with, $str); return $str; } And... it does work on one site and doesn't on another. Same hosting pr

Re: [PHP] A simple question

2004-11-13 Thread Chuck PUP Payne
]> wrote: >> >> >>> Read this.. >>> http://www.php.net/release_4_1_0.php >>> >>> (Especially the part about global variables...) >>> - Original Message - >>> From: "Chuck PUP Payne" <[EMAIL PROTECTED]> >>

Re: [PHP] A simple question

2004-11-13 Thread Curt Zirzow
* Thus wrote Chuck PUP Payne: > Hey, > > I have just upgrade my box and my forms are no longer passing information > into the database. I did a simple echo test and sure enough nothing. I was > using Apache 1.3 with php 4.1 I am now using Apache 2 with php 4.3.4, I > thinking there is something th

Re: [PHP] A simple question

2004-11-13 Thread Chuck PUP Payne
p > > (Especially the part about global variables...) > - Original Message - > From: "Chuck PUP Payne" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, November 13, 2004 9:02 PM > Subject: [PHP] A simple question > > >&

Re: [PHP] A simple question

2004-11-13 Thread Brad Bonkoski
Read this.. http://www.php.net/release_4_1_0.php (Especially the part about global variables...) - Original Message - From: "Chuck PUP Payne" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 13, 2004 9:02 PM Subject: [PHP] A simple question He

[PHP] A simple question

2004-11-13 Thread Chuck PUP Payne
Hey, I have just upgrade my box and my forms are no longer passing information into the database. I did a simple echo test and sure enough nothing. I was using Apache 1.3 with php 4.1 I am now using Apache 2 with php 4.3.4, I thinking there is something that needs to be turn on in my php.ini that

RE: [PHP] A simple question please.

2003-01-22 Thread Clarkson, Nick
you like as long as the HTML makes sense. Nick Another example, from http://www.php.net/manual/en/function.include.php ...etc. -Original Message- From: Denis L. Menezes [mailto:[EMAIL PROTECTED]] Sent: 22 January 2003 15:21 To: PHP general list Subject: [PHP] A sim

Re: [PHP] A simple question please.

2003-01-22 Thread Henry
it doesn't matter before or after as I know - Original Message - From: "Denis L. Menezes" <[EMAIL PROTECTED]> To: "PHP general list" <[EMAIL PROTECTED]> Sent: Wednesday, January 22, 2003 11:21 PM Subject: [PHP] A simple question please. Hello friend

[PHP] A simple question please.

2003-01-22 Thread Denis L. Menezes
Hello friends. I need to add a part of html (the banner, top menus and the logo) in all pages dynamically. I made this part of the html and converted same to php code using "Print " command. Now, how do I add this code in the other pages? Should I inclue "require" or "include" command? if yes?

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

[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

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

[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