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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 749 - 778 of 3262   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
749
Hello, My code is as follows : if ( !isset($aGrnTypeDisplay[0]) ) { $oDempoConn = db_connect('dempo'); $sSql = "select * from document_master where...
Rajesh Fowkar
rfowkar
Offline Send Email
Jun 4, 2003
10:12 am
750
... Sorry for replying to my own mail. I was not assigning the actual array to the array of the session variable. $_SESSION["aGrnTypeDisplay"] =...
Rajesh Fowkar
rfowkar
Offline Send Email
Jun 4, 2003
10:58 am
751
Hello, For some reasons, the PHP scripts which we have at www.bengalinux.org (hosted at sourceforge.net) have started acting crazily. Here's a sample trouble :...
Sayamindu Dasgupta
unmadindu@...
Send Email
Jun 5, 2003
5:11 am
752
... By the looks of it I feel that you cannot fopen URLs on the said server ... Again, probably, you are not allowed to set the include path Put a page with...
Dr Tarique Sani
tariquesani
Offline Send Email
Jun 5, 2003
7:10 am
753
On Thu, 5 Jun 2003 12:06:51 +0530 (IST) ... hmm... might be. ... Well, now, I explicitly set the path (after installing PEAR locally), and here is the result ...
Sayamindu Dasgupta
unmadindu@...
Send Email
Jun 5, 2003
9:57 am
754
... Is the include path you see here what you want it to be? Tarique -- =================================================================== PHP Applications...
Dr Tarique Sani
tariquesani
Offline Send Email
Jun 5, 2003
11:17 am
755
On Thu, 5 Jun 2003 16:13:50 +0530 (IST) ... Lol - it seems to point to a non-existent directory What's more Configuration File (php.ini) Path...
Sayamindu Dasgupta
unmadindu@...
Send Email
Jun 5, 2003
1:22 pm
756
... I suggest host website somewhere else... ... SF IME is too unreliable And with the commercial devision of SF shut I don't know how long the non commercial...
Dr Tarique Sani
tariquesani
Offline Send Email
Jun 5, 2003
5:00 pm
757
On Thu, 5 Jun 2003 21:57:06 +0530 (IST) ... Yep - I was also thinking about that. Lemme see wher I can get Free hosting... -sdg- -- Sayamindu Dasgupta...
Sayamindu Dasgupta
unmadindu@...
Send Email
Jun 6, 2003
1:36 am
758
Hello Everybody, I am writing a interface for mail server admin and using php, ldap and cyrus-imap. There is function to set acl(access control list) that is...
Bhupendra Banodhe
bhupi08
Offline Send Email
Jun 11, 2003
7:26 am
759
Hi all, Are there any freely available source encoder.i mean i want encode my source files so the intellectual property is not lost :) regards, Deepak ...
deepak dharwadkar
ddeepak76
Offline Send Email
Jun 11, 2003
7:41 am
760
... Why do you want to protect your so called intellectual property? Tarique -- =================================================================== PHP...
Dr Tarique Sani
tariquesani
Offline Send Email
Jun 11, 2003
7:43 am
761
Please keep this place clean. Only reply in case you have solutions and not ask questions like "Why? When? Where? If? " Please answer clearly to the point or...
Mandar V Kelkar
kelkar_mandar
Offline Send Email
Jun 11, 2003
8:29 am
762
... How do you get to a solution without asking ? And in some cases, after you ask, you find that the problem is not a problem at all. ... I don't "fell" it is...
Sid Carter
sidgeek
Offline Send Email
Jun 11, 2003
8:40 am
763
... Huh! Why not? To begin with dont "Top Post" and read the guidelines of the group Comming to the point - What was asked by the original poster was an ...
Dr Tarique Sani
tariquesani
Offline Send Email
Jun 11, 2003
8:47 am
764
Intellectual property is "enhanced" when source is open. Imagine if you had to pay $500.00 for buying PHP as a language. or $2000.00 for MySQL ? or $700 for...
amit soni
amitsoni9999
Offline Send Email
Jun 12, 2003
8:52 am
765
Hello, Here is perculiar problem we have discovered just now. What we are doing is accepting part number in our form and than using a script checking whether...
Rajesh Fowkar
rfowkar
Offline Send Email
Jun 12, 2003
9:34 am
766
Hi All, We would like to invite you to our stall at the InfoTech WorldExpo organized at NSE Complex, Goregaon (E) during 13-15 June. We are demoing Horde...
Nirav Mehta
vrmaster_2000
Offline Send Email
Jun 12, 2003
9:40 am
767
... Can we view the problem online somewhere? Tarique -- =================================================================== PHP Applications for E-Biz:...
Dr Tarique Sani
tariquesani
Offline Send Email
Jun 12, 2003
10:32 am
768
... Unfortunatly no sorry. Whatever you have not followed I will try to explain again. Thanks for the reply. Peace -- Rajesh ... ####[ GNU/Linux One Stanza Tip...
Rajesh Fowkar
rfowkar
Offline Send Email
Jun 12, 2003
1:11 pm
769
On Thu, 12 Jun 2003, Nirav Mehta wrote: Hi Nirav, ... Would have come if I was at Mumbai, Best of luck for the Expo May you get loads of business there :) ...
Dr Tarique Sani
tariquesani
Offline Send Email
Jun 12, 2003
1:16 pm
770
There's an urgent opportunity in PHP in a Chandigarh based company (with its offices at USA), dealing with US based projects. Its local office is in Mohail,...
Yogesh Puri
herculespuri
Offline Send Email
Jun 13, 2003
7:38 am
771
Hi all, I am using php 4.0.6 in linux redhat 7.0. The session.save_path=/tmp file : file1.php <? session_start(); session_register("test_var"); ...
venkateshwaran@...
tssvwn
Offline Send Email
Jun 15, 2003
12:04 pm
772
Hi i did try your both files, i could get echo "Hello wolrd" on file2.php. so please check out permission of /tmp dir, it shouldnt be owned by root, let me...
php-india.net
php_love
Offline Send Email
Jun 16, 2003
5:15 am
773
Please try <? session_start(); session_register("test_var"); $test_var="Hello World";?> and one any pagebu can access it as: <? session_register("test_var"); ...
Yogesh Puri
herculespuri
Offline Send Email
Jun 16, 2003
5:47 am
774
Hi, This code is working fine in my server. If i migrate my server with the higher version, does it work with higher version ?, i mean in php 4.3.2 version. ...
venkateshwaran@...
tssvwn
Offline Send Email
Jun 16, 2003
7:08 am
775
Hi, Is it possible to create subdomain dynamically using php/apache i mean the main domain is www.mydomainname.com and the subdomains should be like ...
Venkatehwaran
tssvwn
Offline Send Email
Jun 16, 2003
11:43 am
776
This code will work perfectly in latest version of php i.e. 4.2.3. We are using this code in all our applications. Regards Yogesh Puri -- ... DATE: Mon, 16 Jun...
Yogesh Puri
herculespuri
Offline Send Email
Jun 16, 2003
12:22 pm
777
Hi, Sure. You need to simply do the following: - Add an entry to apache httpd.conf file the entry of the subdomain - Restart apache This assuming you have...
Paul Alapatt
paulalapatt
Offline Send Email
Jun 16, 2003
12:22 pm
778
Hi, This may be a stupid question, since I'm *very* new to this. I've got a form with two submit buttons. As I understand it, a form can only have 1 action, so...
arunissatan
Online Now Send Email
Jun 16, 2003
3:43 pm
Messages 749 - 778 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