Jump to content

kevinridge

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

kevinridge's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanks for the reply but i am sort of confused how to check if it contains FILE: x and how to get the value of x out of that to use to make the file. Thanks again Kev
  2. Hello, I have confusing string question. I have a string like this (example): {FILE: hello} hello contents {FILE: hello2} hello2 contents What im trying to do is when the code reads {FILE: *} <- it makes that file. Than it puts all the contents in the file until it finds another {FILE: *} or the end of the string. I am sort of lost in the right direction to do this. Any sort of help would be great! Kev
  3. ah ok Thanks . Just wanted to know the limits of php
  4. Hello, I was just learning php on my own and ran across a question. (right now im learning imap so ill ask it that way) Imap allows me to connect to external email account . Now i was wondering, say i want to upload a file to my email account BUT i dont want to upload the file to my server and than send it, is there a way? Like i can visit hello.php and say i upload a wazup.wav. Now i know i can upload that file to server, than send an email to my email account with the uploaded file (on the server). But is there a way i can do that without needing to upload to the server and just send the time to my email account? Just wondering Thanks
  5. Thanks for the response. But will fetchbody allow me to download the attachment on my computer not the server?
  6. Hello, I am learning imap with php and trying to get it to work. I am able to login and search for a certain message if i want. I can also get message body using imap_fetchbody. Now i am confused as in how to do this: Say i have an attachment in my email. I want to be able to download that attachment from my browser using php instead of just getting the body. Is this possible? Any help would be great. 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.