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 gkittelson 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: DavidTigerch
  • Order by date
  1. DavidTigerch

    problem starting mysql server

    Hi all . I installed mysql with apache but after a while mysql stoped starting . I even reinstalled both mysql and apache but still i can not start mysql. could any one tell me how to fix this problem.Thanks
  2. DavidTigerch

    How to check for media player using HTTP_USER_AGENT

    sleipnir214 many thanks for u reply. Could u show me how to log $_SERVER['HTTP_USER_AGENT'] to a file. When u see pointing it to to script .Do u mean opening the url from with in the sofware such as media player ?Thanks
  3. DavidTigerch

    How /cpafiledb.php?action=download&id=636 works?

    Hi all i came across some links for mp3 that looks like this : http://www.somesite.com/pafiledb.php?action=download&id=636 I wonder how i can make one like this for my mp3 . As u see it does not show the actual url of mp3 but if u click on it it start lunching media palyer and the songs...
  4. DavidTigerch

    How to make HTTP POST from my vb form

    Sheco i tried your script but i do not get the correct output in immedite window: This is the html code for the script.php <form method=post action="script.php"> MP3 Link: <input type="text" name="mp3link" size="35">&nbsp; <input type="submit" value="Check it!"><br><br> If i use this on web...
  5. DavidTigerch

    Using POST with MSINET Control to comm with ASP

    Sheco Thank u for pointing me to usefull example. Since i am working on php . Could u tell me how i can pass a value that has name :mp3link and value data from texbox and also how to output back the http response back to a richtexbox.in the example shown in the page it only passes one data...
  6. DavidTigerch

    How to make HTTP POST from my vb form

    Thank u for pointing me to usefull example. Since i am working on php . Could u tell me how i can pass a value that has name :mp3link and value data from texbox and also how to output back the http response back to a richtexbox.in the example shown in the page it only passes one data without...
  7. DavidTigerch

    How to make HTTP POST from my vb form

    dtgterror .Thanks for u reply . unfortuently i could not even run the exampe in your first link . It does not say what controles do i need and how it collects data . Could u help me how to make a post request such the one shown in pic.Thanks
  8. DavidTigerch

    How to remove empty rows from my mysql

    Hi all i recently uploaded data from text file .Bu unfortuently there were empty lines between each records in the text file and now after transfering the data to mysql i got one empty row for those empty lines. Could any oone tell me how i can remove those empty rows. Thanks
  9. DavidTigerch

    How to check for media player using HTTP_USER_AGENT

    Hi all i want to write a php script that if only the request came from media player it work other wise it gives an error massage .for example if the request came from get or post or direct url execution in browser addrres i want it to send error message. I be happy if some one show me how to...
  10. DavidTigerch

    why get and post is not working for this url?

    sleipnier214 could u tell me what is the id of media playes so i check for that in if statment.Thanks
  11. DavidTigerch

    How to get data from html without parssing it with webbrowser control

    vladk the data that i want to extract from html pages are not in xml format!! An i do not know much about xml .I know webbrowser controle can do it but i can not find any tutorial on that:-(
  12. DavidTigerch

    My listbox highlight moves fast!

    i do not how to pass the listbox item to this funciton directly. If that is what u mean .This function needs to process what is in textbox in the form.So i be happy if u show me how i can send it directly to this funciton.txtVariableValue it the variable that holds the item sent from listbox to...
  13. DavidTigerch

    How to get data from html without parssing it with webbrowser control

    Hi all . I hear a lot that i can use InternetExplorer object or WebBrowser control to get data from html pages without having to parss it . But i never found a good tutorial to teach me how that can be then. I be happy if some refere me to some good tutorials and examples that teah me just do...
  14. DavidTigerch

    Error calling function from another function

    could u tell me what might be the problem ?
  15. DavidTigerch

    Error calling function from another function

    I tried it and got this pop up massagebox and displayiing this : Compile error: End if without block if ok help and pointing in yellow to the same insert statment!!
  16. DavidTigerch

    Error calling function from another function

    Thank u for u reply . I tired it and same error again!!
  17. DavidTigerch

    My listbox highlight moves fast!

    Hi all i got a form that i need to process listbox items on by one automatically by sending it to a textbox but when i click command2 i see the highlight moves so fast and reaches last item in my listbox without allowing my textbox to process all listbox items. Could any one tell me how to...
  18. DavidTigerch

    How to make HTTP POST from my vb form

    HI all i wonsder how i can make a post request from a .php script from with in my applicaton. PAsssing it certian data and getting the request response back to a textbox. Just Like the pic i shown here. I did the layout but i do not how to write the onclick event for send button so it sends the...
  19. DavidTigerch

    Error : failed to open stream:http request failed

    Thank u for u reply. I am using apache on windows . How to setup permission on that ?

Part and Inventory Search

Back
Top