Re: [PHP] Re: href links not working in XP

2005-12-12 Thread Marlin Unruh
Dan Baker wrote: Marlin Unruh [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I apologize because I posted this question earlier under Re: [PHP] href difference between OS's, and am still struggling with the problem. I think I have fished all the way around the lake

Re: [PHP] href links not working in XP

2005-12-11 Thread Marlin Unruh
M wrote: Marlin Unruh wrote: Sure, here is the main function and the function that sends the files/links to the browser. This works fine on two w2k machines, but not on our XP machine. If I place the mouse pointer over the link on the web page it shows correct in the IE status bar. Example

Re: [PHP] href links not working in XP

2005-12-11 Thread Marlin Unruh
John Hinton wrote: Marlin Unruh wrote: M wrote: Marlin Unruh wrote: Sure, here is the main function and the function that sends the files/links to the browser. This works fine on two w2k machines, but not on our XP machine. If I place the mouse pointer over the link on the web page

[PHP] href links not working in XP

2005-12-10 Thread Marlin Unruh
. I have added an AddType in the Apache conf file, but no change. I have looked at the IE security settings, nothing. The file mime type is set because I can use the file explorer and clicking on a desired file and the application will run and load the file for editing. -- Regards, Marlin

Re: [PHP] href links not working in XP

2005-12-10 Thread Marlin Unruh
; } } // end of display_files function [/snip] David Bevan wrote: Would it be possible to see your code for this? I have had similar problems within firefox but never within IE. Regards, David */Marlin Unruh [EMAIL PROTECTED]/* wrote: I apologize because I posted this question earlier under Re: [PHP

[PHP] href difference between OS's.

2005-12-08 Thread Marlin Unruh
with Firefox (preferred browser) on the w2k machines, but I'm sure it security issues. Probably the thing with the XP machine. -- Regards, Marlin Unruh Sunco Systems Inc. (308) 326-4400 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php-sqlite W2K install problem

2005-12-05 Thread Marlin Unruh
:\apache2\htdocs\sqlite.php on line 9 I am running W2K professional, Apache 2.0.54, and PHP 5.1.0. The CLI for version Sqlite version 3 is sqlite3, does that have anything to do with the function names I should be using in PHP? Any ideas, or point me to a cheat sheet. -- Regards, Marlin Unruh

Re: [PHP] php-sqlite W2K install problem

2005-12-05 Thread Marlin Unruh
Marlin Unruh wrote: I am tiring to use sqlite which is [quote] bundled with php5 [unquote]. I am missing something somewhere. I modified the php.ini to include the php_extension=php_sqlite.dll. Following is the error I get. [05-Dec-2005 07:40:33] PHP Fatal error: Call to undefined function

Re: [PHP] php-sqlite W2K install problem

2005-12-05 Thread Marlin Unruh
Marlin Unruh wrote: Marlin Unruh wrote: I am tiring to use sqlite which is [quote] bundled with php5 [unquote]. I am missing something somewhere. I modified the php.ini to include the php_extension=php_sqlite.dll. Following is the error I get. [05-Dec-2005 07:40:33] PHP Fatal error: Call

Re: [PHP] custom CAD directory/file browser

2005-12-01 Thread Marlin Unruh
for debugging only echo 'the_dir: '.$the_dir.'br'; echo 'get_dir: '.$_GET['directory'].'br'; // phpinfo(); // uncommment to display php info ? /body /html -- Regards, Marlin Unruh Sunco Systems Inc. (308) 326-4400 -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] custom CAD directory/file browser

2005-11-30 Thread Marlin Unruh
of the project. Point me to a tutorial, give me a clue, or let me struggle on. Thanks -- Regards, Marlin Unruh Sunco Systems Inc. (308) 326-4400 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] custom CAD directory/file browser

2005-11-30 Thread Marlin Unruh
to clear to empty the ?directory= string. Below is what builds up in the browser address window as I go in and out of directories. How do I dump it? http://localhost/cad.php?directory=c:/suncosys/cyl/../sbr/../act/2d/obsolete/.. -- Regards, Marlin Unruh Sunco Systems Inc. (308) 326-4400 -- PHP