xie2010211
Dołączył: 07 Paź 2010
Posty: 243
Przeczytał: 0 tematów
Ostrzeżeń: 0/5 Skąd: England
|
Wysłany: Sob 11:42, 11 Gru 2010 Temat postu: misc_ajax.php file called problem |
|
|
Posts by ng1987 at 2010-12-9 12:56 Edit ,[link widoczny dla zalogowanych]
This is misc_ajax.php file code:
else if ($ op == 'category') {
$ showlevel = intval ($ _GET ['level']);
$ showlevel = $ showlevel> = 1 & & $ showlevel <= 2? $ showlevel: 2;
$ values = array (intval ($ _GET ['pid']), intval ($ _GET ['cid']));
$ elems = array ();
if ($ _GET [' catname ']) {
$ elems = array ( $ _GET ['catname'], $ _GET ['catnames']);
}
$ container = $ _GET [' container '];
include_once libfile ( 'function / portalcp');
$ html = showcategory ($ values,[link widoczny dla zalogowanych], $ elems,[link widoczny dla zalogowanych], $ container, $ showlevel);
I call the url is in common.js
var url = \elems [1] + \
Why is my call will fail too! misc_ajax.php There is a elseif ($ op == 'district') {............}
can call successful,[link widoczny dla zalogowanych], please help out you heroes,[link widoczny dla zalogowanych], thank you!
Jiji Ji emergency
Post został pochwalony 0 razy
|
|