Recent content by Enigmatic

  1. E

    SWF FIle

    Embed it into your html file using the <embed src=""></embed> tags.
  2. E

    Flat file PHP message boards

    http://www.fusionphp.net/forums/index.php?showtopic=8596
  3. E

    creating submit forms

    If your looking for a user login/client area ... http://www.kirupa.com/forum/showthread.php?t=178617 Uses PHP to send the user a confirmation email and uploads data to a MySQL DB without any human interaction.
  4. E

    Need some help getting started

    What sort of stuff are you looking for ?
  5. E

    EXCEL Question

    Are you doing some form of search using a macro across several worksheets ? If you are, you can store the search sting in a variable then use some VBA to highlight the relevant text on the spreadsheet(s) that contain it.
  6. E

    Flash tutorials

    What are you looking to do in Flash ? If you can tell us what it is you are looking to acheive we can either search for one or create you one.
  7. E

    php help

    PHP Programming [ O'Rielly publications ] Oh and go to places like: http://www.phpfreaks.com http://www.php.net and read some of the tutorials etc. Best way is to just get out there and start playing around with it. I would suggest you look into SQL aswell seeing as PHP & SQL go so well...
  8. E

    cascading style sheet

    If you place the following code between the <head></head> tags : <link rel="stylesheet" type="text/CSS" href="../folder1/style1.css"> <link rel="stylesheet" type="text/CSS" href="../folder2/style2.css"> That should work.
  9. E

    Fat32 To Ntfs?

    Windows 9.X uses the FAT [ File Allocation Table ] format to store files and there locations on the HDD. ~Only allows up to 11 characters [ including the extension ] per file name ~Can only handle disk partitions of up to 2Gb [ a 10Gb HDD would have to be partitioned into five sets of 2Gb ]...
  10. E

    XP Problem

    Have you tried booting to SAFE MODE ?
Back
Top Bottom