[PHP] xslt without sabletron

2003-03-04 Thread Gurvinder Singh
hi my hosting service doesnt provide xslt module for php. but i need to use xslt in php. what can i do ? thnx Gurvinder -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] safe mode problem

2003-02-03 Thread gurvinder singh
and how can i be root from a php script? i want chown from the script itself which created the page. -Original Message- From: Marek Kilimajer [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 12:39 PM To: Gurvinder Singh Cc: [EMAIL PROTECTED] Subject: Re: [PHP] safe mode problem

[PHP] safe mode problem

2003-02-02 Thread Gurvinder Singh
hi i create a php page dynamically in my php script. this page include one of my other php file. when i run the newly created script i get this error Warning: SAFE MODE Restriction in effect. The script whose uid is 48 is not allowed to access file.php owned by uid 831 Is there a way to handle

Re: [PHP] Converting Excel Spreadsheet to MySQL table ...

2003-01-10 Thread Gurvinder Singh
write a macro which will create a file with insert statments from the data in the excel sheet. run the macro get the file and run it on the linux box Gurvinder Singh www.gurvindersingh.com [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... If this is a

Re: [PHP] undefined variable notice - how to furn of

2003-01-09 Thread Gurvinder Singh
or give error_reporting(0); in the start of the file Joseph W. Goff [EMAIL PROTECTED] wrote in message 002601c2b803$26a67110$bdcaa8c0@jg42000">news:002601c2b803$26a67110$bdcaa8c0@jg42000... In the php.ini file set error reporting to E_ALL ~E_NOTICE - Original Message - From: Borut