Search results

  1. T

    How to referene perticuler xml data in php?

    How to referene perticuler xml data in php? Hi all. i have an xml file as shown below and i want to reference specific data out it.(The data shown in bold)Could any one show me how to reference those data so i can use them later as variables.I not only want to output them all at once.I also...
  2. T

    problem displaying records in order of time and date in php

    Hi all.I use $Timestamp=date("g:i A l, F j Y."); to collect time and date the visitors entered my site . It inserts the data in to mysql database in this format : 3:02 AM Monday, July 24 2006 mysql_query("INSERT INTO logdisplay...
  3. T

    Help using LVM_REDRAWITEMS

    could any one show me how i can send an external listview a refresh using LVM_REDRAWITEMS .Thanks I want to send refresh after setting the color visual basic code lItemPos = 0& ' first item SendMessage hwnd, LVM_SETITEMSTATE, lItemPos, ByVal lxprocLVITEM...
  4. T

    Problem writing multiple values to registery

    Hi all i am usiing this code to write mulitiple values to registery but it only write one value. could any one help me make this code so that it write multiple values to registery. Currently it only writes nickname but not pwd value!! I tried this but gave me error : 'Save the value to the...
  5. T

    Problem deleting registery key encluding subkey values

    I am trying to delete registery key encluding all its subkeys . I want to delete the bold part HKEY_CURRENT_USER, "Software\xyz\foldername\" using an api that i found on the net but i keep geting error!! could any one tell me how to delete entire key with its subkeys ? I changed : Private...
  6. T

    Help extracting dyanamic data from html code

    Hi all: I got a html code that i used inet.openURL to put it in textbox. Now i want to extract Artistname , albumname,songname,artistpic from it. The code already extracts song ids but i want to output songname and other informatin with it. I be happy if an expert show me an easy way to...
  7. T

    problem getting out of infinite loop and incremting url id value

    Hi all. I got this application that once go button clicked it takes single url value and goes trough some process as shown in pic and at the end writes the content of text4 to a text file. Now i want automate this process for range of range of URL i tried to do the following but i get into...
  8. T

    How to extract certain data patterns from vb6 textbox input?

    Hi all .i got the following inside a textbox inside my vb6 form. I am looking for a way to ripp the song path and title from it and use them and insert them to mysql datbase. But i do not know how to ripp those part i be happy that an expert tell me how i can do it using vb6. The number of song...
  9. T

    How to populate drop down box with values from registery in vb6?

    Hi all i have vb 6 form and it has form with drop down box and text box . I want to populate the drop down box with values from registery but i do not know how .I also want to be able write to registery key when user types in dropdow box. Furthermore, how to write to registery when user types...
  10. T

    How to write to text file instead of viewing data in listview?

    Hi all . I have a search result that is outputed to listview in my vb6 form and i wonder how i can write the output data in to text file which is readable instead of showing it listview. I be happy if an expert show me how .Thanks Here is my code that displays data in lisview . I want the data...
  11. T

    How to upload small text file from within my vb6 form application?

    hi all .I am making an application that it has to upload .text file.(c:\myprog\test.txt) to a remote server via ftp but i do not know how to do it.The text file is in the same folder as my vb6 application. I do not want much fetures just it transfer the file to remote server and prompts the user...
  12. T

    how to output registery folder names and key inside it in to listbox?

    Hi all . I have a problem retrieve the usernames and Id stored in HKEY_CURRENT_USER\Software\xyz\123\ usernames are not not stored as string, the usernames are stored as the folders name inside of the 123 directory. For example, the program has 3 usernames stored in the registry; cat, panda...
  13. T

    how to put result of shell function into variable in vb 6?

    Hi all .I have difficulty outputing the value of shell function into massagebox by using regoutput variable. Currently the shell function writes the output to .reg file but i want i want to output it to massage box but it never works!! The output value is list of registery information which are...
  14. T

    how to grab and store executed value of url using php

    Hi all i got a url(http://map.geoup.com/geoup?template=CountryName) that if i paste it in browser address bar it will return for me a value like this: document.write('usa'); Note: the url is external url I want to grab only countryname value using php and store it in variable and later insert...
  15. T

    how to view client registery values using php script

    Hi all. i want to make a php script that can read certian client registery values but i do not know how to write it. I be happy if an expert show me how.i think it could be done because i have seen html pages that show what version of windows and what browser ect... and i assume that they got...
  16. T

    how to view client registery values using asp script

    Hi all. i want to make a asp script that can read certian client registery values but i do not know how to write it. I be happy if an expert show me how.i think it could be done because i have seen html pages that show what version of windows and what browser ect... and i assume that they got...
  17. T

    How to store check box values in php sessions?

    Hi all i got a few checkboxes and i let the user to select a few of them and then click a submit button. I want store the value of select checkbox in sessions and later one use them. could any one show me how i can do that.Thanks <form action="./write.php" method=post > <input type="checkbox"...
  18. T

    How to insert checkbox values to mysql using php

    Hi all i got a form with a few checkbox on it. User select a few of checkboxes and and press a button to write their values to db. But i do not know how to write it to mysql db. I be happy if an expert help me with that.Thanks Note:Assuming the table has one columns which is for id value code...
  19. T

    my submit button stoped working after chaigng id to id[]

    Hi all i have problem with my java script that stoped working after chaning check box name from id to id[]. In one page i have 3 buttons. one that uses javascript to send songs to another page via url get method. One that submits check box values to next page via post .The 3th one clears the...
  20. T

    problem reciving check box values using post method

    Hi all i got a form with many checkboxes and i want to pass checkbox varaibles to a new page using post method but the problem is that each time the first variable get pasted .Beleow u see part of php code that recives the passed variables. When i run this script by selecting 3 check boxes which...
Top Bottom