Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: drska
  • Order by date
  1. drska

    multi-dim array unset using $globals help

    Ok, thnx, second solution seem to work...!
  2. drska

    multi-dim array unset using $globals help

    Hi! Here is my problem: <?php $arr["a"][0]["x1"]="222"; $arr["a"][0]["x2"]="22A"; function clear(){ global $arr; unset ($GLOBALS[???]) } so, I wan't to unset elements of multidimensional array in a function, and since in documentation says that unless $GLOBALS is used, array won't be unset...
  3. drska

    foreign keys

    I've tried this and other angines, but nothing worked...!! Any ideas???
  4. drska

    foreign keys

    Whe I try to execute this code: CREATE TABLE users( id CHAR(10) NOT NULL PRIMARY KEY, title VARCHAR(100), name VARCHAR(100) ) CREATE TABLE cars ( idcars TINYINT(4) UNSIGNED NOT NULL AUTO_INCREMENT, made VARCHAR(100) NOT NULL, deleted TINYINT(1) UNSIGNED NOT NULL DEFAULT 0...
  5. drska

    two hard disks together

    Recently I bought new hard disk and installed it into my computer. Now I want to install additional OS onto this new hard disk, and also to give me option of which OS to load (new or old one).One important thing is that both OS-s are to be installed on C drive. (it means that I have to C drives...
  6. drska

    multi boot with win2000 and linux

    Hi! Recently I bought new hard disk, and would like to install win2003 and linux on this hard disk. On my old one I have win2000 installed and want to keep it. How to do this? In what order should I install new OS-s? What do I have to save in case something goes wrong so that I can "rollback" to...
  7. drska

    upgrading from win 2000 professional??

    Is there any way to upgrade win 2000 professional to win 2003 server?
  8. drska

    link error

    I'm afraid it doesn't. Build just never finishes. I can work some things with envirement like using menues, but I can't stop the build. I still haven't worked it out....???
  9. drska

    link error

    Well, when I do this it all goes well... But wo you know what would be a better solution than this?? btw. thnx
  10. drska

    link error

    suddendly when I tried to build my project, this link error message started appearing: LINK : error : Internal error during SetupPhase ExceptionCode = C0000005 ExceptionFlags = 00000000 ExceptionAddress = 00436134 NumberParameters = 00000002...
  11. drska

    multiple servers

    Changing port isn't enough, cause after changing config for a while, I won't know what is mine and what is frends'. But I don't know how to achieve to use different config files (in win2000)?
  12. drska

    multiple servers

    cdlvj, I'm avare of this, I also have few ports in use, but I don't want all the configuration to be every time started (loaded), and after working with it for a while, I won't be able to distingush my configuration from my friends' (since we'll be working with different db's). So, does your...
  13. drska

    multiple servers

    How is it doable to have two Apache servers on the same machine which is running under Win 2000 Professional?? Do I need to install whole additional apache or can it be done just by configuring it? They should be independent to eachother.
  14. drska

    independent users

    Actually I have Win 2000 Proffesional, and have a problem. I need to install additional Apache server on my comp, which would be independent to existing one. How to solve this? How to create a user who will use only software he installs?

Part and Inventory Search

Back
Top