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...
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...
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...
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...
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...
Hi Amit, Thanks for your suggestion regarding Job posting for PHP developers in Bangalore. Instead of cluttering up the technical discussion board with job...
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...
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, 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 ...
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...
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...
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...
hi bhavna, DocumentRoot "Z:/project_directory" Note forward slash in httpd.conf file jatinder ... [Non-text portions of this message have been removed]...
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, 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...
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...
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...
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...
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...
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: ...
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...
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....
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 ...