Thread: Php Tutorial 1
View Single Post
Old Feb 3rd, 2005, 11:00 PM   #15
Lance
Programmer
 
Lance's Avatar
 
Join Date: Oct 2004
Location: Chicago, IL USA
Posts: 74
Rep Power: 4 Lance is on a distinguished road
Send a message via AIM to Lance
Quote:
Originally Posted by bulio
Putting in those backslashes keeps the browser from getting confused.
Ummm... no. The browser is not what processes the PHP, but mod_php of Apache. So im simple terms: the server. The server runs the PHP, not the browser.

Not sure if you knew that or not, but I suggest fixing it as to not confuse those trying to actually learn from your tutorial.

Sorry, just trying to keep accuracy here. :p
__________________
/* LANCE */
C++;  /* this makes C bigger but returns the old value */
char *site = "slackwise.net",
     *home = "lance.slackwise.net",
     *pics = "flickr.com/photos/slackwise";
Lance is offline   Reply With Quote