Search the web
Sign In
New User? Sign Up
bang-phpug · Bangalore PHP User Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 625 - 655 of 1112   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
625
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...
Chidanand.
chidanandgb_...
Offline Send Email
Aug 2, 2007
3:54 am
626
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 ...
Vinu Thomas
uglyftp
Offline Send Email
Aug 2, 2007
7:43 am
627
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...
CS Shyam Sundar
ssundar85
Offline Send Email
Aug 2, 2007
7:47 am
628
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...
ganu
dave.ankur
Offline Send Email
Aug 2, 2007
1:59 pm
629
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:...
Pritesh Loke
priteshloke
Offline Send Email
Aug 3, 2007
9:25 am
630
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...
bhavna_coolinus
Offline Send Email
Aug 3, 2007
12:30 pm
631
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...
Vinu Thomas
uglyftp
Offline Send Email
Aug 3, 2007
2:11 pm
633
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...
binay tiwary
binay4ever
Offline Send Email
Aug 5, 2007
4:13 am
634
Hey thanks alot Vinu.. it worked. I was not aware of this matter. :( anyways thank you very much. ... From: Vinu Thomas <vinuthomas@...> To:...
bhavna patel
bhavna_coolinus
Offline Send Email
Aug 6, 2007
7:31 am
635
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...
ganu
dave.ankur
Offline Send Email
Aug 6, 2007
7:36 am
636
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 ...
Roshith Kaniyamchalil
roshith_kc
Offline Send Email
Aug 6, 2007
2:34 pm
637
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...
Pritesh Loke
priteshloke
Offline Send Email
Aug 6, 2007
2:35 pm
638
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"...
bhavna_coolinus
Offline Send Email
Aug 6, 2007
2:36 pm
639
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...
ganu
dave.ankur
Offline Send Email
Aug 6, 2007
5:32 pm
640
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...
Hari
harirajamoni
Offline Send Email
Aug 7, 2007
7:13 am
641
hi pritesh, u can try this and let me know ************************ $fromName = $et_obj->et_from_name; $from = $et_obj->et_from_email; $headers = 'FromName:...
jatinder kaur
jatinder_php
Offline Send Email
Aug 7, 2007
7:13 am
642
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...
bhavna patel
bhavna_coolinus
Offline Send Email
Aug 7, 2007
7:18 am
643
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...
sakthi murugan
sakthi_it
Offline Send Email
Aug 7, 2007
1:29 pm
644
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...
Murugesan Periasamy
murugesanme
Offline Send Email
Aug 8, 2007
7:00 am
645
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...
bhavna patel
bhavna_coolinus
Offline Send Email
Aug 9, 2007
11:40 am
646
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...
guruj_r
Offline Send Email
Aug 14, 2007
10:16 am
647
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...
C S Shyam Sundar
ssundar85
Offline Send Email
Aug 14, 2007
10:50 am
648
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...
Pritesh Loke
priteshloke
Offline Send Email
Aug 15, 2007
6:07 am
649
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...
ganu
dave.ankur
Offline Send Email
Aug 16, 2007
3:37 am
650
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....
bhavna_coolinus
Offline Send Email
Aug 16, 2007
1:47 pm
651
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...
Vinu Thomas
uglyftp
Offline Send Email
Aug 16, 2007
2:25 pm
652
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...
bhavna patel
bhavna_coolinus
Offline Send Email
Aug 17, 2007
12:50 pm
653
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...
bhavna patel
bhavna_coolinus
Offline Send Email
Aug 17, 2007
12:52 pm
654
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...
Mahabaleshwar
mahihs2002
Offline Send Email
Aug 17, 2007
12:52 pm
655
Bhavna, Are you on windows? If so, you can add an exception in the firewall to allow port 80 traffic. Here's a link which shows you how: ...
Vinu Thomas
uglyftp
Offline Send Email
Aug 17, 2007
1:01 pm
Messages 625 - 655 of 1112   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help