[PHP] Linux news group

2001-10-24 Thread Rehuel Lobato de Mesquita
Hey guys, where can i find a linux news group? I thought one, (comp.os.linux.setup) but my reader seems to think it's not a valid news server... (is it?) Rehuel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[PHP] ? : where in the manual?

2001-07-10 Thread Rehuel Lobato de Mesquita
Heya guys, I am trying to find information in the manual to explain these lines: $goto = empty($SESSION[wantsurl]) ? $CFG-wwwroot : $SESSION[wantsurl]; header(Location: $goto); die; Can anyone tell me where to look??? Thanx -- PHP General Mailing List (http://www.php.net/) To

[PHP] Thanx Guys

2001-07-10 Thread Rehuel Lobato de Mesquita
Thanx for the explanation of the ternary operations If I can help, Please let me! Rehuel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

[PHP] Re: include nubie question - need help

2001-07-10 Thread Rehuel Lobato de Mesquita
Hey Ivo When PHP find an empty string, it returns this message In this case no one has logged in, so, it doesnot find user_name Include: Make sure the path of the file within the () is correct. So if the file is in the same directory, this might be good, but if it's in a different folder, you

[PHP] Re: wordwrap()

2001-07-17 Thread Rehuel Lobato de Mesquita
Hey Ty, I had the same problem. I read somewhere that you can use \r\n instead. \r returns home and \n adds a new line! It works fine here! Rehuël Tyler Longren [EMAIL PROTECTED] wrote in message 00aa01c10ed3$a3253ee0$[EMAIL PROTECTED]">news:00aa01c10ed3$a3253ee0$[EMAIL PROTECTED]... Maybe

[PHP] Single Digit in Double digit column

2001-07-23 Thread Rehuel Lobato de Mesquita
guys, I don't know If this is the rigth place to ask this question, but please help me! I have a mySQL table, where the ID field is an auto increment number (INT(2)). I have a query that selects 2 colunms in the table and the lists them But only the items with a double digit id are displayd. it

[PHP] Re: Another how do i question

2001-07-23 Thread Rehuel Lobato de Mesquita
Hey Kyle... Try \r\n instead of \n I had the same problem, and this fixed it for me! (someone on the net tipped me on this one!) Stretsh Kyle Smith [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I made this code for a simple for (the end of it) but what do i