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...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 680 - 711 of 1103   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
680
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...
Vinu Thomas
uglyftp
Offline Send Email
Sep 3, 2007
7:15 am
681
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...
dhana_1706
Online Now Send Email
Sep 3, 2007
3:54 pm
682
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...
Ramkumar
rmkmr79
Offline Send Email
Sep 4, 2007
3:33 am
683
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...
Amit Rana
amitrana77
Offline Send Email
Sep 4, 2007
9:30 am
684
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...
dhana_1706
Online Now Send Email
Sep 5, 2007
12:45 pm
685
Hi Amit, Thanks for your suggestion regarding Job posting for PHP developers in Bangalore. Instead of cluttering up the technical discussion board with job...
Vinu Thomas
uglyftp
Offline Send Email
Sep 5, 2007
1:13 pm
686
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...
Vinu Thomas
uglyftp
Offline Send Email
Sep 5, 2007
1:43 pm
687
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)...
bhavna patel
bhavna_coolinus
Offline Send Email
Sep 5, 2007
3:09 pm
688
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 ...
Vinu Thomas
uglyftp
Offline Send Email
Sep 6, 2007
4:03 am
689
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...
Mahabaleshwar
mahihs2002
Offline Send Email
Sep 6, 2007
7:29 am
690
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...
Mahabaleshwar
mahihs2002
Offline Send Email
Sep 6, 2007
7:29 am
691
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...
bhavna patel
bhavna_coolinus
Offline Send Email
Sep 6, 2007
7:29 am
692
hi mohan, FIle elist.txt firstemail@... secondemail@... yourplace@... another@... <?php // read the list of emails from the...
jatinder kaur
jatinder_php
Offline Send Email
Sep 6, 2007
2:14 pm
693
hi bhavna, DocumentRoot "Z:/project_directory" Note forward slash in httpd.conf file jatinder ... [Non-text portions of this message have been removed]...
jatinder kaur
jatinder_php
Offline Send Email
Sep 6, 2007
2:14 pm
694
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, ...
dhana_1706
Online Now Send Email
Sep 7, 2007
8:15 am
695
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...
Vinu Thomas
uglyftp
Offline Send Email
Sep 7, 2007
8:21 am
696
Another way is to split the file and read in chunks. ... file....
Amit Rana
amitrana77
Offline Send Email
Sep 8, 2007
6:05 am
697
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....
kumar_namburu
Offline Send Email
Sep 9, 2007
12:27 pm
698
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...
kumar_namburu
Offline Send Email
Sep 9, 2007
12:29 pm
699
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...
Ramkumar
rmkmr79
Offline Send Email
Sep 10, 2007
3:18 am
700
Hello When u want to include script dont used literal ... Thank you PML kumar_namburu <kumar_namburu@...> wrote: Hi, ...
Pritesh Loke
priteshloke
Offline Send Email
Sep 10, 2007
5:41 am
701
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...
Anil Konsal
anil_konsal
Offline Send Email
Sep 10, 2007
10:01 am
702
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...
Vinu Thomas
uglyftp
Offline Send Email
Sep 10, 2007
1:45 pm
703
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: ...
Vinu Thomas
uglyftp
Offline Send Email
Sep 10, 2007
2:07 pm
704
dhana, This should work <? $from = "test@..."; $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' ....
siva prem
sivaprem_78
Offline Send Email
Sep 10, 2007
2:07 pm
705
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...
siva prem
sivaprem_78
Offline Send Email
Sep 10, 2007
2:43 pm
706
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....
jatinder kaur
jatinder_php
Offline Send Email
Sep 11, 2007
3:34 am
709
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 ...
Vijay Barve
vjaybarve
Offline Send Email
Sep 11, 2007
4:21 am
710
Hi Siva, Instead of rather getting urself too much complicated, its better you use the pop3.class.in from phpclasses.org ...
Chidu
chidanandgb_...
Offline Send Email
Sep 11, 2007
5:51 am
711
Thanks Chidanand, I am doing bit of RD on the tips u have given....
siva prem
sivaprem_78
Offline Send Email
Sep 11, 2007
6:19 am
Messages 680 - 711 of 1103   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