Two entries in a row!
Date: 01/28/07
(PHP Community) Keywords: php
Okay, well. Whatever. I'm really novice at all this and I'm not absorbing any of this information in the least. I'm using w3schools.com and it's like a maze to actually find something. Anyways, I'd like to know if I can find out what all of this means. It's just a request your password page, but I don't know how to change the body (I believe it's the "invite:password:request") How do I find what document has that? That's the first question. how to locate those.
Second question: I keep getting " require_once(dirname(dirname(__FILE__))."/includes.php"); ". I don't understand why it keeps using that. Well, again, just ask for whatever you want to find out things that aren't clear yet. It's a pre-written script that I'm trying to take apart. One of the main things I want to do is take off this drop down menu at the top of every page that lets you select a language since I only want English.
'contentholder',
'title' => $title,
'body' => $body
)
);
echo templates_page_draw( array(
$title, $body, ' '
)
);
?>
Source: http://community.livejournal.com/php/534435.html