Welcome Guest, Not a member yet? Register   Sign In
No $this->post vars, nothing at all (AJAX PAGINATION)
#1

[eluser]Johan Michel[/eluser]
I'm trying to insert AJAX Pagination which is a complete disaster, I debugged the whole code, found many errors. Now the last thing is that there is no post or get vars being sent. I tried EVERYTHING, anyone has any idea what to do??
#2

[eluser]Tominator[/eluser]
Hi,
I think nobody will have an idea because you sad nothing Big Grin
Post code, write errors, etc.

Tom
#3

[eluser]Johan Michel[/eluser]
There are no write errors Tominator.

This is the post code:

Code:
function my_link_to_remote($url, $text, $div, $pars=array()){
        if($pars !== NULL):
        foreach($pars as $k=>$v):
            $par = $k.":".$v;
        endforeach;        
    
        $url2 = "http://www.vergelijkboek.nl/" . $url;
        $url = $url2;
        $html = "<a >$text</a>";
        else:
        $html = "<a >$text</a>";
        endif;
    return $html;
    }
#4

[eluser]Tominator[/eluser]
You said: "I debugged the whole code, found many errors", so I thought that you can post them ... please use
Code:
<a hxref="..."> ... </a>
(with x)

thx ...




Theme © iAndrew 2016 - Forum software by © MyBB