Search found 8 matches

by khalidanwar123
Sun Aug 02, 2009 5:42 am
Forum: General Discussion
Topic: gd2 is missing !!!
Replies: 3
Views: 377

Re: gd2 is missing !!!

Extremely sorry to bother you guys. I was playing around with wrong ini file.
Thanks any way :|
by khalidanwar123
Sat Aug 01, 2009 4:45 pm
Forum: General Discussion
Topic: gd2 is missing !!!
Replies: 3
Views: 377

gd2 is missing !!!

i have installed PHP Version 5.2.5 in xp. My gd2 library is not shown in the phpinfo(). i have uncomment it in the ini as well and the dll is in the ext folder. What could be the reason of it? any suggestion? also, get_loaded_extensions(); shows only : [0] => bcmath [1] => calendar [2] => com_dotnet...
by khalidanwar123
Fri Dec 05, 2008 3:07 am
Forum: General Discussion
Topic: help in php script
Replies: 4
Views: 375

Re: help in php script

Thanks i will try this , if things did not work then i will think about c,c++ or java.
by khalidanwar123
Thu Dec 04, 2008 11:58 am
Forum: General Discussion
Topic: help in php script
Replies: 4
Views: 375

Re: help in php script

There is a folder containing millions of other folders in it, Thus became a huge one ( in terabytes ) . I'm trying to read the folder names within that. There is only 2 level directory structure. One root folder and millions of folders in it. The above code is an example what i am trying to do. I do...
by khalidanwar123
Wed Dec 03, 2008 3:03 pm
Forum: General Discussion
Topic: help in php script
Replies: 4
Views: 375

help in php script

i am trying to read a folder and write its file names into excel. here is script it works for small folder but my folder is in terabyte. It is not able to open it for reading. is there any way to do so ? <?php ini_set("display_errors",1); $ourDir = "C:/wamp/"; $d = dir($ourDir); ...
by khalidanwar123
Wed Dec 03, 2008 2:45 pm
Forum: General Discussion
Topic: unable to open a folder
Replies: 3
Views: 410

Re: unable to open a folder

Is there any way in php to read a folder file names.
The folder size is huge in terabytes.
by khalidanwar123
Mon Nov 24, 2008 6:28 am
Forum: General Discussion
Topic: unable to open a folder
Replies: 3
Views: 410

unable to open a folder

I am unable to open a huge folder (in TB's). Is there any way to open it using shell commands ?
I hope i will get some help from here .

Thanks
by khalidanwar123
Sun Nov 23, 2008 5:38 am
Forum: General Discussion
Topic: print adjustment
Replies: 1
Views: 329

print adjustment

Hi all,
I need to print a user ticket. How can i print it at the bottom of the page of standar A4 size ?
do i need to create a popup page of the exact page size ?
Any idea?
Thanks.