Mobile phone picture on to website

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Grim...
DevNet Resident
Posts: 1445
Joined: Tue May 18, 2004 5:32 am
Location: London, UK

Post by Grim... »

So something like:

Code: Select all

$mbox = imap_open( "{pop.mail.yahoo.com/pop3:110/notls}INBOX", "username", "password" );
should get you into your Yahoo.
Wardy7
Forum Commoner
Posts: 38
Joined: Wed Aug 24, 2005 4:45 am
Location: UK

Post by Wardy7 »

I've not gone, just trying to work through it still :P
Finally got it to stop telling me theres an error connecting to the email but not managing to see the image in the images folder yet...

Cheers
Wardy
Grim...
DevNet Resident
Posts: 1445
Joined: Tue May 18, 2004 5:32 am
Location: London, UK

Post by Grim... »

Make sure the images folder has a CHMOD of 777.
Wardy7
Forum Commoner
Posts: 38
Joined: Wed Aug 24, 2005 4:45 am
Location: UK

Post by Wardy7 »

I have just done that so now it is (it wasn't before).
There is just so much of your cod ejust goes right over my head (then I guess that is why you can create this stuff and I can't)! :)
Just sent you a quick PM, hope you dont mind!

Cheers
Wardy
Grim...
DevNet Resident
Posts: 1445
Joined: Tue May 18, 2004 5:32 am
Location: London, UK

Post by Grim... »

/Checks inbox...

No you haven't...
Wardy7
Forum Commoner
Posts: 38
Joined: Wed Aug 24, 2005 4:45 am
Location: UK

Post by Wardy7 »

Grim... wrote:/Checks inbox...

No you haven't...
Sorry, forgot how quick off the mark you are, and sent it after I posted that message :oops:
Grim...
DevNet Resident
Posts: 1445
Joined: Tue May 18, 2004 5:32 am
Location: London, UK

Post by Grim... »

:lol: No problem.

I've replied, and everything.
Wardy7
Forum Commoner
Posts: 38
Joined: Wed Aug 24, 2005 4:45 am
Location: UK

Post by Wardy7 »

Cheers bud, received it and sent one back. Don't worry about anything now as I don't want you to be late down the isle and it to be the fault of that newbie on devnetwork.net who's a bit thick :D

Cheers
Wardy
Wardy7
Forum Commoner
Posts: 38
Joined: Wed Aug 24, 2005 4:45 am
Location: UK

Post by Wardy7 »

Don't suppose anyone else has got any more suggestions to get this working. Still not managed it! :roll:

Cheers
Wardy
Post Reply