Search results

  1. N

    Nokia 5530 Xpress Music shutting off?

    My phone keep shutting off when i answer or make a call. The only way it stays on is using the headset but thats annoying at times. Does anyone know what to do to fix that. I try cleaning the sensor up the top but that doesnt work.
  2. N

    can i use VS 2008 to create .asp extension webpages?

    creating web form using Visual Studio 2008 gives .aspx extension but i need my files to be .asp
  3. N

    passing information between scenes flash AS2?

    I have a list component in scene 1 however i want the same list to show when i gotoAndPlay scene2. The list is generated using dataProvider.
  4. N

    I have 2 flash scenes in my flash movie but one wont play..hepl please?

    Scene 1 was working fine but then i added scene2 and add some motion tweens and guide layers now Scene 1 doesnt play. If i test movie it says loadin but then nothing happens, if i test scene 1 it doesnt work either. Only testing scene 2 shows anything. How can i get my movie to pay? whenever i...
  5. N

    move_uploaded_file in PHP...how to incease file size allowed?

    move_uploaded_file($_FILES['filename']['tmp_name'], $target_path that line is used to copy files to specify folder however file size allowed has a limit how do i increase this limit because if i try to move files over a certain Kb nothing happens
  6. N

    MYSQL - PHP code help?

    I have a table in my Mysql database called upload. This table contains article_title, filepath. filepath is the actual path and file name for a fiel for example news/article.pdf. I need to retrieve all the records from upload table into a php page and allow peoplle to download or view the...
  7. N

    I have a button on a webpage that onclick i want the user to be verified -...

    ...javascript html help? Therefore i want a password prompt when the button is clicked. If the password if correct the page navigates to update.html if not nothing is done. This password is a set password not in any database or anything. How can i get this accomplished. i am trying this script...
  8. N

    bounded dropdownlist in asp?

    I have a dropdownlist that's bounded to a sqldatasource. However i want dropdownlist to display "select item" and not the first item returned from the datasource. "select item should be the first item in the dropdownlist. listitem wont work the dropdownlist is bounded.
  9. N

    calendar help in asp?

    I want to add a day planner to my asp.net page. How can i read and write to a database from my calendar
Back
Top