Jump to content

Fresh Blood

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
11 replies to this topic

#1
dMullins

dMullins

    Newbie

  • Members
  • PipPip
  • 16 posts
PhpForFun invited me to join Codecall yesterday while I was on a support call with CrystalTech.

I hope to learn more about PHP by hanging around here, and I look forward to meeting everyone.

Cheers.

#2
Vswe

Vswe

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 9,552 posts
Welcome to Codecall dMullins. :)

#3
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Hey dMullins, welcome to CodeCall! How are you learning PHP?

#4
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
Hello dMullins, Welcome to CodeCall!

#5
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Welcome aboard!
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#6
phpforfun

phpforfun

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,236 posts
Hey buddy! Welcome to CodeCall!! :P

#7
MathX

MathX

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 4,001 posts
Welcome m8 :)

Interested in participating in community events?
Want to harness your programming skill and turn it into absolute prowess?
Come join our programming events!


#8
amrosama

amrosama

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 8,674 posts
welcome to codecall
yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
www.amrosama.com | the unholy methods of javascript

#9
dMullins

dMullins

    Newbie

  • Members
  • PipPip
  • 16 posts
I'm not sure actually Jordan. I have not yet begun my quest. Any suggestions?

#10
phpforfun

phpforfun

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,236 posts
Mullins, if I were you, id just start reading basic tutorials.
PHP Tutorial
Then you can start making your own apps to learn, (Calculators, chats, mysql database interactions, etc etc).

You can also download applications from hotscripts, and learn how they are developed by reading through them.

P.S.
Also, PHP.net is an awesome website, for example, if you want to learn more about ereg_replace, search for it in the search box..
PHP: ereg_replace - Manual
you get examples, similar commands, special notes about it (Like version specific), etc etc...
Checkout my new forum! http://adminreference.com/

#11
relapse

relapse

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 476 posts
Welcome.

#12
dMullins

dMullins

    Newbie

  • Members
  • PipPip
  • 16 posts
Righteous, and thank you. I'll start there.