Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by passie

  1. passie

    Foreach loop using 1 array within 4 more

    Believe it or not but my script wasn't the issue; i was running OpenVPN and it messed up the $_SESSION which messed up everything. topic can be closed.
  2. passie

    Foreach loop using 1 array within 4 more

    Hello, I need to make overview of a question list but somehow only 'fase2' is shown while there is data for fase1 but it loads in weirdly (see code bellow), fase2 but fase1 is shown up as a large empty array while fase2 does got data? fase1 array data Array ( ) Array ( ) Array ( ) Array ( )...
  3. passie

    [PHP] Database string to array

    Topic can be closed, i solved the issue. :)
  4. passie

    [PHP] Database string to array

    Hello, i got this now <?php $string = "product1=naam>Uitbesteding : Design,1,1200;product2=naam>Productie Uren,1000,50000;product3=naam>Domein,1,10"; $product = explode(";", $string); $i=0; while($i < count($product)){ $productnaam = explode("=", $product[$i]); $naam1 =...
  5. passie

    [PHP] Database string to array

    So how you would approach this, any advice is welcome.
  6. passie

    [PHP] Database string to array

    Hello, I got a question: How can i make a array from this string bellow? product1=naam>Uitbesteding : Design,1,1200;product2=naam>Productie Uren,1000,50000;product3=naam>Domein,1,10 and like this array <?php producten = array( 'product1' => array('naam' => "Uitbesteding : Design", 'aantal'...
  7. passie

    Beta key system

    Ill make this system for you if you can proof that you own the website, but don't expect full service i will make the script and you have to integrate it.
  8. passie

    Script help is needed

    Hello, I am resuming my game project but the function of javascript stopped working, since i changed the design this is the code sorry if its not clearly coded but its 4 years old now. I hope anyone can solve this error: I replaced the right mouse menu with my own but now nothing shows up...
  9. passie

    [Server : Ubuntu 10.04 LTS / Lucid | 32b ]Enable MySQLi on LAMPP

    Hello, I was wondering if anyone could tell me how i can enable mysqli in lampp, i got a lack of knowlegde with linux, if any of you can setup this for me trough teamviewer or something or small tutorial would be awesome. - Passie
  10. passie

    [REQUEST] Digital Signature

    @viroware i want to use this for the user to sign a contract or invoice.
  11. passie

    [REQUEST] Digital Signature

    Perhaps ill just buy it, but is it worth 10 euro's?
  12. passie

    [REQUEST] Digital Signature

    Well i've seen them working with javascript and combination of php to save it as a image. @Justei ill try your script if that works for me :) edit: this script wont do it for me i want to use the mouse for the signature ---------- Post added at 09:46 AM ---------- Previous post was at...
  13. passie

    [REQUEST] Digital Signature

    Hello, i was wondering if there a script out there, that can do the following. You sign your signature in a sqaure box when you submit the form it saves as a image. I searched on google didn't came up with anything i could use. - Passie
  14. passie

    [PHP/HTML] Table [Question Answerd!]

    Amen to that!
  15. passie

    [PHP/HTML] Table [Question Answerd!]

    Re: [PHP/HTML] Table Perhaps abit cleaner but i don't understand any of this.
Back
Top