Thanks Chidanand, I am doing bit of RD on the tips u have given....
710
Chidu
chidanandgb_...
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 ...
709
Vijay Barve
vjaybarve
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 ...
706
jatinder kaur
jatinder_php
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....
705
siva prem
sivaprem_78
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...
704
siva prem
sivaprem_78
Sep 10, 2007 2:07 pm
dhana, This should work <? $from = "test@..."; $headers = 'MIME-Version: 1.0' . "\r92;n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' ....
703
Vinu Thomas
uglyftp
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: ...
702
Vinu Thomas
uglyftp
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...
701
Anil Konsal
anil_konsal
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...
700
Pritesh Loke
priteshloke
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, ...
699
Ramkumar
rmkmr79
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...
698
kumar_namburu
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...
697
kumar_namburu
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....
696
Amit Rana
amitrana77
Sep 8, 2007 6:05 am
Another way is to split the file and read in chunks. ... file....
695
Vinu Thomas
uglyftp
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...
694
dhana_1706
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, ...
693
jatinder kaur
jatinder_php
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]...
692
jatinder kaur
jatinder_php
Sep 6, 2007 2:14 pm
hi mohan, FIle elist.txt firstemail@... secondemail@... yourplace@... another@... <?php // read the list of emails from the...
691
bhavna patel
bhavna_coolinus
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...
690
Mahabaleshwar
mahihs2002
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...
689
Mahabaleshwar
mahihs2002
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...
688
Vinu Thomas
uglyftp
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 ...
687
bhavna patel
bhavna_coolinus
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)...
686
Vinu Thomas
uglyftp
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...
685
Vinu Thomas
uglyftp
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...
684
dhana_1706
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...
683
Amit Rana
amitrana77
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...
682
Ramkumar
rmkmr79
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...
681
dhana_1706
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...
680
Vinu Thomas
uglyftp
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...