Jump to content

brave

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

brave's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi All, I would like to know PHP can do the following. I wanna set password for all users of my window 2000 advance server. It is workgroup server and it is not domain. I wanna know with PHP program can i set password of these all users 's passwords. If you guy 've any information or solution, let me know please. Thks in advance. I believe knowledge sharing can improve the World!!!
  2. Hi All,   I did the mini web project and it has some pages... I wrote it layer by layer. I mean DB Layer / Application Layer. All process were ok. But I faced some error. It was the following: 1. Page1.php   {Some Client Coding and it call (Data_process.php) page with parameter (Insert Mode or Update Mode or Delete Mode )when user Save Button} 2. Data_process.php   {  function go($data)       {  switch($data['Mode'])             Insert : call('InsertData',array($data))             Update : call(UpdateData',array($data))         }   } 3. Service.php //(Some functions to directly insert / update /delete to Database and return result to )     {         function InsertData()       {             switch ($var)           {             1 : $result = function1() ;             2:  $result = function2();             3:  $result = function3();             4:  $result = function4();             5:  $result = function5();           }               return $result;       }           function1(){coding here}         function2()         { for loop {call function3; }do something; return;}         function3()         { do something; for loop; return;}         function4){coding here}         function5){coding here}           function UpdatData()       {some coding here}     } I found while the looping process is doing in function3 , it return the data_process.php and throw error messag. But processing is go ahead......  I did'nt know how did it happened.  Pls....suggest or give solution me  if you 've any idaea... Thank in advance.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.