From: "Brian V Bonini" <[EMAIL PROTECTED]>
> function splitPageResults($query, $max_rows, $count_key = '*',
> $page_holder = 'page') {
>
> Am I wrong in assuming that $count_key is being explicitly set to '*' in
> this instance?
Only if no value is passed when the function is called.
splitPage
function splitPageResults($query, $max_rows, $count_key = '*',
$page_holder = 'page') {
Am I wrong in assuming that $count_key is being explicitly set to '*' in
this instance?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi. I'm hoping you folks can help me with a function problem I have.
Take a look at the following code:
?>
I have a page divided into 3 sections. A header include, the content,
and a footer include.
I have a function (fill_page) that lives in the h
3 matches
Mail list logo