[PHP] How to load PDF file page by page

2005-01-20 Thread Deepak Dhake
Hello all, Can anyone tell me how to read large PDF file and outputs it but the PDF file should load page by page before it completely downloads. Thanks in advance! Deepak -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How to load PDF file page by page

2005-01-20 Thread Deepak Dhake
Hi Richard, There is a concept called byte-serving with you can control the loading of PDF file using PHP. I am not very sure how to do it. If you get a chance to look into it then please let me know. Thanks, Deepak Richard Lynch wrote: Deepak Dhake wrote: Can anyone tell me how to read

[PHP] help in php script

2004-11-04 Thread Deepak Dhake
I have a following PHP file TimeRotateImage.php which prints an image ?php $curr_time = (localtime()); if ($curr_time[2] = 6 and $curr_time[2] = 17) { PRINT IMAGE_1; } else { PRINT IMAGE_2; } ? I want to use this script in another file to display the image. the tag should be img

Re: [PHP] help in php script

2004-11-04 Thread Deepak Dhake
='TimeRotateImage.php'; ? did you get what i am saying? please let me know if you have some solution. thanks Klaus Reimer wrote: Deepak Dhake wrote: But i am not getting any output if i follow the above procedure. Can you tell me how to do it? I have to have the script TimeRotateImage.php which

[PHP] GD installation problem

2004-08-20 Thread Deepak Dhake
Can anyone tell me how to install GD 2.0.28 (which support GIF) with php? Can you tell me all the instructions to follow? Thanks, _deepak -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] problem with mysql_fetch_array

2004-08-12 Thread Deepak Dhake
to print a row at a time. actually as i explained earlier, i am able to print a row at a time but when it becomes i=1 and starts outer loop for the second time it just printing the same values. any suggestion? thanks, deepak Justin Patrin wrote: On Wed, 11 Aug 2004 17:13:49 -0400, Deepak Dhake [EMAIL

[PHP] problem with mysql_fetch_array

2004-08-11 Thread Deepak Dhake
i am trying to print some values from a table with using mysql_fetch_array in a loop but not able to get correct values. it works fine for the loop i=0, prints all desired values but when it bocomes i=1 and starts the loop again the result values gets reset and prints the same old values. for