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...
Show off your group to the world. Share a photo of your group with us.

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 1777 - 1806 of 3262   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1777
Dear friends, I want to browse the directory, if there is any subdirectory of it than that one also. It will give me a list like what we will get when we...
hiteshshah_it
Offline Send Email
Aug 4, 2005
1:06 pm
1778
Hi, I have a problem at hand. I need to print some invoice on a pre- printed stationary, also two invoices vertically on a single A4 size paper are to be...
jain_anu
Offline Send Email
Aug 4, 2005
1:37 pm
1779
Hi Try following code snippet ***************** <? $list = split("\n",`ls -l`); $pattern = "/[dwrx\-]{10}/"; foreach($list as $file) { $file = preg_split("/ ...
ninad panday
ninadpanday
Offline Send Email
Aug 5, 2005
5:28 am
1780
Hi, I guess we cannot control the way IE prints the doc. As far as your requirement is concerned, I guess you need to print the two copies side by side on a A4...
ninad panday
ninadpanday
Offline Send Email
Aug 5, 2005
5:28 am
1781
Hi, You can refer http://www.php.net/manual/en/ref.dir.php Ninad ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo!...
ninad panday
ninadpanday
Offline Send Email
Aug 5, 2005
5:31 am
1782
Hi, try to generate a PDF dynamically & then print it. Manoj ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail...
manoj sharma
manoj240375
Online Now Send Email
Aug 5, 2005
7:07 am
1783
My PHP4 scripts stops execution after just 1 min or so.. I have changed set_time_limit to 1200 from 30.. -- Thanks Anurag Bhatia, ...
Anurag's
abhatia6feb
Offline Send Email
Aug 5, 2005
7:28 am
1784
hi Change max_execution_time it whould work. regards N.somasundaram ... From: in-phpug@yahoogroups.com [mailto:in-phpug@yahoogroups.com]On Behalf Of Anurag's...
SomaSundaram .N
mathan_nss
Offline Send Email
Aug 5, 2005
8:05 am
1785
<? getcontent($MyFolder); function getcontent($file) { if (file_exists($file)) { if (is_dir($file)) { $handle = opendir($file); while($filename =...
anand tarey
whoelse_anand
Offline Send Email
Aug 5, 2005
8:26 am
1786
Hi Change max_execution_time = 0 and try. This ensures that your scripts dont quit after default 30 seconds. regards, Milindkumar Patil Anurag's...
Milindkumar Patil
mkumarpatil
Offline Send Email
Aug 5, 2005
11:24 am
1787
Hi Hitesh, Try following code ///////////////////////////////////////////////////// <? $dir_name = "/usr/local/temp"; //temp is directory that you want to...
Milindkumar Patil
mkumarpatil
Offline Send Email
Aug 5, 2005
11:27 am
1788
Hi, I am planning to make a website using php/mysql in Japanese language. Anybody who has experience in this already, please let me know because there are a...
Aseem Khurana
aseem_india
Offline Send Email
Aug 5, 2005
1:11 pm
1789
Hello All, Is there any way i can filter the html file control so that user may see only image file. e.g. when user clicks brows button , user should only see...
whoelse_anand
Offline Send Email
Aug 6, 2005
6:35 am
1790
hi all, can anyone help me for the following I need to find a system ip which is requesting a server. I use $_SERVER["REMOTE_ADDR"]; to find the...
shiva shankar
shivan_aqua
Offline Send Email
Aug 6, 2005
10:13 am
1791
hi I hope This might Be Helpful <? function detectProxy(&$ar) {//begin of function $gotcha=false; if(array_key_exists('HTTP_X_FORWARDED_FOR',$_SERVER) ... ...
SomaSundaram .N
mathan_nss
Offline Send Email
Aug 6, 2005
10:48 am
1792
Thank u fr ur kindly help. i had checked u r code. but i got the result as Not using a proxy regards shivashankar hi I hope This might Be Helpful <? function...
shiva shankar
shivan_aqua
Offline Send Email
Aug 6, 2005
12:01 pm
1793
I guess you test on to the local?? Try to upload to a websererv and then access it.. See my result Array ( [PORT] => 1888 [HOST] => unknown [IP] => 213.42.2.21...
shoeb
shoeb_surya
Offline Send Email
Aug 6, 2005
12:45 pm
1794
hi surya, Thank u fr u r consideration. I uploaded the file only in the server. I try this in two different server, each were running in Linux platform. is...
shiva shankar
shivan_aqua
Offline Send Email
Aug 9, 2005
11:30 am
1795
Hi guys, I need your help. I want a PHP script which would download a file securely. You might have come across links like http://something.com/pub/ ...
Mathew Paret
mathewparet
Offline Send Email
Aug 13, 2005
7:59 am
1796
Hi All, I have come across an error while working with PHP 5, apache 2.0 ,MySQL 4, WINDOWS 2000 and PHPMyAdmin tool. PHPMyAdmin tool displays list of all...
mkumarpatil
Offline Send Email
Aug 17, 2005
5:16 am
1797
HI Just try to change the browser... this could b a browser bug also... try to open in mozilla or netscape.. ... ...
imran rahi
imranforphp
Offline Send Email
Aug 17, 2005
6:20 am
1798
hi u r using apache on windows !! check apache logs for the error and fix it. Its not a browser issue. regards narayan ... ...
Narayan Kejriwal
koolguy2talk
Offline Send Email
Aug 17, 2005
7:15 am
1799
Hi Narayan, Thxx for suggetion I tried but unable to get the things properly. Could you plz guide me? Thanks, Milindkumar Patil mkumarpatil@... Narayan...
Milindkumar Patil
mkumarpatil
Offline Send Email
Aug 17, 2005
12:14 pm
1800
hi please send me ur apache log files or cut and paste the error message in te mail regards narayan __________________________________________________ Do You...
Narayan Kejriwal
koolguy2talk
Offline Send Email
Aug 17, 2005
2:54 pm
1801
Hi Friends, Now PERL do have a brilliant Multi-tasking Module called as POE. Do we have a same thing in PHP by which I can do parallel processing. eg. fetch 10...
abhishek jain
ejaincom
Offline Send Email
Aug 18, 2005
4:50 am
1802
Hi, Have you tried with any one of your php and mysql scripts (Not phpmyadmin)? just check with your own small database connection script. If it is working ,...
sudhir k
hellosudhir2000
Offline Send Email
Aug 18, 2005
4:56 am
1803
... FWIW see http://in.php.net/pcntl Tarique -- ============================================================= PHP Applications for E-Biz:...
Dr Tarique Sani
tariquesani
Offline Send Email
Aug 18, 2005
6:14 am
1804
hi all, I want to use xml with php. As i have one project of it available and as we know we have to enable three dll files for that. php_domxml.dll ...
hiteshshah_it
Offline Send Email
Aug 18, 2005
6:58 am
1805
Hi Sudhir, Thxx for response, Scripts with mysql connections are working fine without using phpmyadmin, no problem at all. But the problem is with PHPMyAdmin...
Milindkumar Patil
mkumarpatil
Offline Send Email
Aug 18, 2005
10:36 am
1806
Hi, Have you tried re-installing phpMyAdmin ? Just remove the installation folder and then re-install. ... -- Regards, Mathew Paret. [Non-text portions of this...
Mathew Paret
mathewparet
Offline Send Email
Aug 18, 2005
12:34 pm
Messages 1777 - 1806 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