karlo 0 Report post Posted March 13, 2005 only way to learn php, is to understand atleast the basic of how coding works, not the basics of php but of coding, like understanding arrays, loops, for, if and other statements as well. Understanding variables, and before you get into php, learn to code html by hand. 59130[/snapback] Yes you are right. Before i am using getenv() function and it's really confusing to use it on if() functions. So, I decided to experiment on $_SERVER and it works. I discovered another thing, echo() is much more faster than print(). And, in arrays example $_SERVER, you can access it's arrays without using " and ' example, $_SERVER[REMOTE_ADDR] Share this post Link to post Share on other sites
quiksilver 0 Report post Posted March 20, 2005 Thank you, this tutorial has been very helpful. I hope to learn more in PHP. Share this post Link to post Share on other sites
nickmealey 0 Report post Posted March 20, 2005 nice, I'm going to learn. That got me started, thanx Share this post Link to post Share on other sites