[PHP] Re: textarea new line

2002-07-05 Thread Michiel Lange
I'd say $string="-line1\n -line2\n-line3" Newlines are \n, not n\ ... "Adi" <[EMAIL PROTECTED]> schreef in bericht 014b01c22424$5f999b00$9600a8c0@ady">news:014b01c22424$5f999b00$9600a8c0@ady... i want to add in textarea a string with new line tag in it. how to do that? my try: $string="-line1n\

[PHP] $_SESSION troubles

2002-07-05 Thread Michiel Lange
Hello hello, I have this strange thing with a sort of login procedure (still working it out, but it will work eventually) On the first page, you log in (username + password) Then we come to 'login.php' where I have this header 1 This works, I can use $loginname and $loginpw Somewhere on

[PHP] Re: $_SESSION troubles

2002-07-05 Thread Michiel Lange
oww... should have added a few things as information... It's friday and one tends to forget such things then... I'm on Slackware 8.1, PHP 4.2.1, Apache 1.3.24 maybe that helps a bit... "Michiel Lange" <[EMAIL PROTECTED]> schreef in bericht [EMAIL PROTECTED]">

[PHP] Re: PHP for AIX.5.1

2002-07-05 Thread Michiel Lange
That is because AIX 5.1 uses a linux kernel. That implies alot of changes for the architecture... However, I think you should be able to compile for 5.1, but you'll need the required libraries which have to be compiled and installed as well... which implies that you need the development stuff like