Re: [PHP] IMDb - How it works?
another method using .htaccess files and Apache. ForceType application/x-httpd-php This is for Apache 1.3.x. Apache 2.0.x does it a little different. jess. On Thursday, June 6, 2002, at 04:11 PM, Chris Knipe wrote: > apache rewrite rules can do this... > > They redirect Title?* to a server side file that looks like > /blah.php?Title=* > > > Kind Regards, > > Chris Knipe > MegaLAN Corporate Networking Services > Tel: +27 21 854 7064 > Cell: +27 72 434 7582 > > - Original Message - > From: "Randum Ian" <[EMAIL PROTECTED]> > To: "PHP" <[EMAIL PROTECTED]> > Sent: Thursday, June 06, 2002 11:07 PM > Subject: [PHP] IMDb - How it works? > > >> Hi there, >> >> I am very interested in how the IMDb site works. For example: >> >> http://uk.imdb.com is the basic URL >> >> http://uk.imdb.com/Title?0068646 is the URL for a film (this example is > The >> Godfather) >> >> http://uk.imdb.com/Details?0068646 is the URL for the film details... >> >> http://uk.imdb.com/Credits?0068646 is the URL for the film credits... >> >> and so on. >> >> How do they do this? do they have a page called "Title" and no variable > name >> assigned? I think this would be a great way of linking if only I could > know >> how it works. Any help much appreciated! >> >> Ian. >> --- >> Randum Ian >> DJ / Reviewer / Webmaster, DancePortal (UK) Limited >> [EMAIL PROTECTED] >> http://www.danceportal.co.uk >> DancePortal.co.uk - Global dance music media >> >> >> -- >> PHP General Mailing List (http://www.php.net/) >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] good php editor for the mac
BBEdit is by far one of the best basic text editors I have ever seen on any platform. I use 6.1 (waiting on for an upgrade), and it runs OK on 10.1.4. It would be great to see some tight PHP environment to work in, but I have yet to see it. All BBEdit needs is some sort of ProjectBuilder style integration with PHP to make it great. In fact with MacOS 10.x you can put most production applications (Apache, PHP, MySQL, etc..) on your local machine and make it quite powerful for testing and development. jess. On Friday, April 26, 2002, at 12:33 PM, Tom Beidler wrote: > Could someone suggest a good php editor for the mac? I'm currently using > Dreamweaver because I like the site management and a wysiwyg html > editor. > But otherwise it's a bummer because it doesn't support php. > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] PHP compared to JSP
In PHP programming this can be a complex issue. An excellent example of caching or re-handling data is the Smarty Template Engine, http://www.phpinsider.com/php/code/Smarty/ . It may seem a rather redundant idea to cache and create scripts in PHP which is already part of the HTML documents, but for highly complex sites this can become a necessity! jess. On Saturday, May 4, 2002, at 11:18 AM, Pag wrote: > >> >> Does PHP compile : NO >> Does the user loading same page for 2nd time gets better response : >> YES it can if caching is provided > > On a side not..isnt caching a bit like going against why PHP > was built in the first place? I mean, information may get a bit out of > date if we get a page on the cache instead of getting it "fresh" from > the server. > > Pag > > > -- PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php