PHP misunderstandings
I am sure it was an error on my part but I thought I was told PHP could run on the clients side like javascript does. I am reading a book and don't really see any of that exaplained. Was I misinformed?
Also, does anyone know of a good PHP tutorial that might help me get a jump start? Thanks.
artsapimp posted this at 21:41 — 22nd March 2001.
They have: 330 posts
Joined: Apr 2000
And what does the /n/n do that I keep seeing?
Mark Hensler posted this at 22:05 — 22nd March 2001.
He has: 4,048 posts
Joined: Aug 2000
PHP is strictly server side.
\n stands for NewLine. \n\n would mean two newlines. You'll see it a lot with print() and echo(). People are just adding 'enter's to their HTML code....
Mark Hensler
If there is no answer on Google, then there is no question.
artsapimp posted this at 22:07 — 22nd March 2001.
They have: 330 posts
Joined: Apr 2000
thank you very much. It makes a lot more sense now.
does anyone have any suggestions for good tutorials?
Mark Hensler posted this at 22:25 — 22nd March 2001.
He has: 4,048 posts
Joined: Aug 2000
tutorials?
http://php.net has a great manual, a function lookup, and a links page that has sites with tutorials.
artsapimp posted this at 22:43 — 22nd March 2001.
They have: 330 posts
Joined: Apr 2000
alright, thanks.
Rob Pengelly posted this at 13:17 — 23rd March 2001.
They have: 850 posts
Joined: Jul 1999
http://www.devshed.com/Server_Side/PHP/ contains a whole slew of tutorials, ranging from the basics to building an E-Commerce site.
http://www.webmasterbase.com/article.php/228
A great tutorial on PHP+MySQL.
http://www.thehungersite.com - http://www.therainforestsite.com
http://www.ratemymullet.com - Beauty is only mullet deep.
artsapimp posted this at 15:17 — 23rd March 2001.
They have: 330 posts
Joined: Apr 2000
They have been bookmarked and will be read later today. Thanks.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.