Hi, Using command line we can do this. Here we can use 2 options for sending mail i think 1. Commandline execution use like exec() or shell_exec() 2. Using...
625
Chidanand.
chidanandgb_...
Aug 2, 2007 3:54 am
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...
626
Vinu Thomas
uglyftp
Aug 2, 2007 7:43 am
You can use strip_tags to remove the HTML tags: http://in.php.net/manual/en/function.strip-tags.php Regards, Vinu ... -- ... www.vinuthomas.com ...
627
CS Shyam Sundar
ssundar85
Aug 2, 2007 7:47 am
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...
628
ganu
dave.ankur
Aug 2, 2007 1:59 pm
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...
629
Pritesh Loke
priteshloke
Aug 3, 2007 9:25 am
Hello to all i am using phpmailer clas for sending email and used header for that function $headers = 'FromName: '.$et_obj->et_from_name . "\r92;n". 'From:...
630
bhavna_coolinus
Aug 3, 2007 12:30 pm
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...
631
Vinu Thomas
uglyftp
Aug 3, 2007 2:11 pm
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...
633
binay tiwary
binay4ever
Aug 5, 2007 4:13 am
i have no idea about postgress sql how to create login and registration form plz help me or send url code source if u have...
634
bhavna patel
bhavna_coolinus
Aug 6, 2007 7:31 am
Hey thanks alot Vinu.. it worked. I was not aware of this matter. :( anyways thank you very much. ... From: Vinu Thomas <vinuthomas@...> To:...
635
ganu
dave.ankur
Aug 6, 2007 7:36 am
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...
636
Roshith Kaniyamchalil
roshith_kc
Aug 6, 2007 2:34 pm
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 ...
637
Pritesh Loke
priteshloke
Aug 6, 2007 2:35 pm
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...
638
bhavna_coolinus
Aug 6, 2007 2:36 pm
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"...
639
ganu
dave.ankur
Aug 6, 2007 5:32 pm
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...
640
Hari
harirajamoni
Aug 7, 2007 7:13 am
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...
641
jatinder kaur
jatinder_php
Aug 7, 2007 7:13 am
hi pritesh, u can try this and let me know ************************ $fromName = $et_obj->et_from_name; $from = $et_obj->et_from_email; $headers = 'FromName:...
642
bhavna patel
bhavna_coolinus
Aug 7, 2007 7:18 am
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...
643
sakthi murugan
sakthi_it
Aug 7, 2007 1:29 pm
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...
644
Murugesan Periasamy
murugesanme
Aug 8, 2007 7:00 am
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...
645
bhavna patel
bhavna_coolinus
Aug 9, 2007 11:40 am
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...
646
guruj_r
Aug 14, 2007 10:16 am
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...
647
C S Shyam Sundar
ssundar85
Aug 14, 2007 10:50 am
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...
648
Pritesh Loke
priteshloke
Aug 15, 2007 6:07 am
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...
649
ganu
dave.ankur
Aug 16, 2007 3:37 am
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...
650
bhavna_coolinus
Aug 16, 2007 1:47 pm
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....
651
Vinu Thomas
uglyftp
Aug 16, 2007 2:25 pm
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...
652
bhavna patel
bhavna_coolinus
Aug 17, 2007 12:50 pm
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...
653
bhavna patel
bhavna_coolinus
Aug 17, 2007 12:52 pm
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...
654
Mahabaleshwar
mahihs2002
Aug 17, 2007 12:52 pm
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...