Hello, We are developing an application which takes input from a scanner. The scanning operation will be controlled through the application. Can we developo...
Hi, I recently came to know that desktop applications can be developed using PHP and GTK. See if http://gtk.php.net/ is useful to you. I think you should...
krishna.srikanth@...
Sep 7, 2006 12:35 pm
2738
do you think http://developer.berlios.de/projects/phpocr/ will help? the description says "This is class can be used as a tool for optical character...
Hi, In my web application i am using Spaw editor for mail compose.It is taking 4 seconds time to load.by this time i am planning to display process bar.How to ...
Dear all, I am writing a script for uploading a file to a particular folder. I have written the following script: The script does not give any error. But the...
Gauri Sharangpani
gauri.lokesh@...
Sep 11, 2006 12:01 pm
2741
It seems file permission errors. Server tries to write to the folder which it doesn't have write access. Either, 1) Figure out what the error is....
krishna.srikanth@...
Sep 11, 2006 12:50 pm
2742
Make Sure you have the permission right for the Folder you are uploading to! ... -- Thanks Anurag Bhatia , ...
If you are trying to create a text (or some other) file in 777 folder, but unable to work it out, ask the webserver admin to chmod using terminal in Unix. Once...
krishna.srikanth@...
Sep 12, 2006 5:04 am
2745
hi, I want to scan documents using a TWAIN scanner in PHP. I am working on a Windows platform with PHP, Mysql, Apache web server combination.For example i have...
Dear All, Thanks a lot.. I changed the textbox name.. It works.. That was clumsy :( Thanks a lot again.... -- Gauri Sharangpani. Software Consultant, ...
Gauri Sharangpani
gauri.lokesh@...
Sep 12, 2006 9:11 am
2748
Hi all, Can any body help me, how to draw Heat Map. Is there any functionality to draw Heat Map using PHP? Thanks / Rgds, GTM....
Hi all, I want to print the PDF file in the virutal directory using PHP. I used printer_write function, but it prints the text not a file. How to do this. ...
Hi, I installed joomla on a subdomain, i now have a domain and wants to use that one on existing joomla on existing serveri have configured the server to point...
Hi everyone, I wanted to ask few simple questions on PHP versions, since i am new to PHP so please bear with me 1) Whats the difference between any two PHP...
Hi Kaushik, My answers for your questions, 1) PHP5 is more object oriented than PHP4. 2) We cant say unless its specified. One simple trick. If its more of ...
krishna.srikanth@...
Sep 18, 2006 9:47 am
2754
Hi, U can use fpdf class which comes with php.To create pdf file dynamically. Gagandeep singh Murali <bmk_srgm@...> wrote:...
Hi Accilies, Ya, Heat Map is a graph but not simple graph. Situation some what like, Some control processes are running and some conditions are defined. If...
Hi Gautam Maybe i am wrong but a small suggestion instead of considering that heat map graph as graph if we consider that image and try to fill it with a...
... Isn't this a scattergram? One of the characteristics of a heat map is that the ranges of values on the X axis are expressed as colors. An simple example...
hello i have a problem in my session when i uploaded my site to host server. the site works good in local server but when i upload it this problems has appears...
haven't used sessions must, but all i know is that session ids are actually stored in a cookie on the client side. That's all i actually know :D ... -- ...
Hi Can you post the SESSION settings of the remote server here. You can get that information by looking at phpinfo. There are some server side settings which...
Hi thanks to every on help me i found that in local server session.auto_start option is enabled but in hosting server is disabled i enabled it in php.ini file...
Hello If your hosting server is on Linux/Unix you will have to restart the web server in order to use the latest php.ini file. Also check the the values of...
thanx to every one help me or tried to help me the problem has solved thanx again Aditya Mooley <aadityamooley@...> wrote: Hello If your hosting server...
I want to add content manager in my web page.after add the code in php file the error is display_ error: Fatal error: Call to a member function append() on a...