So ya, just saying hi.
Hey everybody, new guy here
Moderator: General Moderators
Hey everybody, new guy here
My name's tim. I've been using php for four years now, learned everything I needed from the docs on php.net. For most of the stuff, the doc's are fine, but now I'm getting involved with more XML. Being able to converse with learned people will be greatly beneficial to me, I'm sure.
So ya, just saying hi.
So ya, just saying hi.
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Welcome aboard Tim. Just as a heads up, there is a mega thread laying around here somewhere that is made just for introductions. Gimme sec to find it ....
... still looking, hang on ...
... just a little longer, okay? ...
Ah, there it is. viewtopic.php?t=9704
... still looking, hang on ...
... just a little longer, okay? ...
Ah, there it is. viewtopic.php?t=9704
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
- gregwhitworth
- Forum Commoner
- Posts: 53
- Joined: Tue Oct 09, 2007 1:00 am
- Location: Wasilla, Alaska
- seodevhead
- Forum Regular
- Posts: 705
- Joined: Sat Oct 08, 2005 8:18 pm
- Location: Windermere, FL
Code: Select all
1 echo '<h1>Hello and Welcome!</h1>';
2 goto 1;