Jump to content

sirsid

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by sirsid

  1. Hell, Considering ... $imap = your connection to your imap server & E-Mail account etc . //$status = imap_setflag_full($imap , "1", "\SEEN" ); Sets as READ // $status = imap_clearflag_full($imap , "1", "\Seen" ); // SETS as UN Read echo gettype($status) . "\n"; echo $status . "\n"; imap_close($imap);
  2. Hello, I found it :~) :~) PHP had a Hidden function :~/ = imap_clearflag_full() That Works :~) Marks as READ :~) BRILL :~) Ta Sid
  3. Hello, I have been looking at this for 2 days now :~( Can anyone help ? I have a script that gets messages from my imap account and runs through them to get uids :~) BUT I need to Mark some as READ I have found imap_setflag_full() which uses \\SEEN as a Flag to set read, but I need to set Unread ! google etc says remove \\SEEN to set Unread BUT that does Not work ! Am I doing something wrong ? Can you suggest ? Thank-You Sid
  4. Hello, I have looked at codepen sites & have seen lots of people using this plugin, do you think that this is a Good thing to use ? I wood like to have a database filling calendar , which I can do. Thank-You. Sid
  5. Thank-You I think , I shall re-build , into many pages :~/ Might take me sometime :~? But what you have said makes sense :~) So Thank-You Best Regards Sid
  6. Hello, I'm building a forum type thing in PHP , js , css etc. At the mo It all runs on just 1 page which is ATM 1500 lines long. Is this too much ? Should I change this to1 page for each Link ? Or just leave it as is ? What do you all think ? Thank-You Sid
  7. Hello, I got it to Work ! Thank-You Olumide :~) Sid
  8. Hello, I looked into AJAX. I got a query lookup to work. But I Cannot seem to get an INSERT to work using this type of connection mysqli_connect() it does not seem to have a ->save() Does anyone think it is Just the INSERT that is the problem ? or is it the connect t type ? Can anyone help please ? Thank-You. Sid
  9. Thank-You I shall look into that :~) Sid
  10. Hello, New here, I have an <a> & I would like to send data into my MySQL Database from a .php page , it's a forum type thing , favourite link :~/ What is the Best way to do this ? Can anyone help please ? I should add I do Not wont to Post a Form ! Thank-You Sid
×
×
  • 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.