tensh |
|
---|---|
Hi; The following code:
header('Location: '.cot_url('plug', 'e=offer&s=details&id='.$offid));
header('Location: '.cot_url('plug', array('e' => 'offer', 's' => 'details', 'id' => $offid)));
gives me urls with /offer?s=details&id=14 - which don't work.
When I use: header('Location: index.php?e=offer&s=details&id='.$offid); - then it works.
What am I doing wrong?
I also have problem with AJAX urls like admin/config#get;n=edit&o=plug&p=html (should be admin/config?n=edit&o=plug&p=html) - they also don't work at all.
Any help please?
|
|
Отредактировано: tensh (06.12.2012 09:04, 12 лет назад) |