Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- else if ($tag == 'order') {
- while ($row = mysql_fetch_array($userZlecenia, MYSQL_ASSOC)) {
- $pzi_Lider = $row['pzi_Lider'];
- }
- while ($rowZL = mysql_fetch_array($userZlecenie, MYSQL_ASSOC)){
- $zi_CzyAktywne = $rowZL["zi_CzyAktywne"];
- if($zi_CzyAktywne == '1')
- {
- while ($rowPR = mysql_fetch_array($projekt, MYSQL_ASSOC))
- {
- $proj_Klient= $rowPR["proj_Klient"];
- }
- while ($rowSZ = mysql_fetch_array($szczegol, MYSQL_ASSOC))
- {
- $sp_Opis = $rowSZ['sp_Opis'];
- }
- $row_array_ZI['sp_Opis'] = $sp_Opis;
- array_push($return_arr_ZI,$row_array_ZI);
- if($userZlecenia['pzi_Lider'] == '0' )
- {
- while ($rowPRinfo1 = mysql_fetch_array($pracownik_info, MYSQL_ASSOC))
- {
- $pr_Nazwisko = $rowPRinfo1["pr_Nazwisko"];
- }
- while ($rowauto = mysql_fetch_array($auto, MYSQL_ASSOC)){
- $row_array_Prac['as_NrRejestracyjny'] = $as_NrRejestracyjny;
- }
- array_push($return_arr_Prac,$row_array_Prac);
- } else{
- while ($rowPracownik = mysql_fetch_array($pracownik))
- {
- $pzi_IdAutoSluzbowe = $rowPracownik['pzi_IdAutoSluzbowe'];
- }
- while ($rowPRinfo1 = mysql_fetch_array($pracownik_info, MYSQL_ASSOC)){
- $pr_Nazwisko2 = $rowPRinfo2["pr_Nazwisko"];
- }
- while ($rowauto2 = mysql_fetch_array($auto, MYSQL_ASSOC))
- {
- array_push($return_arr_Prac,$row_array_Prac);
- }
- }
- }
- echo json_encode($return_arr_ZI);
- echo json_encode($return_arr_Prac);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement