On Sunday 01 December 2002 04:43, Jeffrey B.Ferland wrote:
> For reference, see http://autocracy.homelinux.org/template.php and
> http://autocracy.homelinux.org/error.php

Unless you have a good reason to do otherwise please post your code here. 
People would be less inclined to help if they have to go about clicking on 
links to see what your problem is.

> template.php is the proper layout, and uses the same code as
> error.php, with the exception that "LEFT SIDE TEXT" has been replaced with
> 'list_writings(poetry)'. Note that the output from that function occurs
> where it was placed within the code, not where it was called to...
>

1) Do you really mean list_writings(poetry), or did you in fact mean 
list_writings($poetry)?

> Basically, instead of the output from list_writings(poetry) being passed to
> the function, it simply executes.

2) How did you conclude that? Did you check that 
list_writings(poetry)/list_writings($poetry) gives the correct result? IE 
echo list_writings(poetry)/list_writings($poetry) ?

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
"You who hate the Jews so, why did you adopt their religion?"
-- Friedrich Nietzsche, addressing anti-semitic Christians
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to