Jump to content

jpacs

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

About jpacs

  • Birthday 10/29/1985

Contact Methods

  • Website URL
    http://www.friendster.com/jpacs

Profile Information

  • Gender
    Male
  • Location
    Phillipines

jpacs's Achievements

Newbie

Newbie (1/5)

1

Reputation

  1. When the date format coming from the text is MM/DD/YYYY, I usually convert it to YYYY-MM-DD so that MySQL can accept the input. I normally do this: Ex. txtbirthday = "10/29/1985"; $birthday = $_GET['txtbirthday']; $brthday = substr($birthday,6,4) . "-" . substr($birthday,0,2) . "-" . substr($birthday,3,2); Hope this helps. Chill.
  2. I want to check some flaws, errors and bugs about the application module of the given site below. It is more about recruitment processing. Suggestions, ideas are welcome. Link: http://test.lausgroup.com.ph/careers/ Direct Link: http://hrmd.lausgroup.com.ph/rms/ Proof of ownership: http://hrmd.lausgroup.com.ph/rms/phpfreaks.txt Thanks in advance. Chill. [attachment deleted by admin]
  3. Nice one. Keep up the good work.
  4. Hello guys, I just want to ask if someone can share me codes in php where i can validate the connection of the mail server. I am going to trap this error: Instead of this message showing, I want it to be formal. It will be like this: And lastly I want to have a validation if an email is existing or not. I want a script which checks first the email if it is existing before sending the message. I hope someone will post their idea here. Thanks in Advance. --CHILL
  5. Hello to all! Can you please teach me on how to send email message using php and a local pc. What do i need to setup on my computer? I am using WAMP 2.x. Please give me any idea. Thanks and God Bless. Chill
  6. ^^^^^^^^^ Thanks a lot. I'm currently new at php and i hope you can help me again in the near future. CHILL
  7. I just want to ask what would be the most applicable way in installing PHP, MySQL and Apache. Should i configure them one by one or should i just use WAMP or XAMP. What would the advantage and disadvantage of each other. Thanks in Advance. CHILL
×
×
  • 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.