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 aro

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 it

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-10 Thread Marlin Unruh
lay_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] hre

[PHP] href links not working in XP

2005-12-10 Thread Marlin Unruh
link. 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, M

[PHP] href difference between OS's.

2005-12-08 Thread Marlin Unruh
ve never got the links to work 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 unsubscr

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] 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

[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] custom CAD directory/file browser

2005-12-01 Thread Marlin Unruh
$the_dir = NULL; $_PUT['directory'] = NULL; // ???? // printed for debugging only echo 'the_dir: '.$the_dir.''; echo 'get_dir: '.$_GET['directory'].''; // phpinfo(); // uncommment to display php info ?> -- 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
e ?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 General Mailing

[PHP] custom CAD directory/file browser

2005-11-30 Thread Marlin Unruh
f 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