Jump to content

ghe

Members
  • Posts

    27
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Male
  • Location
    Pilipinas

ghe's Achievements

Member

Member (2/5)

0

Reputation

  1. Good Day to all, Ahm, does anyone here know how can i make a function that get the filepath of a specific file? I want to create a function like this: - getFilePath('A_file_with_an_unknown_path.inc'); then the function will return the path of the file with an unknown path/directory. Is this possible? If not, can anyone tell me how can I be able to include a file with an unknown filepath/directory? - require_once('???/???/???/A_file_with_an_unknown_path.inc'); Please help. Thank you in advance.
  2. To All, Good Day, I'm just sharing this for the benefit of those who will experience or currently experiencing the same problem as mine, about how to handle incoming e-mails. Well, I recommend that you read this article: http://www.phpit.net/article/read-email-php-pop3/ Regards,
  3. To All, Good Day, I'm just sharing this for the benefit of those who will experience or currently experiencing the same problem as mine, about how to handle incoming e-mails. Well, I recommend that you read this article: http://www.phpit.net/article/read-email-php-pop3/ Regards,
  4. Good day to all, Do anyone here already have experience in using the IMAP functions of PHP? Can this be use to create a program that will handle incoming mails?
  5. Good day to all. I have this website developed through PHP and the website needs to handle incoming mails. Does any one here know how can I make the website handle incoming mails? Is there any plug-in program that handle incoming mails that I could use in my website? Please help. Thank you and Regards,
  6. Good Day to All, Does anyone here knows how to make the ORDER BY clause to take effect on multibyte characters? Hope someone here can help me. Thank you and Regards,
  7. For those who still experience this error in pg_dump. I've fixed this problem through upgrading the version of my pgAdmin III, from v1.6.3 to v1.8. Regards,
  8. Im using Postgres 8.2.5.
  9. Good Day to All, Hi, does anyone here know about why this pg_dump error occurs everytime I try to backup my DB? > pg_dump: [tar archiver] actual file length (256661) does not match expected (253952) > pg_dump: *** aborted because of error > > Process returned exit code 1. I already have tried to VACUUM my DB but the error still occurs. Hope to have some help. Thank you in advance.
  10. Good day to all. ahm, does anyone here know if there is a function that converts single-byte characters into double-byte characters? I need it because I need to handle user inputs that are in single-byte.
  11. Good day to all, I just want to ask if anyone here know about how can i send email through pgAgent jobs? As far as I know, there is no way i can send an email via PostgreSQL, so what i will do is, i will send e-mail using PHP, but then, my problem is, i want my email sending operation to be scheduled. So i need to use pgAgent jobs for the scheduling of e-mail sending operation. So, is there a way that i can call in pgAgent or PostgreSQL the function (created in PHP) that sends an e-mail ? Thank you and regards,
  12. Good Day, Does anyone here know a search engine of PostgreSQL that can be used for any file type (.doc, .txt, .xls etc)? Or if there is none, atleast, a search engine for BYTEA datatypes. Thank you in advance. Regards,
  13. Good Day, Ahm, can you elaborate more your inquiry? i also did not get wats your main problem here. Regards,
  14. Good day, For me, I really go for "Oracle". Its the best option you can have when it comes to database, though there is this "Cache" which, some says, had already surpass "Oracle", but "Oracle" has already been established well in the industry compared to this "Cache". Ahm, but the sad part of this is, "Oracle" (as what others already have said in this topic) is not FREE. Regards,
  15. Good Day, Ahm, in my opinion, the conditional statement inside the while loop of barrand will still be reached, since $k would only get its value from the rand() function inside the loop. Regards,
×
×
  • 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.