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 1143 - 1172 of 3262   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1143
hi i want to run a php script automatically once a day. that script has to delete some records based on the validity period. can anyone tell me the solution ...
Annasamudram Sree Lak...
sree_l21
Offline Send Email
Aug 2, 2004
7:58 am
1144
... make the script a Command line executeable PHP script and put it in the crontab Search for Command Line PHP scripts on google and also see the PHP manual...
Dr Tarique Sani
tariquesani
Online Now Send Email
Aug 2, 2004
10:22 am
1145
Hi there, I am having a problem in ImageColorAllocate function. I am using this function in a loop. After some number of looping the function starts returning...
Kevin Javia
rh_kevin
Offline Send Email
Aug 3, 2004
5:55 am
1146
... imagedestroy($im); ... See if that helps Tarique -- =================================================================== PHP Applications for E-Biz:...
Dr Tarique Sani
tariquesani
Online Now Send Email
Aug 3, 2004
6:17 am
1147
Hi kevin, In the loop the $j value is exceeding the max value its max value is 255.just check out it..   with Regard's, Kiran #1379,"Rudra...
Kiran
kkawalli
Offline Send Email
Aug 3, 2004
8:01 am
1148
Thanks Kiran, I have changed the increment of $j from 10 to 1 per loop, but still the problem remains the same :( I have also put imagedistroy($im) at the end...
Kevin Javia
rh_kevin
Offline Send Email
Aug 3, 2004
11:11 am
1149
Greetings Sir, I have tried putting imagedestroy($im) at the end of the code but this does not work for me. Thanks any way. Kevin. ... From: Dr Tarique Sani ...
Kevin Javia
rh_kevin
Offline Send Email
Aug 3, 2004
11:13 am
1150
... <?php header("Content-type: image/png"); // create a 100*30 image $im = imagecreate(300, 300); // white background and blue text $bg =...
Dr Tarique Sani
tariquesani
Online Now Send Email
Aug 3, 2004
11:33 am
1151
Hi, I asked a friend for help with some basic PHP code that can help a beginner like me. I wanted some code that I can study and analyze which would help me to...
Kunal
werd_thing
Offline Send Email
Aug 6, 2004
5:47 am
1152
On Thu, 05 Aug 2004 22:28:25 -0700 (PDT) ... http://www.google.com/search?hl=en&ie=UTF-8&q=php+tutorial&btnG=Google+Search -- ... botsie@......
Biju Chacko
biju_chacko
Offline Send Email
Aug 6, 2004
6:09 am
1153
Hi all? Can anyone please guide me how I can configure php 5 on windows 2000 with iis, and how I can isntal and access mysql, I want to do it without phptriad...
Yogesh Puri
puri_yogesh
Online Now Send Email
Aug 6, 2004
6:52 am
1154
Hello yogesh, First of all download php 5 installar and run it. and then download binaries for windows on http://snaps.php.net/ download a binaries4php5 and...
shaikh maqsood
itsmaqsoodon...
Offline Send Email
Aug 6, 2004
7:24 am
1155
Look here u will find more things about php and its tutorials http://www.php.net/links.php Kunal <kun_19@...> wrote: Hi, I asked a friend for help with...
shaikh maqsood
itsmaqsoodon...
Offline Send Email
Aug 6, 2004
8:24 am
1156
Hi, I am having PHP Version 4.3.4 with GD 2.0.15 compatible and PNG support enabled. My problem with the following code is that the image produced be this code...
Kevin Javia
rh_kevin
Offline Send Email
Aug 9, 2004
6:26 am
1157
Please let me know if a PDF file can be converted into HTML using PHP on Linux....
Riju Francis
rijufrancis
Offline Send Email
Aug 9, 2004
7:17 am
1158
... I ran your code.. and the image i got is transparent... You can see it here http://kingsly.net/tmp/kk.png Might be a crappy PNG implementation in IE.(Whats...
Kingsly John
linux4kingsly
Offline Send Email
Aug 9, 2004
8:41 am
1159
I think you have made a point here. I saw the image on http://kingsly.net/tmp/kk.png but I still am able to see the black back ground. Any way. Thanks a lot...
Kevin Javia
rh_kevin
Offline Send Email
Aug 9, 2004
10:36 am
1160
... Which browser are you using? Coz over here on Firefox, the image is fine. -- Shyam Mani http://xinetd.accosted.net/...
Shyam
shyam3k
Offline Send Email
Aug 9, 2004
10:42 am
1161
I am using IE 6. I also have checked the image on IE 5 but same result i.e. black background. When I check the image in Windows Picture and Fax viewer (comes...
Kevin Javia
rh_kevin
Offline Send Email
Aug 9, 2004
11:21 am
1162
Hi, I tried and observed the same that you have mentioned regarding Xp. I think its not the problem of IE. Have you tried macromedia fireworks? Try it. Hope...
Milindkumar Patil
mkumarpatil
Offline Send Email
Aug 9, 2004
11:42 am
1163
Hi, Yeah just go through the link u will find class for converting html to pdf www.fpdf.org   with Regard's, Kiran #1379,"Rudra Nilay" 10th Main ...
Kiran
kkawalli
Offline Send Email
Aug 10, 2004
5:02 am
1164
Hi, I have installed apache 1.3.3 sucessfully. there was no error was shown. but whn i start the apache server it is just showing error as "[warn] (2)No such...
debasmita73
Offline Send Email
Aug 10, 2004
5:03 am
1165
Kiran, I think you got me wrong. I want to convert PDF to HTML using PHP on Linux Thanks. Riju Kiran <kkawalli@...> wrote:Hi, Yeah just go through...
Riju Francis
rijufrancis
Offline Send Email
Aug 10, 2004
5:42 am
1166
Hi Can anyone please tell me how I can configure PHP 5 and mysql on the iis on windows 2000 advanced server, I have followed the procedure given in install.txt...
Yogesh Puri
puri_yogesh
Online Now Send Email
Aug 10, 2004
6:20 am
1167
oh ok, Sorry for that man   with Regard's, Kiran #1379,"Rudra Nilay" 10th Main Vijayanagar Bangalore-560040 mobile No:9880281339 [Non-text...
Kiran
kkawalli
Offline Send Email
Aug 10, 2004
6:38 am
1168
Can you paste the portion of your HTTP configuration file that define the location of your root folder of the web server - it might be possible that this...
tassadar1877
Offline Send Email
Aug 10, 2004
7:46 am
1169
Hey guys , nice to be a part ofthis group, i am a new developer in PHP and found it gr8 but i would like to know where PHP stands infront of ASP.NET Job...
Ankit Vaid
vaid_ankit
Offline Send Email
Aug 10, 2004
7:55 am
1170
I am a beginner with 'XML using PHP'. On http://in.php.net/manual/en/ref.simplexml.php ... Example 7. Setting values Data in SimpleXML doesn't have to be...
Jatin XXXXXXX
jatin_j3
Offline Send Email
Aug 10, 2004
8:21 am
1171
... In terms of numbers PHP is much better than ASP.NET.. how many websites do you know that run asp.net? ... How do you estimate this ? based on number of...
Kingsly John
linux4kingsly
Offline Send Email
Aug 10, 2004
8:59 am
1172
Linus Torvalds is convinced that "it is fun to program" and that good programmers are like artists: the passion behind your work is the motivation and the ...
Kunal
werd_thing
Offline Send Email
Aug 10, 2004
9:46 am
Messages 1143 - 1172 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