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 SkipVought 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
  • Order by date
  1. C0FFEE123

    How to change information in database with php.

    Thank you for you help guys, it worked! :) And you are the first one to noticed that i've missspelled really jpadie, only mispelled is with 2 SS so misspelled. ^^ ------------------------------------- I am a progammer.... no realy.
  2. C0FFEE123

    How to change information in database with php.

    Thanks for the help guys :P Testing your code now ^^ ------------------------------------- I am a progammer.... no realy.
  3. 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 +----+...
  4. 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...
  5. C0FFEE123

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

    Hmmmm, to create that link, AS2 is needed. To bad i am not using that, any other ideas? ------------------------------------- I am a progammer.... no realy.
  6. 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...
  7. C0FFEE123

    Creating a ring of pictures.

    Thank you exactly what i needed, to bad i already made one myself now :P But thanks anyways ------------------------------------- I am a progammer.... no realy.
  8. 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...
  9. C0FFEE123

    How to create dynamic texfield for info in xml?

    Alright now i've got this. It makes several names for the textfields like tLabel0, tLabel1 enz. Only now i want to show the xml data in the created textfields. It only doesn't work, because i do tLabel.htmlText I want to know how to i can make tLabel into tLabel0, tLabel1 enz. Thanks Code...
  10. 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.
  11. C0FFEE123

    How to create dynamic texfield for info in xml?

    Alright i now have this: var myXML:XML = new XML(); myXML.ignoreWhite=true; myXML.load("info.xml"); myXML.onLoad = function(success) { if (success) { var myImage = myXML.firstChild.childNodes; for (i=0; i<myImage.length; i++) { var imageNumber = i+1; var imageName = myImage[i].attributes.merk...
  12. C0FFEE123

    How to create dynamic texfield for info in xml?

    Forget the above code i already figured out to get all of the xml data into flash. Only need to get it into a dynamic textfield. And i want to create the dynamic textfield in actionscript. I believe the this.createTextField should do the trick only i don't know how to exactly use it. XML code...
  13. C0FFEE123

    How to create dynamic texfield for info in xml?

    Sorry for the long waiting. Went on a short vacation. ^^ Only i can't upload the .fla file because i havn't got it online. Here is the code in the .fla file: function loadXML(loaded) { if (loaded) { _root.Informatie = this.firstChild.childNodes[0].childNodes[0].firstChild.nodeValue...
  14. 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.
  15. 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...
  16. C0FFEE123

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

    Alright that worked thanks! Only, next step :P I now want to have more information in the xml. (already have that). And i want to show it in several Textfields now. How? <?xml version="1.0"?> <Informatie> <Auto> <Auto>Toyota</Auto> <Shortd>Testje</Shortd> <Longd>Testje</Longd>...
  17. 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>...
  18. 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...
  19. 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...
  20. C0FFEE123

    Image Upload Script

    I would do the same as vacunita. Add a text input to your form and name it description. Then just post that field to your database. ------------------------------------- I am a progammer.... no realy.

Part and Inventory Search

Back
Top