Re: [PHP] Linux and permissions

2002-05-06 Thread Paras Mukadam
search for "DirectoryIndex" and delete DirectoryIndex entry given below it. "Todd Cary" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Craig - > > Thank you for the quick response. I do not see an entry in httpd.conf for > DirectoryIndexing. Am I missing som

[PHP] php beginner

2002-05-04 Thread Paras Mukadam
I'm using this simple command in my PHP script : echo "My Name is " . $myName . "\n"; I'm invoking the php page by the command http://localhost/testing/test.php?myName=Paras I'm getting eoor : Notice: Undefined variable: myName in c:\apache\htdocs\testing\test.php on line 12 My Name is Please

Re: [PHP] PHP compared to JSP

2002-05-04 Thread Paras Mukadam
Thanks for that ! But my question still remains the same ... does PHP alone (without ZEND) compile code into some .compiled_PHP file so that the user loading same page for 2nd time gets better response than the 1st time? Regards, Paras. "Matt Friedman" <[EMAIL PROTECTED]> wrote in message 001401

[PHP] PHP compared to JSP

2002-05-04 Thread Paras Mukadam
Sorry if this is repeated, but I didn't see my query in the news group so reposting it ! --- Dear all, How is PHP similar to / different than JSP ? I mean, in JSP the page is compiled the first time it runs on the web-browser, then the next time it finds the .cl

[PHP] PHP vs JSP

2002-05-03 Thread Paras Mukadam
Dear all, How is PHP similar to / different than JSP ? I mean, in JSP the page is compiled the first time it runs on the web-browser, then the next time it finds the .class file and just runs it. i.e. the compiling is "just" the first time !! How does it work in PHP? Does PHP has any way to figure

[PHP] PHP with MySQL

2002-05-02 Thread Paras Mukadam
Hi Gurus, one MySQL - PHP query : while granting permissions to particular user in MySQL, the administrator has to give username@machine_address !! Then how can we connect to MySQL through PHP only by passing "username" as one of the arguments to mysql_connect() ? Thanks. Paras. -- PHP Genera