Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

bang-phpug · Bangalore PHP User Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1011
  • Category: PHP
  • Founded: May 29, 2006
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 619 - 649 of 1863   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
619 Pradeep B V
pradeepbv Send Email
Jul 27, 2007
8:19 am
here you go.. <?php // the array having times. $ary = array("00:01:04", "00:00:48", "00:02:31", "00:00:35", "00:04:55", "00:13:42", "00:14:12"); // lets a...
620 ravi ganesh
raviganesh_12 Send Email
Jul 27, 2007
11:39 am
Hi all , It is possible to know the number of pages of a pdf file with php ? -- Regards, Ravi Ganesh [Non-text portions of this message have been removed]...
621 Pritesh Loke
priteshloke Send Email
Jul 28, 2007
3:17 am
Hello sorry but i have one problem agine this is my php time 01:10:00 and i have to passed this to javascript and create one counter how can i create this ? ...
622 guruj_r Send Email Jul 30, 2007
8:54 am
I have a requirement that mail to be sent at the background when the user needs data from a particular website... Meaning it is a product related website - on...
623 Chidu
chidanandgb_... Send Email
Jul 31, 2007
3:17 am
Hi , Its very simple, on the POST event of the button click call the phpmailer class to send the email... with all other variables and the mail() function... ...
624 Jeyaseelan
jeyaseelan_mca Send Email
Jul 31, 2007
12:25 pm
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_... Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 . "\r&#92;n". 'From:...
630 bhavna_coolinus Send Email 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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email 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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email 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 Send Email
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 Send Email
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 Send Email
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...
Messages 619 - 649 of 1863   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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