Hello, I am looking for a comfortable editor for PHP. Although, there are a few available online, but I'd prefer to ask you people from your experience rather...
There is a good discussion going on this in the PostNuke devel mailing list. Check the archives. Lots of alternatives - on many platforms. My favorites -...
Hi ! Can you give me the URL for this PostNuke Devel. list. thanx for the help BTW. PHPEdit seems great till now.(including their logo !) :o) I couldnt...
Search for mailing list for pndev - http://osiris.fizbin.com/cgi-bin/ezmlm-browse On Wed, May 01, 2002 at 09:34:34AM +0530, amit soni spoke out thus: -- Sandip...
Hi, I'm using is_long(); to check whether a variable is an integer or not. The following snippet of code is what I used. It reports everything as "not an...
Hi Ananth, ... Hmm.. let see, the type depends totally on where the value of $var is being set/modified. For example adding the statement $var = 10; just...
On Thu, 2 May 2002, Ananth wrote: Try using gettype() to see what is the type returned - this will help debug your code - but don't use gettype to test for a...
Hello, Is there any OpenSource WebRing Code in PHP. I tried googling I found many for Perl, but none for PHP. Any pointers will be helpful. Cheers... Navin...
have u tried.. http://www.hotscripts.com http://php.resourceindex.com yet ? ... From: navin_dhanuka To: in-phpug@yahoogroups.com Sent: Sunday, May 05, 2002...
Hi, Can anyone help me in building a very simple E-commerce system using PHP and MySQL? If yes please reply to me as soon as possible. Regards Elias...
are you sure you dont wish to try and use some of the ready made PHP MySQL e-commerce systems available at php.cgiresource.com and hotscripts.com first ? ... ...
Can anyone pls.tell me the exact procedure to install PHP as well as Postgres on Windows operating system(Windows 98)? Thanks - Allan ...
Allan
allan1273@...
May 16, 2002 5:33 pm
459
Hello Folks, Anyone knows about an open source equivalent of the applet below http://www.aspupload.com/jupload.html It is an applet to over come the...
Hi, -->OS is Windows 2000 Advanced Server -->Database is MS SQL Server 2000 -->Web Server is IIS -->Server side program in PHP -->All in one machine I want to...
Hi, I have recently come back to PHP programming after a very long gap. While the PHP manual is excellent, I find that it is extremely difficult to quickly...
Gurunandan R. Bhat
grbhat@...
May 29, 2002 6:09 pm
463
On 29 May 2002, Gurunandan R. Bhat wrote: Hello Guru, There are a several ways to achieve this If you are always connected then take a look at ...
Thanks Tarique, Will stay with Htdig for a while. Or get my F1 on emacs to launch the browser. Regards and Thanks once again Gurunandan...
Gurunandan R. Bhat
grbhat@...
May 30, 2002 7:18 am
465
Hi all, I had a look at the source rpm specs for php-4.1.2-7 (comes with RH7.3 I think but can be downloaded from rpmfind and rebuilt for RH7.2) and discovered...
Gurunandan R. Bhat
grbhat@...
Jun 29, 2002 4:44 pm
466
A configuration issue for users migrating from Apache 1.3 to 2.0 which even took the founder of the PHP project by surprise was the change to PATH_INFO...
Hi everyone, I have to develop the following for a college project however, since I am not much into directory and file handling I am not making much headway. ...
Hi All, My application demands that i have to dynamically generates a PDF file from a dbase. I have installed the pdflib(4.0.3-3) and the cpdflib(2.02r1-0)...
Sharmad Naik
sharmad@...
Aug 4, 2002 11:47 am
471
No NO, Have you enabled it explicitly under PHP while compiling php once again? Like say you need to compile php with the new line as ./configure --with-apxs...
No NO, Have you enabled it explicitly under PHP while compiling php once again? Like say you need to compile php with the new line as ./configure --with-apxs...
On Sun, 4 Aug 2002, Sharmad Naik wrote: First you will have to rebuild the PHP rpms from the SRPC with something like --define cpdflib I am not sure if this...
Hi My php program is redirecting to different files based on the browser. The files for IE and NS4 are about 32 K , and it redirects correctly. But for all...
... Are you sure about this? "redirection limit exceeded" seems to be a mozilla problem, that also with mozilla 1RC3 which is what Netscape 7 is supposed to...
Well, Mozilla is nice enough to give me the error , ie and ns4 just give me a page not found error. but if i redirect to a smaller file there is no problem ...