User Profile

Collapse

Profile Sidebar

Collapse
Ravigandha
Ravigandha
Last Activity: Jan 29 '09, 09:13 AM
Joined: Mar 8 '08
Location: Hyderabad
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Ravigandha
    replied to How to send mail with attachment in php
    in PHP
    I think yahoo and hotmail is blocking all the attachments and displaying it in junk format ! Where as in others it is displaying attachments !
    See more | Go to post

    Leave a comment:


  • Ravigandha
    replied to How to send mail with attachment in php
    in PHP
    No the message is not spam.
    See more | Go to post

    Leave a comment:


  • Ravigandha
    replied to How to send mail with attachment in php
    in PHP
    Here is my code
    Code:
    $id=$_SESSION['mailid'];
      $sub=$_POST[subj];
      $msg=$_POST[message];
       $body=       "----------------------------Messagee--------------------------------\n" .
                  "$msg\n";
      $from="info@gokulmarriage.com";
       "Upload: " . $_FILES["fileatt"]["name"] . "<br />";
     "Type: " . $_FILES["fileatt"]["type"]
    ...
    See more | Go to post

    Leave a comment:


  • Ravigandha
    started a topic How to send mail with attachment in php
    in PHP

    How to send mail with attachment in php

    Exactly the question is i have a code that is working fine in sending mail with attachments, but when the mail is sent to yahoo address the attachment file is not displaying ? Why this is happening where as it works fine for gmail, mydomain mails displaying the attachment !
    See more | Go to post

  • Passing value from Popup window to parent window

    Hi every one.

    I am developing a online movie tickets website. And im struck at this point.

    I have a link when on clicking the link a pop window opens where in that how to display all the check boxes. When selected the check boxes and close the window the parent window have to display the selected values result without refreshing !

    Any suggestion is very much needful to me !
    See more | Go to post

  • Ravigandha
    replied to How to read the content of mail?
    in PHP
    I am Unable to understand about imap. could u tell me exatly wt to do?
    See more | Go to post

    Leave a comment:


  • Ravigandha
    replied to How to read the content of mail?
    in PHP
    Thanks for u reply.So they is a way to read the content of mail from outlook.
    Ok I go through IMAP and come back again!
    See more | Go to post

    Leave a comment:


  • Ravigandha
    started a topic How to read the content of mail?
    in PHP

    How to read the content of mail?

    Hello everyone,

    I want to read the content of the mail from outlook express.
    then send that content to other mail. First is it possible to read the content of mail in PHP?

    waiting for ur comments
    See more | Go to post

  • Ravigandha
    replied to Curl proxy
    in PHP
    Ya my prb solved. I changed my server frm windows to Linux. where no need to give proxy.
    See more | Go to post

    Leave a comment:


  • Ravigandha
    started a topic Curl proxy
    in PHP

    Curl proxy

    Hello i have a problem with proxy the following code which is working in my localhost,and when i upload it to my server its displaying error code is :
    [PHP]define('USE_PRO XY',FALSE);
    /**
    PROXY_HOST: Set the host name or the IP address of proxy server.
    PROXY_PORT: Set proxy port.

    PROXY_HOST and PROXY_PORT will be read only if USE_PROXY is set to TRUE
    */
    define('PROXY_H OST', '127.0.0.1');...
    See more | Go to post

  • Ravigandha
    replied to Search function in PHP
    in PHP
    Hello,
    try this in if condition
    [PHP]$searchtext=$_p ost['search'];
    $q="SELECT * FROM 'xxx' WHERE 'xxx' LIKE '%$searchtext%' " ;
    [/PHP]...
    See more | Go to post

    Leave a comment:


  • Ravigandha
    replied to Problem with refresh
    in PHP
    hello, just put this code
    [PHP] error_reporting (0);[/PHP]
    on the first line and give a shot.hope it will be solved?...
    See more | Go to post

    Leave a comment:


  • Ravigandha
    replied to Session logout problem
    in PHP
    Hi,
    The problem is solved, it is nothing to do with my code. As the problem is from hosting side, In hosting server there were some permission issues in session directory. After resetting the permissions it worked.
    Thanks
    See more | Go to post

    Leave a comment:


  • Ravigandha
    replied to logout script not working properly.
    in PHP
    Hi everbody,
    I have also faced this kind of problem like session working in localhost and not working when uploaded, Now i got solution for this.
    I have contact the hosting server and described the issue,then they came to my aid and help me out. The problem was "Due to some permission issue in session directory " that's why we were facing this problem.

    The problem I faced and how it is solved i mention it,But...
    See more | Go to post

    Leave a comment:


  • Inserting and retrieveing special characters in Mysql using php

    Hello everybody,
    My question is how to insert special characters and symbols in Mysql5 database and how to retrieve them from database in php.
    Here i am inserting some data from a form,by post method like
    [PHP]$data=$_post[''field name"];[/PHP]
    after this i am inserting in database,
    [PHP]mysql_query("in sert into tbl_name(column name) values('$data') ");[/PHP]
    Everthing working fine when we...
    See more | Go to post

  • Ravigandha
    replied to Session logout problem
    in PHP
    Thanks for replying, yes it works well in localhost but not when i upload in website!
    See more | Go to post

    Leave a comment:


  • Ravigandha
    started a topic Session logout problem
    in PHP

    Session logout problem

    Hello everbody,
    My problem is.My code is working in localhost but not working when i upload it to website.In this case is it the problem with the hosting server or with php sessions as i have used.
    My code for logout page is
    [PHP] <?php
    ob_start();
    session_start() ;
    session_unset() ;
    $_SESSION["regid"]= "";
    $_SESSION["email"]= "";
    $_SESSION["firstname"]=...
    See more | Go to post
No activity results to display
Show More
Working...