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 ...
... If I am not mistaken the redirection limit is the number of times redirection can take place and not dependent on the file size. Check if you are ending up...
Hi Found a patch at http://www.php.net/downloads.php. http://www.php.net/do_download.php?download_file=php-4.0.6-memlimit.diff.gz (This patch fixes a bug in...
... Seriously, is this "redirection limit exceeded" message problem has been pinpointed to a PHP memlimit bug? Nitish, How did you come to this conclusion? PHP...
Hi, Just wanted to share one of the most comprehensive web templating framework- smarty. Since it is hosted on http://smarty.php.net, I guess it has also got a...
... Nice, This is certainly better than the primitive string search and replace system that passed for templates in PHP before, but I'd like to know how Smarty...
On Sun, 11 Aug 2002, Sandip Bhattacharya wrote: Hello Sandip, Before you wax eloquent about smarty I suggest you work with it and specially try giving a smarty...
... Huh? You (or your HTML designer's) don't like it? Why not? I have worked in PHPLib template.inc a lot. I haven't used smarty yet (I plan to use it in one...
... Just teaching to fish ;-) Any template system which exposes programming logic to the designer IMO is flawed. IME when I used Smarty it made life very easy...
... Ultra Kewl - Is there a way to see the dynamic parts? Other can View code... Tarique -- ============================================================= PHP...
... <snip> ... I usually am wary of systems that try to do everything but cook your lunch. If I was caching pages, I'd also look at php accelerator [1]. I'm...
... Nope. Viewing source or editing tag attributes are the only way to see them. Dreamweaver is sensible enough to understand XML namespaces and not mess with...
... AFAIK, from Smarty's docs, there are two components of doing site wide configurations. 1. Smarty supports the concept of configuration files, with which...
... BTW, I haven't looked at WebDAV yet. Are the specs frozen and interoperable between implementations now? - Sandip Sandip Bhattacharya sandipb <@>...
... Sorry. Don't have DW with me now. But the {section} tags should be invisible in the HTML _rendered_ output, and the {value} tags should be visible. Isn't...
... The {$the_array[$primary][$secondary]} syntax is disturbing. Why is there a reference to $the_array again when primary has already been defined as an...
... I would say you are lucky, For me designers are the weakest link in the chain - because 1) The client is seeing the work of designer 90% times and most of...