Search the web
Sign In
New User? Sign Up
in-phpug · Indian PHP User Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2736 - 2765 of 3262   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2736
Hello, We are developing an application which takes input from a scanner. The scanning operation will be controlled through the application. Can we developo...
Nandan Warnekar
nandanwon
Offline Send Email
Sep 7, 2006
11:38 am
2737
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@...
Send Email
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...
Diabolic Preacher
diabolic_pre...
Offline Send Email
Sep 8, 2006
4:51 am
2739
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 ...
kondapa naidu
kondapa_m
Offline Send Email
Sep 8, 2006
5:51 am
2740
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@...
Send Email
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@...
Send Email
Sep 11, 2006
12:50 pm
2742
Make Sure you have the permission right for the Folder you are uploading to! ... -- Thanks Anurag Bhatia , ...
Anurag's
abhatia6feb
Offline Send Email
Sep 12, 2006
4:25 am
2743
... Your upload file input box name is "myfile",so the code should be if(is_uploaded_file($_FILES['myfile']['tmp_name'])) { ...
Aparna
aparnashelare
Offline Send Email
Sep 12, 2006
5:03 am
2744
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@...
Send Email
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...
kaushiksaha1
Offline Send Email
Sep 12, 2006
5:07 am
2746
hi, just change your text box name "myfile" into "file". that's all... Take Care... G. Sabari Nathan.Software Engineer, Primary Development India. ...
sabari nath
nicesabari
Online Now Send Email
Sep 12, 2006
5:53 am
2747
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@...
Send Email
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....
gautam_php4
Offline Send Email
Sep 15, 2006
11:58 am
2749
isnt heat map a graph ? you can use graph class for the same in case it is ? else explain in detail. Regards, Accilies...
accilies
shoeb_surya
Offline Send Email
Sep 16, 2006
5:13 am
2750
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. ...
Murali
bmk_srgm
Online Now Send Email
Sep 16, 2006
7:04 am
2751
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...
abhishek jain
ejaincom
Online Now Send Email
Sep 16, 2006
12:43 pm
2752
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...
kaushik saha
kaushiksaha1
Offline Send Email
Sep 18, 2006
9:19 am
2753
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@...
Send Email
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:...
gagandeep thukral
gagan_thukral7
Offline Send Email
Sep 18, 2006
9:50 am
2755
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...
Gautam Prasad
gautam_php4
Offline Send Email
Sep 18, 2006
10:26 am
2756
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...
Vixel Technologies
emailraees
Offline Send Email
Sep 18, 2006
12:09 pm
2757
... 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...
Dr. Tarique Sani
tariquesani
Offline Send Email
Sep 18, 2006
12:10 pm
2758
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...
fci asd2
mocmfci
Offline Send Email
Sep 20, 2006
12:32 pm
2759
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 ... -- ...
Rohan Prabhu
rohan_gnome
Offline Send Email
Sep 21, 2006
5:24 am
2760
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...
Aditya Mooley
aadityamooley
Offline Send Email
Sep 21, 2006
6:21 am
2761
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...
fci asd2
mocmfci
Offline Send Email
Sep 21, 2006
7:27 am
2762
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...
Aditya Mooley
aadityamooley
Offline Send Email
Sep 21, 2006
8:15 am
2763
If you do any change in php.ini on the server then you need to restart the web server to see the changes ! ... -- Thanks Anurag Bhatia , ...
Anurag's
abhatia6feb
Offline Send Email
Sep 21, 2006
8:28 am
2764
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...
fci asd2
mocmfci
Offline Send Email
Sep 21, 2006
4:49 pm
2765
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...
uday_moruskar
Offline Send Email
Sep 25, 2006
7:27 am
Messages 2736 - 2765 of 3262   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help