[PHP] word to pdf via web server ??

2004-04-29 Thread john doe
hello, does any know how to conver microsoft word document to pdf via on the 
server using php language?? i try to implementing the feature that allow 
user to upload microsoft word document to the web server, after the upload, 
it automatic covert to pdf file ??? any one done that ?

thanks
john 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] hide php extension...

2004-03-24 Thread john doe
could anyone help me with this problem ??? i try hide the .php extension in 
the url... search? interpret as php language like google, how could i make 
apache or php to interpret search?q extension as php script ?? like google
http://answer.google.com/answers/search?q=computerqtype=allbtnG=Google+Search

thanks

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: hide php extension...

2004-03-24 Thread john doe
if there's other options, please let me know...

thank you
Geir Pedersen - Activio As [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]

 Hi, John!

 There is an easy way to achieve what you are looking for without modifying
 webserver configuration files.

 Say you want to support an URL like http://www.example.com/search?foo=bar

 Create a new subdirectory named search and place a default PHP script
 named index.php in the new directory. The script will get called whenever
 the URL above is read.

 --

 Geir Pedersen
 http://www.activio.com/ 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php