Gossamer Forum
Home : Products : Gossamer Links : Pre Sales :

Re: I can't go next page when I use "PHP" extension ?

Quote Reply
Re: I can't go next page when I use "PHP" extension ? In reply to
The login changes the system from a static to dynamic build.

PHP and CGI can't coexist without a lot of pre-planning.

The short of the matter is, if all you are hoping to do is change the
extension from .html or .shtml to .php and have everything work, it won't.
(Not as long as the server sends .php files to the mod_php module.)

Links can generate _static_ .php pages, that your server will serve
up as dynamic .php pages. But you can't serve up dynamic .cgi pages,
and have the .php processor process it (at least for all practical
purposes).

This has been discussed before, do a search on php in the Links SQL
Discussion forum.

http://www.postcards.com
FAQ: http://www.postcards.com/FAQ/LinkSQL/

Subject Author Views Date
Thread I can't go next page when I use "PHP" extension ? YoungDo 3021 Sep 5, 2000, 8:52 AM
Thread Re: I can't go next page when I use "PHP" extension ?
pugdog 2927 Sep 5, 2000, 11:30 AM
Post Re: Thank you !
YoungDo 2911 Sep 6, 2000, 10:52 AM