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@...
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...
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@...
Jun 5, 2003 9:57 am
754
... Is the include path you see here what you want it to be? Tarique -- =================================================================== PHP Applications...
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@...
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...
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@...
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...
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 ...
... Why do you want to protect your so called intellectual property? Tarique -- =================================================================== PHP...
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...
... 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...
... 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 ...
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...
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...
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...
... Can we view the problem online somewhere? Tarique -- =================================================================== PHP Applications for E-Biz:...
... 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...
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 :) ...
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,...
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...
Please try <? session_start(); session_register("test_var"); $test_var="Hello World";?> and one any pagebu can access it as: <? session_register("test_var"); ...
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. ...
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 ...
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...
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...
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...