[PHP] Word file to PDF

2005-02-23 Thread Kevin Javia
Hi there, How can I convert a Word file (*.doc) to PDF file? Are there any libraries available? Can you give me some hint how can I do that? Thanks. Kevin. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Password Protection

2005-02-17 Thread Kevin Javia
Thank you people. Kevin Javia [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I am experimenting on my site and I want to make it password protected like www.realsolution.com. If any one enters correct user name and password, only then they will be able to enter into my site. How

[PHP] Password Protection

2005-02-16 Thread Kevin Javia
I am experimenting on my site and I want to make it password protected like www.realsolution.com. If any one enters correct user name and password, only then they will be able to enter into my site. How can I do that in PHP? Any ideas? Thanks a ton in advance. -- PHP General Mailing List

[PHP] Automatic Execution of Function

2004-11-07 Thread Kevin Javia
Hi, I need to make a function that will execute automatically at some regular intervals. Is it possible? If yes, can any give me some hint how can I make such thing? Thanks. Kevin. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] URL thing

2004-11-03 Thread Kevin Javia
How can I get the URL in the address bar in any variable? If URL is http://www.mysite.com/page.php?var1=12var2=hello+world;, I want to store it in any variable in my code. $PHP_SELF gives only page name. Can any one help me? Thanks. -- PHP General Mailing List (http://www.php.net/) To

[PHP] Session Problem

2004-10-05 Thread Kevin Javia
Hi there, I have got PHP 5 installed on IIS6 with 'register_globals = on'. When run my page with session variable at top of the page ? $_SESSION['_user'] == .. ? I got notice like Notice: Undefined index: _user in E:\Projects\. What can be the reason and what is the solution?

[PHP] Server's IP Adress

2004-09-25 Thread Kevin Javia
Greetings, How can I get Server's IP address? I know $_SERVER[SERVER_ADDRSS] but this do not work all the time. Is there any other method? Thanks a ton in advance. Kevin. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php