Recent content by bagsfr

  1. B

    Emergency PHP Script Need Help Adding Feature

    Okay, I have a emergency dispatching script and I implemented a "Emergency" feature, the emergency feature allows a company to hit the emergency button if they are in distress. The dispatcher and I have ran through multiple test, sometimes even random test. And during the random test the...
  2. B

    php array adding to empty array

    I am using array to add up numbers from database and wonder if this would be valid: $array[10] = $array[10] + 1 However the initial array has not been set and is without value. Would it assume that it is equal to 0 and after the above line become 1? I hope I am explaining this right...
  3. B

    jQuery Datepicker create event does not work?

    I would like to access the create call back function. So far no luck. It appears the function is not getting executed. Any ideas where I may be going wrong?
  4. B

    logout confimation with jquery alert?

    hey all, i wanna make a confirmation alert box (jquery i suppose) then when triggers when someone click log out. on cancel it stays there but on ok it destory the session and cookies and logout. anyone help me out me wid that?
  5. B

    c++ c# question

    Hello all, i wrote a c++ program and c# program. i want to run both of them in a same project or i want to join them. how can i convert c++ code to c# code to use in c# and how? Plase help me its important for me thank you
  6. B

    Output Exe File - Extract it from another Exe

    Hello guys, I want to ask you for a little help. I wand to find out how to make such a executable file (in C++), that if it is run, it will extract another executable Exe e.g to directory C:\\my_extracted_file.exe. And that my_extracted_file.exe should display some MessageBox, if it's run...
Top Bottom