On Mon, 2005-09-19 at 23:09, Jasper Bryant-Greene wrote:
> Noel wrote:
> > Actually, that's all of it aside from the function statement and the
> > return statement.
> >
> > function funcTitle ($title='') {
> > global $mywebsite;
> > if ($_POST['title']) $title = $_POST['title'];
Noel wrote:
Actually, that's all of it aside from the function statement and the
return statement.
function funcTitle ($title='') {
global $mywebsite;
if ($_POST['title']) $title = $_POST['title'];
elseif ($_GET['title']) $title = $_GET['title'];
elseif (!$title)
2 matches
Mail list logo