[PHP] how to redirect ?

2004-09-10 Thread CBharadwaj
Hi I have used Header (Location:PATH) function for redirection. it is giving some errors. is there any other method other than HEADER() funtion for redirecting ? Bharadwaj

[PHP] problem with header(Location:home.php)

2004-09-09 Thread CBharadwaj
Hello, In conection.php I have written. SESSION_ START(); on successful login I am registering a session variable. SESSION_REGISTER(userId); on login failure I am redirecting to home page. Header(Location: home.php); the following error occuring in above line. Warning: Cannot

[PHP] problem with Header(Location: home.php);

2004-09-09 Thread CBharadwaj
Hello, In conection.php I have written. SESSION_ START(); on successful login I am registering a session variable. SESSION_REGISTER(userId); on login failure I am redirecting to home page. Header(Location: home.php); the following error occuring in above line. Warning: Cannot

[PHP] PDF, MSWORD, GRAPHS

2004-09-06 Thread CBharadwaj
Dear all, I have to generate MS WORD Reports, PDF Reports, Graphs using PHP5 + MYSQL. can any body give good links . Thanks in advance. Bharadwaj. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How develop reports in MS WORD?

2004-09-04 Thread CBharadwaj
Dear All, I want to developing reports using PHP. These reports i have to develop on MS WORD. I have a database with multiple records VAL 1 | VAL 2 - VAL3 | VAL 4 VAL 5 | VAL 6

[PHP] Unable to open word document.

2004-09-04 Thread CBharadwaj
Hi, I am asked to generate reports on MS WORD. OFFICE 2000 is installed in mechine. when I am calling a PHP page containin this code. $word = new COM(word.application) ; I am getting following error. Warning: (null)(): Unable to obtain IDispatch interface for CLSID