Jump to content

namelessNN

Members
  • Posts

    16
  • Joined

  • Last visited

    Never

Everything posted by namelessNN

  1. i tried searching but i'm not really sure what to search for. let me try to explain what i am doing. i am trying to make a flash version of my company catalog. i've got the nifty page turning thing working fine. what i am trying to do now is have it so that when you click on a page, it loads a larger version of that page into a blank mc holder. i can get it to load the image no problem. what i CAN'T seem to figure out is how to make the image scroll so that the viewers can see the entire thing. i need to constrain the size of the holder mc and then have the image inside move with the mouse movement. clicking the image will empty the holder mc and return the viewer to the main catalog. click here for my current demo open the catalog and on the first page you will see a temp blue button. clicking that will open the LARGE page view (i know they don't match, this is just a demo ). i need to be able to scroll that large image. any ideas? i need to keep this as as1 because the catalog page turning script seems to only work as as1. any help would be greatly appreciated. i've spent all day searching google and i'm still nowhere.
  2. yes. i was able to change other settings. i changed the max upload size and one other and both those changes worked and are reflected in the phpinfo display. that's what has me so confused. it just doesn't seem to want to change this one thing.
  3. no matter what i try it won't let me change this setting. i am trying to build a file upload feature but all the files i upload don't work because they are locked. i figured out that the files are inheriting the permissions of the temp folder that they get uploaded into. no problem, just change that value. however, my IT guys here don't want to make that folder open. no problem, i'll just move the upload_tmp_dir to a different folder and share that. except no matter what i do in the php.ini file, it won't change to the directory i specify for the upload_tmp_directory. it defaults to C:\WINDOWS\Temp. i've tried every combination i can think of for the path. with quotes. without quptes. with \ or /. i restart the server and refresh the php info page and it is always C:\WINDOWS\Temp. grr. i know IIS sucks for php but i have no other option for this box. is there a special syntax i need to use to get php to recognize a different folder for the upload_tmp_dir setting? upload_tmp_dir = "C:\uploads" (C:\uploads is the folder i want to use for the setting)
  4. are any of your db fields INTs? because you have all those variables quoted and that's usually what will break a query. if that doesn't fix it (it doesn't look like it should) then try what thorpe posted. that should set you on the right path.
×
×
  • 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.