Jump to content

t_k_eoh

Members
  • Posts

    10
  • Joined

  • Last visited

    Never

Everything posted by t_k_eoh

  1. Hi all, I read some of the postings but I still don't understand what to do on the following: I have a "Go" button and drop down list of the following: Yahoo MSN Google How do I link the Yahoo to www.yahoo.com, MSN to www.msn.com and Google to www.google.com upon pressing "Go"? The redirect will display the website on the same page. Pls advice. Thanks a million!
  2. Hi guys, Appreciate if you can help me list out all the items from a file (data.txt) into drop down box for user to select. Eg. inside (data.txt) has Apple Orange Strawberry etc... How do I create a drop down list that can call out everything from data.txt (until end of file)?? Pls help. Thanks.
  3. Hi all, I would really like to know how to link the contents from the .txt to be listed into drop down for users to select. Eg. Inside my "data.txt", I have a few words: Apple Orange Strawberry I would like to recall out them to be listed into the drop down from my form. Is there any way this can be done?? Pls help. Thanks.
  4. Hi guys, I need some basic help on how to "go to a location" on a word. Eg. "Hello world" What function do I need to go to the location 5 alphabet from the left and include "1" so that the output becomes "Hello1 world"? Pls help. Thanks.
  5. hi, I've browsed through the entire forum and I still can't an answer to this problem. I have a few words in an array and I would like to find all the words that begins with letter "a"? eg. (in the array) aim are am boy car cat ag. output is: aim are am There are some samples using substr but I am not sure how to use it. Can someone pls advice? Thanks!
  6. Hi guys, Appreciate if you can lend me a hand on the following: I have a file (output.txt) which has lots of words in it (words are saved in "\n"), I would like to sort the words and then save it into another file (data.txt). How do I do it? I know how to open the output.txt file and read it but i don't know how to call it out into an array, remove duplicated words and sort it. Can you pls help?? Thanks a lot!
  7. Hi DeadEvil, Thanks for the help but I found this message error: Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in /home/content/p/e/n/penangcenter/html/word/test1.php on line 21 what's the reason? Pls advice... Thanks!
  8. Hi all, Sorry for my previous posting but I would like to know how to convert a sentence into strings Eg. "I am just a beginner in this PHP" into new lines as follows I am just a beginner in this PHP Pls help. Thanks a lot!
  9. Hi, I would like to know how to break a long sentence into words, eg. "can someone pls help me" into: can someone pls help me eg. using some sort of array method to store the words and then save it into a .txt file. Appreciate your help. Thanks
  10. Hi guys, I am a beginner and I hope you guys can help me... I need to change a sentence from an input text box into words and store it in a text file (file.txt) Eg. "Can someone pls help me" Can someone pls help me and then store all these into file.txt file Pls help me...thanks.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.