Search found 4 matches

by kenrbnsn
Tue Oct 06, 2020 4:53 pm
Forum: This Board
Topic: VAMP resurrection!
Replies: 3
Views: 7713

Re: VAMP resurrection!

Nice to see this again... Even though I'm not doing VMS anymore... 😟 I am doing web development full time, almost exclusively using Drupal 8 (some Drupal 7 & 9).

The last time I logged in was in 2006!

Just a comment -- can you get this running under https? I'm wary about putting in a password when ...
by kenrbnsn
Mon Apr 10, 2006 7:38 pm
Forum: PHP
Topic: Cant seem to write to file
Replies: 2
Views: 6776

I have seen this happen on the Windows PHP also. Just get into the habit of always appending a new-line character to all your writes.

Ken
by kenrbnsn
Mon Apr 10, 2006 7:25 pm
Forum: PHP
Topic: More help please - Strings this time
Replies: 7
Views: 12828

I realize this post is a little late, but there is a fuction that is built into PHP called fgetcsv(), which does what you were trying to do manually. And it know how to deal with embedded quotes.

Ken
by kenrbnsn
Thu Apr 21, 2005 8:58 pm
Forum: Apache
Topic: File Attributes
Replies: 4
Views: 14081

Make PHP process all of your files...

One thing I discovered... PHP doesn't seem to care about the format of the input file.

If you install PHP and then tell Apache to use PHP on all of your file typesm you can use regular VMS files for your HTML and PHP files. Only CSS files still need to be str/lf attribute.

Ken Robinson