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: 1016
  • Category: PHP
  • Founded: May 29, 2006
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 55 - 84 of 1869   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
55 bang-phpug@yahoogroup... Send Email Jul 1, 2006
9:17 pm
The following bang-phpug poll is now closed. Here are the final results: POLL QUESTION: We're planning to have a PHP meetup next week (July 1st Week). What is...
56 pritesh loke
priteshloke Send Email
Jul 2, 2006
7:29 am
Can any body tell me what is php meet up any projets related php. bang-phpug@yahoogroups.com wrote: The following bang-phpug poll is now closed. Here are the ...
57 bhavna patel
bhavna_coolinus Send Email
Jul 3, 2006
10:16 am
Is there any class for sending mail...without changing php.ini for smtp..? let me know if any class is available?...
58 Vinu Thomas
uglyftp Send Email
Jul 3, 2006
10:45 am
If you're looking at an SMTP mailer, check out the following class: http://www.phpclasses.org/browse/package/14.html If you want to add attachments to the...
59 ashok kumar
vak108 Send Email
Jul 4, 2006
5:58 am
You can check for phpmailer class(class.phpmailer.php). It is a predefined class where u can use the functions of that class for sending mail. You have to...
60 lalit kumar
lalit774 Send Email
Jul 4, 2006
2:36 pm
hi all guys Is there any class for searching in a database ..? let me know if any class is available? lalit __________________________________________________ ...
61 Prasanth Nair
prasanthforphp Send Email
Jul 5, 2006
12:42 pm
Hi All, In my system I want to compare two word documents ,but my server is a Linux one and thats y I cant create COM object . Any othermethods to find this...
62 ashok kumar
vak108 Send Email
Jul 5, 2006
12:46 pm
Can we call scripts written in RedHat Linux 9.0 from PHP scripts. I have written one script in Linux which does have some system calls, now i want to call this...
63 lalit kumar
lalit774 Send Email
Jul 5, 2006
4:14 pm
hi all , how to store a sessions in a database automatically?. plz help me .. i need this method........................ lalit chd 09888711687 ...
64 ansar ansar
ansarahmed_8 Send Email
Jul 5, 2006
9:42 pm
Hi lalit, Your question is bit confusing man? What do u mean by storing in database automatically? once the page load the session data should be stored in...
65 Vinu Thomas
uglyftp Send Email
Jul 6, 2006
3:29 am
Lalit, You could take a look at the following link: http://www.raditha.com/php/session.php They show you how to override the default php session handling...
66 Vinu Thomas
uglyftp Send Email
Jul 6, 2006
3:40 am
Ashok, You should be able to call the script using php's system or exec command: http://in2.php.net/system http://in2.php.net/manual/en/function.exec.php ...
67 Vinu Thomas
uglyftp Send Email
Jul 6, 2006
3:42 am
Prasanth, You can invoke COM objects if you install PHP on your Windows machine. Here are some links to get you started: http://in.php.net/COM ...
68 lalit kumar
lalit774 Send Email
Jul 6, 2006
1:35 pm
hi Ansar , there is some configration settings in apache configration file or php.ini file. i wnat to know those settings.? thks lalit ansar ansar...
69 prasanthforphp Send Email Jul 11, 2006
5:12 am
Hi, plz try this one <?php //////////////////////////////////////////////////// // PHPMailer - PHP email class // // VERION 1.71 // // Class for sending email...
70 prasanthforphp Send Email Jul 11, 2006
5:12 am
But vinu, My server is debian... ... machine. ... PHP...
71 Vinu Thomas
uglyftp Send Email
Jul 11, 2006
5:19 am
Prashanth, You can use diff tools to get the differences in the word docs. You can invoke the diff utilities using php's shell_exec function. Diffutils: ...
72 ashok kumar
vak108 Send Email
Jul 17, 2006
6:25 am
Hi, Iam trying to create a new user by using /home/vpopmail/bin/vadduser test@... password from PHP. When iam running the PHP script from the browser...
73 lalit kumar
lalit774 Send Email
Jul 18, 2006
3:22 am
Haey ... me again ... I'm trying to make a table in database that would autodelete all records older than 5 minutes. I would like that records in table in DB...
74 Vinu Thomas
uglyftp Send Email
Jul 18, 2006
3:40 am
Ashok, If PHP is configured to run in safe mode, you'll not be able to execute any command which is outside the configured directory (usually your web root). ...
75 pritesh loke
priteshloke Send Email
Jul 18, 2006
5:09 am
Hello When you inserting that data take time also and check that data insert time after 5 min delete that .for that you write script on that page_load event...
76 Vinu Thomas
uglyftp Send Email
Jul 18, 2006
5:12 am
Lalit, If you're using MySQL 5, you should be able to create a trigger which deletes the older records on every insert or update. ...
77 ashok kumar
vak108 Send Email
Jul 24, 2006
4:00 am
Hi, How can we receive data(data is in HTML format) from PHP to flash. Iam able to recieve normal text. It is giving problem if the data to be received is in...
78 ashok kumar
vak108 Send Email
Jul 24, 2006
4:00 am
Hi, Thankq Thomas for your suggestion. But at last solved it in another way by changing the visudo file. steps to be followed: 1. go to command prompt. 2. type...
79 lalit kumar
lalit774 Send Email
Jul 25, 2006
7:11 am
hi plz help me How can I use PGP with PHP? lalit __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best...
80 Vishwanath B
vishwanath_cse Send Email
Jul 25, 2006
12:21 pm
hi i know how to use gpg with php... i didnt try for pgp... Even i have a doubt...How to run the encrypted php files(encrypted using gpg)? lalit kumar...
81 Vinu Thomas
uglyftp Send Email
Jul 26, 2006
3:53 am
Ashok, You can serialize the data and send it from PHP to Flash. You could try the following: In PHP: echo "output=" ....
82 Vinu Thomas
uglyftp Send Email
Jul 26, 2006
3:59 am
Lalit, Usually for commerical sites, we use GPG(GnuPG) instead of PGP, since there's no need of paying a license for GPG. The tutorials linked below can be...
83 Vinu Thomas
uglyftp Send Email
Jul 26, 2006
1:50 pm
Justin Silverton has some tips over at his blog on how to improve performance of OO PHP code. "The following tips can help in optimizing object-orientated...
84 Mahabaleshwar
mahihs2002 Send Email
Jul 26, 2006
3:14 pm
I have a problem with tabed browsing(in FireFox)and when i am in search of a solution for this problem I found following qoutes in the php.net site, FF...
Messages 55 - 84 of 1869   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