Jump to content

EagerWolf

Members
  • Posts

    132
  • Joined

  • Last visited

    Never

Everything posted by EagerWolf

  1. Hello... Who knows any good website, which provides me banners for my site and than give me payment... I prefer pay per view... I heard, that some of those companies doesn't pay you... Is that true? Which one? Which would you prefer? Thanks, EW
  2. No one knows? Must be something with foreach or what?
  3. I decided to pick session storing of my data ... It will take max 5. minutes to enter all data ... Thanks ppl!
  4. 10x... I made it for one file :) How can I include all files in dir? $path = <MyProperDIR> $handle = opendir($path); while (false!== ($file = readdir($handle))) { include('options/'.$file); } closedir($handle);
  5. I've got problems with including files from directory... structure: /dir1     dir1-1     file1 /dir2     file2 In file2 in dir2 I include file1 in dir1. In file1 I want all files in dir1-1 to be included in file1. Can you help me with that... 10x for your help!
  6. 10x I decided to keep theme in session or in MySQL session table ... not sure yet... Probably mySQL session is safer than just session... am I right?
  7. I need to make multi-step registration form (like wizzard) with 5 steps. Where should I store steps' input? Example: 1. step: Name Lastname Country Address etc. When you click next, data should be store somewhere... And when guest is on step 2 I want him to be able to return to step 1 and edit entered data. Where should I store all data? I don't want steps to be stored in MySQL, because I want all data to be written in MySQL at the end of proces (after 5 steps). 10x for your help!
×
×
  • 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.