Hi to all, Well I have a very small thing here... I am able to retrieve emails from my POP3 account, but have an issue in parsing the message.. Message when...
Well., you can echo it right ! ... -- CS Shyam Sundar "In our world of game and con: there is always an opponent and there is always a victim. The trick: is to...
hey, what about using the perl in your script. perl will send mail fast. on the click from php page call exec() to any perl file. in perl file - greb all your...
Hello to all i am using phpmailer clas for sending email and used header for that function $headers = 'FromName: '.$et_obj->et_from_name . "\r\n". 'From:...
Hi all, My problem is how to delete history after coming into home page of my application. i am using cookies to get user information, I am also deleting these...
Rather than disable the back/forward buttons on the browser, you can send a header with your pages telling the browser not to cache the pages. You can do this...
google is best friend for all :) use google cheatsheet if you are not getting your result. - http://www.google.com/help/cheatsheet.html after your try if you...
hi all, please help me to convert the url http://domain.org/roshith/index.html?msg=s&action=paypal&id=10&tx=34535&amt=29.95&sig=sig using rewrite rules to ...
Hello to all when any used posting html data on textbox some times forgot to closed html tags i have serch and closed that tags ? any body have idea ? pls...
Hi all, I am using smarty with php. problem is literal tag in javascript (.js) file has not been recognised. e.g1: {literal} <script language="JavaScript"...
hey, I am not sure I am write or wrong. But see as you are telling that your first statement is printing as {#errenterOldPass#} now the smarty docs says if you...
Dear all, I am using two listboxes with multiple selection. I have moved the contents from the first list box to the second list box. But I am not able to get...
hi pritesh, u can try this and let me know ************************ $fromName = $et_obj->et_from_name; $from = $et_obj->et_from_email; $headers = 'FromName:...
hey, I have already included conf file in my header.tpl file so it will be available in every files. and that is why the second statement runs. but i dont know...
Hi Hari, i think you can declare the listbox name as an array e.g: test[] Then you can access in the post or REQUEST variable as array of all the values...
Hai all, I have a link to open a PDF file from my website. Every file has large memory. When i am opening a small size file, it is working. But when i try to...
Hi, I am not sure. You might be using BLOG type to store your data into database try to convert it into Large or midium blob, this is the one suggetion if you...
Hi, There is a requirement in our company to parse the xml and load the data in database and can be used for processing. I have used xml_parse command to parse...
Hi all., I have made localized captcha system. Right now I have localized it to 'unicode tamil' language, the concept can be easily extended to almost any...
Hello to all i am storing session id [session_id();] when any user comes one my website and he or she closed the browser i want to removed that session...
Hey, You can use in another way. 1. when the user comes next time, and he/she loges in. chk the db with the session status. IF the session is ON then update...
Hi, I have istalled apache in my system its running fine. But I am not able to access it through other system. Any suggetion regarding this. Thanks in advance....
Do you have any firewalls running on your system? If you have a firewall (or windows default firewall) you'll have to allow port 80 traffic through. Did you...
Hi vinu, Ya it was enable, Thanks alot.... Man i was tired to configure apache again n again, but c this was the problem... Thanks alot fro your quick...
One again Hi Vinu, I have installed Apache saperately, and I think Its good to enable firewall right?, So can You tell me what required changes i have to do...
Dear all, I have a problem in PHP session handling. when I open my website in two or more tabs in Firefox, Opera, IE 7.0 or use 'Control+N' in IE 6.0 to open a...