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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 680 - 711 of 1863   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
680 Vinu Thomas
uglyftp Send Email
Sep 3, 2007
7:15 am
The PHP development team would like to announce the immediate availability of PHP 5.2.4 <http://www.php.net/downloads.php#v5> . This release focuses on...
681 dhana_1706 Send Email Sep 3, 2007
3:54 pm
Hi, I have installed PHP already but GD library is not installed by default. I need to install the GD graphics library for displaying or creating Image. Can...
682 Ramkumar
rmkmr79 Send Email
Sep 4, 2007
3:33 am
Hi, On Win or Linux? Installation instruction can be found at http://php.net/gd On Windows it is very easy, just uncomment ;extension=php_gd2.dll in php.ini...
683 Amit Rana
amitrana77 Send Email
Sep 4, 2007
9:30 am
Hello Veenu, How are you? I have a suggestion, these days its very difficult to find right match between job and people. Its a two way thing, when I look for...
684 dhana_1706 Send Email Sep 5, 2007
12:45 pm
Hi, I have a requirement that in our project we have two or more web pages. Based on the request from the client, the web page will be executed from different...
685 Vinu Thomas
uglyftp Send Email
Sep 5, 2007
1:13 pm
Hi Amit, Thanks for your suggestion regarding Job posting for PHP developers in Bangalore. Instead of cluttering up the technical discussion board with job...
686 Vinu Thomas
uglyftp Send Email
Sep 5, 2007
1:43 pm
If you're looking at deploying a secure production server for PHP, then you've got to check out this tutorial. The tutorial outlines the following : * System...
687 bhavna patel
bhavna_coolinus Send Email
Sep 5, 2007
3:09 pm
Hi vinu, I am having one query regarding my Document_root in apache settings. I have apache installed in my local system but i want source files(project code)...
688 Vinu Thomas
uglyftp Send Email
Sep 6, 2007
4:03 am
Bhavna, Apache should be able to access the network drive. You can check apache's error log to figure out why apache fails to startup. ... www.vinuthomas.com ...
689 Mahabaleshwar
mahihs2002 Send Email
Sep 6, 2007
7:29 am
Dear Dhana, You can pass informations between pages via different methods. 1.GET/POST methods of Form 2.Sessions/Cookies 3. Using database. For your...
690 Mahabaleshwar
mahihs2002 Send Email
Sep 6, 2007
7:29 am
Dear Dhana, You have to recompile the php with GD support. To enable GD-support configure PHP --with-gd[=DIR], where DIR is the GD base install directory. To...
691 bhavna patel
bhavna_coolinus Send Email
Sep 6, 2007
7:29 am
hi, As i have change to Documentroot "Z:/project_dir" It is giving following error in error log [Thu Sep 06 08:23:34 2007] [notice] Parent: Received restart...
692 jatinder kaur
jatinder_php Send Email
Sep 6, 2007
2:14 pm
hi mohan, FIle elist.txt firstemail@... secondemail@... yourplace@... another@... <?php // read the list of emails from the...
693 jatinder kaur
jatinder_php Send Email
Sep 6, 2007
2:14 pm
hi bhavna, DocumentRoot "Z:/project_directory" Note forward slash in httpd.conf file jatinder ... [Non-text portions of this message have been removed]...
694 dhana_1706 Send Email Sep 7, 2007
8:15 am
Hi, I have the XML file of size 80 MB. I cannot able to read the xml file. kindly anyone tell me how to read the XML file? Note: I am getting following error, ...
695 Vinu Thomas
uglyftp Send Email
Sep 7, 2007
8:21 am
Dhana, You can change the Maximum Execution time in php.ini buy changing the value of max_execution_time in the file or use the following line in your PHP...
696 Amit Rana
amitrana77 Send Email
Sep 8, 2007
6:05 am
Another way is to split the file and read in chunks. ... file....
697 kumar_namburu Send Email Sep 9, 2007
12:27 pm
Hi all, I would like to learn about Web servies.If you have any help file and examples please send to me. Thanks in advance, Kumar....
698 kumar_namburu Send Email Sep 9, 2007
12:29 pm
Hi, Smarty will execute the files in the server it self and return the values(if any) to the html page ie., browser. If you write same in the javascript file...
699 Ramkumar
rmkmr79 Send Email
Sep 10, 2007
3:18 am
Hi, I have worked only once in accessing a webservice sending data and processing response. But the client had given most of the code, and I had to just...
700 Pritesh Loke
priteshloke Send Email
Sep 10, 2007
5:41 am
Hello When u want to include script dont used literal ... Thank you PML kumar_namburu <kumar_namburu@...> wrote: Hi, ...
701 Anil Konsal
anil_konsal Send Email
Sep 10, 2007
10:01 am
I have worked somewhat with SOAP in PHP. created a SOAP server in PHP and two SOAP clients, one in PHP and one in ASP.NET. In PHP you have to download the...
702 Vinu Thomas
uglyftp Send Email
Sep 10, 2007
1:45 pm
Here's a good article from Zend showing you how to create your own search engine using Zend_Search_Lucene ( part of the Zend Framework). "One of the features...
703 Vinu Thomas
uglyftp Send Email
Sep 10, 2007
2:07 pm
The implementation of a SOAP client/server depends on the libraries you're planning to use: PHP 5 comes with an in-built SOAP extension. Here's how to use it: ...
704 siva prem
sivaprem_78 Send Email
Sep 10, 2007
2:07 pm
dhana, This should work <? $from = "test@..."; $headers = 'MIME-Version: 1.0' . "\r&#92;n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' ....
705 siva prem
sivaprem_78 Send Email
Sep 10, 2007
2:43 pm
Hello friends I am planning to build a system where i can issue commands thru mail. So i require to Parsing e-mail. i am find it bit tricky. looking for some...
706 jatinder kaur
jatinder_php Send Email
Sep 11, 2007
3:34 am
Dear dhana, I faced similar problem and finally the following header worked after search and research, content-type putting"\r\n<table>" is very important....
709 Vijay Barve
vjaybarve Send Email
Sep 11, 2007
4:21 am
Dear Friends, I am looking for a simple User Authentication Module for a website I am trying to develop. On searching for it, I got several options, but ...
710 Chidu
chidanandgb_... Send Email
Sep 11, 2007
5:51 am
Hi Siva, Instead of rather getting urself too much complicated, its better you use the pop3.class.in from phpclasses.org ...
711 siva prem
sivaprem_78 Send Email
Sep 11, 2007
6:19 am
Thanks Chidanand, I am doing bit of RD on the tips u have given....
Messages 680 - 711 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