User Profile

Collapse

Profile Sidebar

Collapse
kuzure
kuzure
Last Activity: May 6 '07, 04:15 PM
Joined: Dec 7 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • kuzure
    started a topic Browse Button, ask for help!!!
    in PHP

    Browse Button, ask for help!!!

    Dear friends,

    First, I'm sure most of the users know friendster right? And you guys had uploaded photo in there right?

    So, my question is...what is the actual name for the "browse" button beside the text box for you to insert the directory when you upload a photo?

    Sorry for the inconvenient but i need to know.

    Best Regards.
    See more | Go to post

  • kuzure
    started a topic Why fptHIGH? ask for help!!!

    Why fptHIGH? ask for help!!!

    Dear friends,

    I had referred to some codes which allow me to call the fax application by vb. there is a code:

    Code:
    faxdoc.priority = fptHIGH
    Why do we need this?if without this, what will happen?

    Appreciate for any reply. Thank you.

    Best Regards
    See more | Go to post

  • kuzure
    started a topic Can C++ link with PHP, ask for help!!!
    in PHP

    Can C++ link with PHP, ask for help!!!

    Dear friends,

    I had a chatboard which used C++ to program. Now, I host a server, I would like to put it in my website as a Q & A function. So anyone login my website and they can ask questions, the machine will reply them.

    How can I link C++ to PHP?

    Best Regards.
    See more | Go to post

  • Thanks, sammyb.

    Best Regards....
    See more | Go to post

    Leave a comment:


  • Check whether file exist in computer, ask for help!

    Dear friends,

    I need to use VB6 to check whether the file is existing in my computer. How can I do it?

    I had search this similar topic in this forum. Although I found one, thats not working at all. Perhaps, there is still other ways.

    Best Regards.
    See more | Go to post

  • kuzure
    replied to Hosting and web page problems, ask for help!!!
    in PHP
    Erm...ok, I try to search for some information. Thanks.

    Best Regards....
    See more | Go to post

    Leave a comment:


  • kuzure
    replied to Hosting and web page problems, ask for help!!!
    in PHP
    Sorry for disappearing few days, my internet connection had some problem, hehe^^

    Hrm, actually I dont get what you said. Do you have any example?

    Best Regards...
    See more | Go to post

    Leave a comment:


  • Code:
    Dim str1 as String
    str1 = Replace(Original, tobeReplaced, Replacement)
    Thanks, it works. Thats the answer.

    Best Regards....
    See more | Go to post

    Leave a comment:


  • kuzure
    started a topic Hosting and web page problems, ask for help!!!
    in PHP

    Hosting and web page problems, ask for help!!!

    Dear friends,

    I had host a server, and i also had a webpage that allow the user to click on the "browse" button to search the needed file. But the "browse" button actually only "browse" the computer or the user.

    Code:
    <html>
    <body>
    <form name="form1" enctype="multipart/form-data" method="post" action="">
      Browse your
    ...
    See more | Go to post

  • Thanks for the reply. Well, yes, you are right. That's what I really need, especially the part of "replace". I only can use VB6 to do it, and of course, I know nothing about VB.net. haha^^

    Best Regards....
    See more | Go to post

    Leave a comment:


  • VB6. By the way, its not working, it showed complie error : method or data member not found.

    Do I need to enable any component?

    Best Regards....
    See more | Go to post

    Leave a comment:


  • kuzure
    started a topic Replace unwanted characters, ask for help!!!

    Replace unwanted characters, ask for help!!!

    Dear friends,

    I want to read a file, for instance, "testing.tx t". Then, I need to put it in a text box.

    Code:
    Dim stExample As String
    stExample = there is something on your right side.
    I need to scan throught this sentence and replace "right" to "left", then the whole sentence will put into a text box.

    Appreciate for any reply. Thank you.

    Best...
    See more | Go to post

  • kuzure
    replied to weird backslash escape character occurs
    in PHP
    Beside, I'm using a "browse" button to search the file I wanted. If I am the one to use the web page, of course, I might able to avoid this error, since I know what should be added in order to avoid it. But what about other user? They have no idea how's happening and the error keeps poping out since the address has double slashes.


    Best Regards....
    See more | Go to post

    Leave a comment:


  • kuzure
    replied to weird backslash escape character occurs
    in PHP
    Hrm, What you telling me is correct, but thats not what I really wanted. In the examples you guys provide, the extra character will appear when it involve ( \ ), ( " ) and ( ' ). Also, it only appear in the command "echo", didnt explain what will happen when it store in .txt.

    Do you have any idea to store it in .txt without the extra character?

    Best Regards....
    See more | Go to post

    Leave a comment:


  • kuzure
    started a topic weird backslash escape character occurs
    in PHP

    weird backslash escape character occurs

    Dear friends,

    I had used php to store data to a file, for instance,"testi ng.txt". But there is one problem, there are funny characters occur when it store in the file.

    In my web page, it has text boxes. One of the text box is to insert the address of a file. For instance, C:\Documents and Settings\Yahoo\ YourFile.txt

    But, when it comes to store this address, it appear this in the text file, C:\\Documents...
    See more | Go to post

  • kuzure
    replied to Create browse box
    in PHP
    Erm, sorry, I dont get it. How to solve this problem anyway?

    Actually this part has connection with another. This is the final part of my assignment, haha^^. I had posted a question that ask for help in php link with VB. But since there is no one answer my question, I decide to change a method to do my project.

    The problem is, I will use VB to load the file that store the data that get from web page. But, if there...
    See more | Go to post

    Leave a comment:


  • kuzure
    replied to Create browse box
    in PHP
    Dear Mainul,

    Hrm, the code is ok until i test something. Remember I told you I wanted to build a "browse box"? it is called a "File Field" in dreamreaver. I need to get the file address and store in a text file.
    For instance, C:\Documents and Settings\Yahoo\ YourFile.txt

    But, when it comes to store this address, it appear this in the text file, C:\\Documents and Settings\\Yahoo \\YourFile.tx...
    See more | Go to post

    Leave a comment:


  • kuzure
    replied to Create browse box
    in PHP
    Dear Mainul,

    sorry, something forgot to tell you. The code above is only can load and it will store the text in "$someconte nt". If you use dreamreaver to open it, it is totally blank.

    Well, since I know how to store data to a file, I thought I can use the same theory to modify your code. But I'm wrong, I totally dunno how to link or command the button to do anything. haha^^

    So, the conclusion...
    See more | Go to post

    Leave a comment:


  • kuzure
    replied to Delete file or folder
    Thanks for the reply, it works!!! This code is easier than delete and replace another file. haha^^

    By the way, the code that used FileSystemObjec t still not working. I hope I can work it out later, I need to learn more than one way.

    Thanks again everyone.

    Best Regards....
    See more | Go to post

    Leave a comment:


  • kuzure
    replied to Create browse box
    in PHP
    Sorry for the inconvenient. haha^^

    Ok. Actually I need a web page with browse box and a "ok" button only. Then, when I click the "ok" button, the text of the browse box will store in "testing.tx t".

    I had used xampp to host a server. I can use localhost to load the web page and store a "1" to testing.txt. Here is my code.

    [HTML]<?php
    $filename = 'testing.txt';...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...