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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 502 - 531 of 3201   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
502
http://www.webmasterbase.com/printTemplate.php?aid=870 Be sure to read the other side of the story as well, even if just to be sure that is hollow ;-) Tarique ...
Dr Tarique Sani
tariquesani
Offline Send Email
Sep 11, 2002
10:18 am
503
Check this out!! http://bitflux.ch/editor/ This was one thing which Mozilla (or anyother Linux based browsers) were not capable of where as it was possible in...
Dr Tarique Sani
tariquesani
Offline Send Email
Sep 12, 2002
7:35 am
504
Hello all, I am the author of a book named "XML and PHP", written to explain the benefits of using XML with PHP. I would like to invite everyone on this group...
Vikram Vaswani
vvaswani_mfre
Offline Send Email
Sep 13, 2002
8:17 am
505
Hello Vikram, 1) Welcome to the list nice to have you here 2) Please read the guidelines for posting before posting to the list (link at the bottom of this...
Dr Tarique Sani
tariquesani
Offline Send Email
Sep 13, 2002
12:38 pm
506
Is [commercial] or [announce] more appropriate in this case? - Sandip...
Sandip Bhattacharya
sandip_in
Offline Send Email
Sep 13, 2002
12:51 pm
507
... With a price tag, PR release and author teasers I peg this post as [commercial] I guess [announce] would have been passable if the book was OPLed Cheers ...
Dr Tarique Sani
tariquesani
Offline Send Email
Sep 13, 2002
1:03 pm
508
Hi, I am passing the following variables to the php script MasterSelect.php. // Parameters Required to be passed to this script : // $databasename : Name of...
Rajesh Fowkar
rfowkar
Offline Send Email
Sep 27, 2002
9:34 am
509
Hi Rajesh, The simplest thing would be to use fetch_array instead of fetch_object. Note also the concatenation used, instead of putting everything in a single...
MagNet WebPublishing ...
vrmaster_2000
Online Now Send Email
Sep 27, 2002
10:07 am
510
... Thanks a lot Nirav. Peace -- Rajesh ... ####[ Linux One Stanza Tip (LOST) ]########################### Sub : Using Aliases (bourne shell/ clones)...
Rajesh Fowkar
rfowkar
Offline Send Email
Sep 27, 2002
11:28 am
511
Hi All, I want to know if anyone has done any work regarding inbound and outbound IVR solution. What I mean is that I can have a phone # which I dial and then...
Arup Bhanja
roopb
Offline Send Email
Sep 28, 2002
7:21 am
512
Hi everyone, I have a couple of scripts bothe BASH and PERL which I need to port to php. However one of the scripts is giving me the problem, that which would...
Paul Alapatt
paulalapatt
Offline Send Email
Oct 6, 2002
2:51 pm
513
Take a look at Apache's suexec features. -Srini...
Srinivasan Ramakrishnan
cheenixin
Offline Send Email
Oct 6, 2002
4:12 pm
514
hmm... how about.... Exec('service httpd restart') or Exec('kill -9 `cat /var/run/httpd.pid`; httpd') I hope you are using php cgi mode to acheive the...
amit soni
amitsoni9999
Offline Send Email
Oct 6, 2002
5:19 pm
515
That's where the problem is I guess, have it as a DSO Is there anyway perfect way of executing a bash script from within PHP under these circumstances? Thanks...
Paul Alapatt
paulalapatt
Offline Send Email
Oct 6, 2002
7:19 pm
516
... man sudo but it's a security risk one hole in *any* script that allows remote execution can cause damage to your system config.(under normal circumstances ...
Kingsly John
linux4kingsly
Offline Send Email
Oct 7, 2002
1:24 am
517
webmin is too good probably. but I'd never dare to run it on my online server.reason: its web based. Similarly, running a "PHP" script that can trigger su...
amit soni
amitsoni9999
Offline Send Email
Oct 7, 2002
1:47 am
518
Well, So php is basically a bad idea for creating subdomains on the fly? Well for now, I have inserted a wildcard into the DNS, really mean thing to do could...
Paul Alapatt
paulalapatt
Offline Send Email
Oct 7, 2002
3:55 am
519
I'd like to clear up a few things here: a) PHP running as a module restarting its own httpd is a *BAD* idea. b) PHP running as a CGI restarting a httpd that's...
Srinivasan Ramakrishnan
cheenixin
Offline Send Email
Oct 7, 2002
3:52 pm
520
Well then I guess I need to put a CRON that will restar the Apache, monitor it and if it dies restart it. Thanks everyone for the suggestions and useful hints,...
Paul Alapatt
paulalapatt
Offline Send Email
Oct 7, 2002
3:56 pm
521
... Yup, monitor it, and if it doesn't come back up, email / page the sysadmin. ... <snip> -Srini...
Srinivasan Ramakrishnan
cheenixin
Offline Send Email
Oct 7, 2002
4:16 pm
522
... Thanks Paul ... From: Srinivasan Ramakrishnan [mailto:sriniram@...] Sent: 07 October 2002 21:47 To: in-phpug@yahoogroups.com Subject: Re:...
Paul Alapatt
paulalapatt
Offline Send Email
Oct 7, 2002
4:34 pm
523
On Mon, 7 Oct 2002, Paul Alapatt wrote: Last word - Make sure you dont do this in combination with any other control panel because most of them will overwrite...
Dr Tarique Sani
tariquesani
Offline Send Email
Oct 8, 2002
7:03 am
524
Thanks will do so. Paul ... From: Dr Tarique Sani [mailto:tarique@...] Sent: 08 October 2002 11:12 To: in-phpug@yahoogroups.com Subject: RE:...
Paul Alapatt
paulalapatt
Offline Send Email
Oct 8, 2002
7:06 am
525
Hi, Please help clear the following doubt: (1.) I have a config.php file having a variable $language set to a particular value. Using the require_once or...
Ajitabh Pandey
ajitabhpandey
Offline Send Email
Oct 8, 2002
11:48 am
526
... Like you said use the global declaration function blah () { global $language } ... Read the manual :-) HTH Tarique -- ...
Dr Tarique Sani
tariquesani
Offline Send Email
Oct 9, 2002
4:15 am
527
Hi, If you write a stored procedure in postgres in plpgsql than what are the ways that this procedure can be called from php ? Similarly if a C function is...
Rajesh Fowkar
rfowkar
Offline Send Email
Oct 10, 2002
4:30 am
528
... Hmmm... ... You are right - I guess the best person to answer this would be Dr Gurunandan Bhatt That is if he still reads this liost ;-) Tarique -- ...
Dr Tarique Sani
tariquesani
Offline Send Email
Oct 10, 2002
1:26 pm
529
Of course, I read the list ;) Writing C code to build it into the postgres backend, is tricky and must be avoided unless absolutely neccessary. Here are some...
Gurunandan R. Bhat
grbhat@...
Send Email
Oct 11, 2002
3:14 am
530
... Ooooops. Sorry!!! I misunderstood your question. You cant call a postgres backend function from php directly. You must embed it in an select query. For...
Gurunandan R. Bhat
grbhat@...
Send Email
Oct 11, 2002
3:14 am
531
Hi.. I tried Installing postnuke 0.721, I am getting the following error before creating database ======================================================== ...
Binu Mathew
binumatthew@...
Send Email
Oct 11, 2002
3:31 am
Messages 502 - 531 of 3201   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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