Display different css or Information based on previous page

WordPress has a function called wp_get_referer() that you could use to do this. Codex link

$page_referrer = wp_get_referer();
if ( $page_referrer == 'campaign-1-url') {
    // Campaign 1 css
}

You’ll have to craft the conditional statement to fit yours needs.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)