[PHP] How does one get into programming?

2004-11-25 Thread Ewald
I've been in IT for about 12 years and is looking to change my direction to programming. Can anyone direct me in the right direction as to what to study or where to start??? Thx Ewald -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] enable_trans_sid problem

2003-12-12 Thread Ewald Geschwinde
ok I will have a look at it thanks for your help Chris Shiflett wrote: --- Ewald Geschwinde <[EMAIL PROTECTED]> wrote: And this /> at the end is destroying my layout. I seriously doubt that. As I said, it's valid markup, and I'm not aware of any major browser that mis

Re: [PHP] enable_trans_sid problem

2003-12-12 Thread Ewald Geschwinde
I did not know that this is valid xhtml output I'm using And this /> at the end is destroying my layout. Maybe my layout is wrong Do you think it is better to make it an xhtml layout??? Regrads Ewald Geschwinde Chris Shiflett wrote: --- Ewald Geschwinde <[EMAIL PROTEC

[PHP] enable_trans_sid problem

2003-12-12 Thread Ewald Geschwinde
I have the following problem I have htmlcode like this: and with this feature it's printed out like this: The problem is the /> at the end. Has anyone seen this before? What can I do against it? I'm running apache 1.3.26 and php4.3.3 Regards EWald Geschiwnde -- PHP General

[PHP] matches problem ("preg_match")

2001-11-13 Thread Ewald Schoeller
){echo "$i: $Wort[$i]";} The result is: 0: eins zwei drei vier fünf sechs 1: eins 2: sechs it only saves the first and the last word. why doesn't it save every single word in one array field? can anybody give us the (corrected) code to achieve the desired result? than