User Profile
Collapse
-
I think yahoo and hotmail is blocking all the attachments and displaying it in junk format ! Where as in others it is displaying attachments ! -
-
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"]
Leave a comment:
-
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 ! -
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 ! -
I am Unable to understand about imap. could u tell me exatly wt to do?Leave a comment:
-
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!Leave a comment:
-
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 -
Ya my prb solved. I changed my server frm windows to Linux. where no need to give proxy.Leave a comment:
-
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');... -
Hello,
try this in if condition
[PHP]$searchtext=$_p ost['search'];
$q="SELECT * FROM 'xxx' WHERE 'xxx' LIKE '%$searchtext%' " ;
[/PHP]...Leave a comment:
-
hello, just put this code
[PHP] error_reporting (0);[/PHP]
on the first line and give a shot.hope it will be solved?...Leave a comment:
-
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.
ThanksLeave a comment:
-
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...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... -
Thanks for replying, yes it works well in localhost but not when i upload in website!Leave a comment:
-
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"]=...
No activity results to display
Show More
Leave a comment: