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 dencom 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: C0FFEE123
  • Content: Threads
  • Order by date
  1. C0FFEE123

    How to change information in database with php.

    Hi, I am currently working with a database. I already have the insert part only now i want to make a edit part. How i want to do it? I want to show a screen with all the information in textfields. Example: Name: Test Price: 123 Link: test.html Name: Test2 Price: 321 Link: test2.html +----+...
  2. C0FFEE123

    Javascript help with form

    Hello i am currently working with Javascript and PHP. Now i have a form and a clickable box. I have 2 submit buttons, and one works but the other doesn't. When i click on the button that works it is saying that my clickable box is clicked or not. The other should do that 2 only it doesn't...
  3. C0FFEE123

    How to get text out of a text file and make that a link.

    Hello, I have a question: At the moment i am doing a assigment in flash. I want to get text out of a .txt file and then make that a link. So for example. Text file: www.google.com www.altavista.com www.facebook.com Then i want them to shown in flash (what shouldn't be a problem) Only i also...
  4. C0FFEE123

    Help with duplicate.

    Hello i need some help. When i click on the button above the text field it dupclicates the pictures, and i don't want that! I putted the .fla file in the attachment. And here is the xml code. <?xml version="1.0"?> <!--<root-node> <Auto merk="Berlingo" sdescription="Dit is geen, nee echt geen...
  5. C0FFEE123

    Is it possible to do a Key.isDown in a for?

    Hello i want to know if it is possible to do a Key.isDown in a for. For example in a for like this. for (i=0; i<myImage.length; i++) If it is possible how should i do it? ------------------------------------- I am a progammer.... no realy.
  6. C0FFEE123

    How to do a foreach loop in actionscript 2.0?

    Does anyone knows how to make a loop in actionscript 2.0? I tought that the foreach function should work but it doesn't being suport in AS2.... Thanks ------------------------------------- I am a progammer.... no realy.
  7. C0FFEE123

    How to create dynamic texfield for info in xml?

    Hello, I am currently using Actionscript with xml. Now i want to create a dynamic textfield in actionscript for each part of info in the xml file. I want to let the textfields created automaticly so i don't want to manual input the xml parts into the actionscript. Here is the xml code...
  8. C0FFEE123

    How to get text out of a XML file and put it into flash?

    How can i get text out of a XML file and put it into flash? I know how it works with pictures only not with text. :S I want to insert this code into flash. Code: <?xml version="1.0"?> <Informatie> <Auto> <Auto>Toyota</Auto> <Shortd>Testje</Shortd> <Longd>Testje</Longd>...
  9. C0FFEE123

    How to write XML with PHP (without overwriting the xml)

    Hi, I already posted another thread about how to write XML with PHP. Well that worked, only if i write a new one it overwrites the old XML file. I want to add the information in the same XML file only without overwriting it. How to do that? The part that writes it to xml: <?php // TEST...
  10. C0FFEE123

    How to input php to xml?

    Hello, I am working with php and xml atm. I want to put the input the text that i have inputted into a form into xml. A form sends information to php that sends it to a map and a database. Now i want to send the information to a xml file. Because i use the xml file to get pictures + information...
  11. C0FFEE123

    Creating a ring of pictures.

    Hello i have a question. I want to create a somekind of circle that switch from pictures if you click on a picture or button. I want to show the selected picture large and if you go further back in the circle they should be shown smaller. Anyone has any idea how this works? Thanks...
  12. C0FFEE123

    Change colors in photoshop

    Hello i have a question: I have to change the color of a car. It is now white and i have to change it to red. Only when i change the color it is only one color red, so no reflection of light. I want to let it look realistic. How to do that? Thanks ------------------------------------- I am a...
  13. C0FFEE123

    How to get name from a &lt;input type=&quot;file&quot; /&gt; ?

    How can i get the name of <input type="file" /> ? I tought with $_FILES['name']; but that wasn't correct.\ $_POST['name'] also doesn't works.
  14. C0FFEE123

    Doesn't insert picture into map.

    Can anyone tell me why this isn't working? This should insert the uploaded file into a map. I don't get a error but this script isn't insert it into my map. $uploadedfile = $_FILES['plaatje_m']['tmp_name']; $src = imagecreatefromjpeg($uploadedfile)...
  15. C0FFEE123

    Convert .jpg / .gif / .bmp to .png in php

    Is it possible to convert a .jpg / .gif / .bmp to .png in PHP. I tried to look for it everywhere but i couldn't find it. Thanks
  16. C0FFEE123

    Flash doesn't execute the stop() function

    Hi i have a question: I have made a flash file with several movieclips that all have a stop() function at the end. When i look at the .swf file it is working perfectly. Only when i upload it to a site then it doesn't execute the stop() function. When the flash file has stopped playing it...
  17. C0FFEE123

    Upload a file into 2 folders and a mysql database.

    Hello i have a question. I want to upload a file into 2 folders and a mysql database. I am getting the file through a <input type="file" /> I already got the send part only the part that is putting in it to a folder not yet. How must i do it? I would like to do it with a include into the form...

Part and Inventory Search

Back
Top