Re: can create, cannot drop...?

2001-02-26 Thread G. Adam Stanislav
At 09:11 26-02-2001 -0700, Geoff Coffey wrote: >Errno 21 on my system is EISDIR -- 'is a directory', which doesn't seem to >be an error at all... It is an error (that is why it starts with an 'E'). Appendix C of POSIX Programmer's Guide describes it as follows: "Attemp to open a directory for wr

Re: Creative solution with XML,PHP,MYSQL

2001-02-18 Thread G. Adam Stanislav
At 05:19 18-02-2001 +0100, Irmund Thum wrote: >trivial Javascript task and the noscript tag can have a short >explanation to turn on JavaScript >for sorting the columns. So somebody with Javascript disabled visiting >the site sees this information >and can decide to turn Javascript on Yes, that m

Re: Creative solution with XML,PHP,MYSQL

2001-02-17 Thread G. Adam Stanislav
At 16:25 17-02-2001 +0200, Siim Einfeldt aka Itpunk wrote: >Hi everybody, > >I want to implement ordering something on a website without refreshing the >page. That is generally done using JavaScript. But be advised that not everyone has JavaScript turned on by default: I often have it turned off

Re: Restricted access to Mysql through a CGI script

2001-02-14 Thread G. Adam Stanislav
At 20:41 14-02-2001 -0500, sachin shetty wrote: >Hello > >I am accessing a mysql database through a CGI script , but wouldnt like to >give the passwords in the script. Your web account probably contains two types of directories: Those accessible via the web and those that are not. As a rule, you

Re: special characters messing me up

2001-02-13 Thread G. Adam Stanislav
At 23:04 12-02-2001 -0800, John W Ford wrote: >I can't figure out why my windows machine leaves "^M" character at the end >of each line of code. This causes the file to be messed up when I put it on >the Linux server. That's a carriage return. DOS/Windows ends a line with a carriage return follow