Re: [PHP-WIN] PHP jobs

2002-10-16 Thread Angie Tollerson
accomodating. Last thing you wanted to know is "Learn em all!" ? HUH? Angie Tollerson Alliance Technologies Web Programmer (515) 245-7628 [EMAIL PROTECTED] >>> Mihail Bota <[EMAIL PROTECTED]> 10/16/02 01:22PM >>> Nevertheless, there are two interesting poin

[PHP-WIN] Re: cookie problems...

2002-09-04 Thread Angie Tollerson
a new url location. Then the cookie properly sets. Otherwise...it won't. Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED] >>> "George Nicolae" <[EMAIL PROTECTED]> 09/04/02 12:35PM >>> You can't set a cookie in a page

[PHP-WIN] help with csv

2002-07-18 Thread Angie Tollerson
move it down into the webdirectory I can read it but I don't want it in the web because I don't want people to browse to it. Does anyone know what I could be doing wrong? Win 2000 with 4.0.6 php. Thanks! Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED

[PHP-WIN] COM vs. ODBC

2002-04-23 Thread Angie Tollerson
I'm going to be reading only some data from an excel file. Is there any benefit to COM or ODBC? I tried the COM route but my scripts always timed out. Any opinions one way or the other? Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED]

Re: [PHP-WIN] Re: Better security for write permissions?

2002-02-07 Thread Angie Tollerson
Ah..my fault..I should have explained better. Yes, the write permissions are via explorer. Not in IIS. So if I'm understanding you correctly...there shouldn't be any security concerns about setting a file to have write by anonymous via explorer? As long as IIS is set to read (which it is) it i

[PHP-WIN] Re: Better security for write permissions?

2002-02-07 Thread Angie Tollerson
Well if I don't need write permissions, then how come the program would spit out "Can't write to *whatever*" until I put write permissions on the file? And I am using forms that have an action of php where php writes the data to a file somewhereAnyone else have any ideas? Angie >>> ""Crash"

[PHP-WIN] Better security for write permissions?

2002-02-07 Thread Angie Tollerson
Hi, I'm running Win 2000 and have a site running php admin pages to write content to pages sitting on the web. I do have session authentication for the user to even get to the php admin pages. But here is the problem: My System administrator is very concerned about how many folders and pages on

Re: [PHP-WIN] Cookies

2002-02-01 Thread Angie Tollerson
Sorry everyone, I had a brain spasm or something. I was reminded that cookies only work on the same domain, and since the webspeed scripts were creating the cookie on out test server and php was on the production server it was a no go. Thanks! Angie >>> "Angie Tollerson" <

[PHP-WIN] Cookies

2002-02-01 Thread Angie Tollerson
I have a WebSpeed page that is passing to my php page. They are using session cookies to test for login status. I didn't think there was anyway for me to test for a session cookie set by another language using php. So I had them create an additional client cookie for me to test by. Not only di

Re: [PHP-WIN] Re: Is ISAPI stable ?

2002-01-31 Thread Angie Tollerson
"intend" to give the user the sum of these two > numbers. > > supoose you make a mistake while coding and miltiply the two numbers instead > of adding them. this program of yours might run so nicely with no 'errors', > but for sure it will give results that you

[PHP-WIN] Re: Is ISAPI stable ?

2002-01-30 Thread Angie Tollerson
Hi there. When you say "bugs", what do you mean? When I have bugs in my code, it doesn't run, period. But if you mean "warnings" ? which will let your code run but there are some handling errors? Just trying to find out your terminology... Angie Tollerson Alliance Te

Re: [PHP-WIN] mail to too many users

2002-01-28 Thread Angie Tollerson
Last I heard BCC and CC wasn't working for Windows...it would only send to the first person in the list. That's what it did for me 6 months ago..has that been fixed? Thanks! Angie >>> "Jim Lucas [php]" <[EMAIL PROTECTED]> 01/28/02 03:47PM >>> with php's mail() funciton you can send to multiple

Re: [PHP-WIN] help!!

2001-11-15 Thread Angie Tollerson
You cannot run php from an html page unless you do a serverside cgi include... An HTML page is just that..and will not excute php code unless you map it to. only files mapped to php will run in php. Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED

RE: [PHP-WIN] I need urgent problem help with php!

2001-11-14 Thread Angie Tollerson
No, no, no..see the best way to get php to work is a little command called fdsik /mbr that's what you need . *Attention..please do not try this at home kids >>> "Erik H. Mathy" <[EMAIL PROTECTED]> 11/14/01 03:52PM >>> > I have absolutely no problems at all with php. > I have tried not to re

Re: [PHP-WIN] Content Manager PHP and WYISWIG?

2001-11-09 Thread Angie Tollerson
a search for HTML Editor as you suggested... What I am having a problem is with how does it get inserted into the document and how the hell does this thing work The instructions are HORRIBLE and vague. Plus, I get script errors flying all over the place when trying it out on my Apache server.

Re: [PHP-WIN] Content Manager PHP and WYISWIG?

2001-11-09 Thread Angie Tollerson
Yep...here's what you need to do...if you have dreamweaver...dreamweaver has a free download extension called HTML EDitor that is purely in javascript and HTML but saves to a textarea field called "editor" (or soemthing like that) which we all know is manipulatable by php. It is awesome and fr

[PHP-WIN] setcookie problem

2001-10-09 Thread Angie Tollerson
I am using phpauction scripts with have authentication using session cookies. The strangest thing is happening...there is a line when you successfully login that sets a cookie: setcookie("authenticated","1",0,"","",0); But the rest of the pages fail to stay logged in becase the cookie does

Re: [PHP-WIN] help please

2001-09-24 Thread Angie Tollerson
Mustafa, What are you using to test the page? The best test is to have nothing but this in your sample.php Is your page still blank when you go to this? Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED] >>> "Mustafa Koseoglu" <[EMAIL P

Re: [PHP-WIN] File uploading

2001-09-17 Thread Angie Tollerson
Frankie, the function is copy($old, $new); so it needs to be from the exact path to the exact pathwhat is the folder you want to store the file in eventually? the best thing to do is to set the path for the folder where the new file will be residing and tack on the image for example: $PAT

Re: [PHP-WIN] mail problem with php as cgi

2001-09-11 Thread Angie Tollerson
Jack, I'm not 100% sure, but I think on windows you have to have the sendmail_path defined. You mentioned it's commented out. Can anyone confirm that? That's what I seem to recall....sorry! Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTEC

RE: [PHP-WIN] Status of a stable ISAPI??

2001-09-07 Thread Angie Tollerson
swered the postline yet. Maybe he will? Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED] >>> "Asendorf, John" <[EMAIL PROTECTED]> 09/07/01 10:02AM >>> I recently sent an email looking to pay Zend to work on it (I kind of need it f

Re: [PHP-WIN] Login System

2001-08-26 Thread Angie Tollerson
ed it? Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED] >>> <[EMAIL PROTECTED]> 08/26/01 20:29 PM >>> How would I go about making a Login system? and should I should Flat file or MySQL? Let me know Thanks -- PHP Windows Mailing

Re: [PHP-WIN] Problem with php_gd.dll

2001-08-24 Thread Angie Tollerson
My bad, Daniel, you are right, I misudnertood what that dll is for. But she does need to make sure she has the gd uncommented in the php.ini file and that she is using imagecreatetruecolor, not imagecreate. Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED

Re: [PHP-WIN] Problem with php_gd.dll

2001-08-24 Thread Angie Tollerson
Celine, You need to do two things: first, make sure you have the dll "gds32.dll" from the dll folder copied into the same folder your php.exe is sitting. Next, don't use the imagecreate() function, use imagecreatetruecolor() function since the beta of this gd 32 seems to have a bug in it. Angie

Re: [PHP-WIN] mysql statment

2001-08-23 Thread Angie Tollerson
Angie >>> "Angie Tollerson" <[EMAIL PROTECTED]> 08/23/01 04:41PM >>> I guess the only thing windows related about this is that I have this whole setup on windows :) But I've tried to help out as much as I can on here so maybe someone will be kind to me :) Here

[PHP-WIN] mysql statment

2001-08-23 Thread Angie Tollerson
the length for my scripts but phpmyadmin doesn't care. Any ideas? Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

[PHP-WIN] session and header problem

2001-08-23 Thread Angie Tollerson
wlines in the code either. (Which sometimes sends headers to page..don't ask me why). Sooo any ideas? is it maybe that the warning is just dumb and giving me the wrong file that sending the headers? or what? Thanks in advance, Angie Tollerson Alliance Technologies Web Programmer (515)

Re: [PHP-WIN] How to get the content of a file into the valueof a text column

2001-08-23 Thread Angie Tollerson
Jack, You just need to check out the fopen and fread functions on php.net/manual Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED] >>> "Jack" <[EMAIL PROTECTED]> [EMAIL PROTECTED] 10:02AM >>> Dear all Actually i'm trying

Re: [PHP-WIN] mail on windows

2001-08-22 Thread Angie Tollerson
Would you mind posting your question again? I don't have an record of what it was. Thanks Angie >>> "P.Agenbag" <[EMAIL PROTECTED]> 08/22/01 03:23PM >>> Is there no one here who can help me with the mail problem experienced on Win2k server? I posted a question a couple of days ago, but no-one r

Re: [PHP-WIN] Help with mysql rowpointer

2001-08-22 Thread Angie Tollerson
Lars, I'm not quite sure I understand why mysql_num_rows($result) would not work for you. You said that function would only tell you how many records that came from your query, but aren't the records that came from your query the only ones you want to count? So if you get 4 records from your q

Re: [PHP-WIN] PHP sessions under Win2k AS

2001-08-22 Thread Angie Tollerson
hmmm, this is just a shot in the dark...but do your scripts have a die() statement on them? Somebody correct me if I'm wrong..but if I didn't have die's on all my possible errors or a die at the end of my scripts, sometimes they would open multiple instances. Especially when working with phpDO

[PHP-WIN] Re: issue with undefined variables with PHP 4.06

2001-08-22 Thread Angie Tollerson
Phil, Besides just turning off Warnings, the warning is a tad valid. Here's what I learned when I spoke with some gurus at the php conference... They said that the proper way to test for the presence of a variable now is using the isset (or empty) functions. If you do the old way like I used

Re: [PHP-WIN] issue with undefined variables with PHP 4.06

2001-08-22 Thread Angie Tollerson
Actually, that's not quite right either. I had the same problem as you Phil, I had to do E_ALL & ~E_NOTICE & ~E_WARNING that last one will remove the warnings. Does anyone know the exact differnce between a warning and a notice? Angie >>> Mike Flynn <[EMAIL PROTECTED]> 08/22/01 08:22AM >>> Set

Re: [PHP-WIN] Paths, Windows and PHP

2001-08-21 Thread Angie Tollerson
(which keeps dll's neatly in their own folder), I think Craig was just offering how to for anyone wondering. Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED] >>> Phil Driscoll <[EMAIL PROTECTED]> 08/21/01 05:05AM >>> Surely the idea

[PHP-WIN] FYI on GD dll

2001-08-20 Thread Angie Tollerson
er if necessary. Here is the official site of the bug report and Rasmus's response/fix: http://www.php.net/bugs.php?id=11976 Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP-WIN] Paths, Windows and PHP

2001-08-20 Thread Angie Tollerson
Thanks Craig! Now go home for a day and get some rest! :) *wink, wink* Angie >>> Craig Morrison <[EMAIL PROTECTED]> 08/20/01 09:39AM >>> To solve the questions about where to copy your PHP dll directory files I have put together a simple set of instructions that will help get things so that Win

Re: [PHP-WIN] Multi-Task on PHP by submitting a form!

2001-08-20 Thread Angie Tollerson
Jack, Yes, you can do as many things as you want in a php document before you have die() at the end :) Angie >>> "Jack" <[EMAIL PROTECTED]> 08/20/01 08:12AM >>> Dear all I was trying to get a user input form to insert to a mysql_database and e-mail to me! Is it possible to make php perform two t

Re: [PHP-WIN] mail function problem

2001-08-19 Thread Angie Tollerson
Additionally Pierre, You may want to try all 4 paramters that belong in the mail function. That may cure it too. Angie >>> "Pierre A. Fortier" <[EMAIL PROTECTED]> 08/19/01 11:56AM >>> I installed php on my Windows-ME machine. Most of it works properly. One problem is that the mail function does

Re: [PHP-WIN] mail function problem

2001-08-19 Thread Angie Tollerson
Pierre, What mail agent are you using? Angie >>> "Pierre A. Fortier" <[EMAIL PROTECTED]> 08/19/01 11:56AM >>> I installed php on my Windows-ME machine. Most of it works properly. One problem is that the mail function doesn't work. I used: mail("[EMAIL PROTECTED]", "My Subject", "Line 1\nLine 2\n

RE: [PHP-WIN] Image Functions

2001-08-19 Thread Angie Tollerson
The point is that information should be as accurate as possible. You stated that a DLL needed to be located at an certain location. That is simply not ture at all. Cheers, Anders >-Original Message- >From: Angie Tollerson [mailto:[EMAIL PROTECTED]] >Sent: Friday, August 17, 2

RE: [PHP-WIN] Image Functions

2001-08-17 Thread Angie Tollerson
Right Anders, you could simply set the access path in environmental variables for windows itself. But for newbies just installing the easiest thing to tell them is to put it either in system folder or php folder, php folder being the better choice. Angie Tollerson Alliance Technologies Web

Re: [PHP-WIN] Image Functions

2001-08-17 Thread Angie Tollerson
e told to move around, but you should just move them up when directory to be with the php.exe, not in system folder like the install tells you to. Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED] >>> Al <[EMAIL PROTECTED]> 08/17/01 10:51AM >&

Re: [PHP-WIN] spell checker

2001-08-17 Thread Angie Tollerson
knows how and you can do it for us and put it on sourceforge? We'd love you for it! Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED] >>> "samsom, debra" <[EMAIL PROTECTED]> 08/17/01 09:13AM >>> Does anyone know of a nice

[PHP-WIN] Re: [PHP] Re: [PHP-WIN] Installation failed ! PleaseHelp!

2001-08-17 Thread Angie Tollerson
you think! ;) Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED] >>> "Elias Santiago" <[EMAIL PROTECTED]> 08/17/01 07:46AM >>> Me too, I've never had any problems with PHP running it with or without the %s %s. I guess tha

Re: [PHP-WIN] Image Functions

2001-08-17 Thread Angie Tollerson
help as you install. Additionally, the install.txt may tell you to copy all the dll's sitting in the dll folder into windows/system32 system. DO NOT put them there, put them in the same folder that your php.exe is sitting in. Angie Tollerson Alliance Technologies Web Programmer (515)

FW: [PHP-WIN] Re: [PHP] Re: [PHP-WIN] Installation failed !Please Help!

2001-08-17 Thread Angie Tollerson
? What exactly are you running? Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED] >>> "Powell, Jim (EER)" <[EMAIL PROTECTED]> 08/16/01 05:48PM >>> I hate it when the messages don't reply to the lists! > -Original M

[PHP-WIN] Re: [PHP] Re: [PHP-WIN] Installation failed ! PleaseHelp!

2001-08-16 Thread Angie Tollerson
o find out later. Thanks! Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED] >>> Phil Driscoll <[EMAIL PROTECTED]> 08/16/01 12:20PM >>> On Thursday 16 August 2001 4:45 pm, Powell, Jim (EER) wrote: > > Second, make the application ex

Re: [PHP-WIN] win2000

2001-08-16 Thread Angie Tollerson
LOL, Glad to see you got it working Darren, What was the problem? Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED] >>> "PHP" <[EMAIL PROTECTED]> 08/16/01 09:32AM >>> "Angie Tollerson" <[EMAIL PROTECTED]&g

Re: [PHP-WIN] mail function

2001-08-15 Thread Angie Tollerson
Camelia, I'm sure this has nothing to do with your problem, but I am curios: why are you setting a void function, mail() into the variable $test? what is the purpose of that? I don't even see in your code where you used $test again? Please explain... Angie Tollerson Alliance Te

RE: [PHP-WIN] win2000

2001-08-15 Thread Angie Tollerson
execution with a document that has ONLY this in it: to get the php stats out. I can't tell you how many times a person has sworn up and down their code is good, when it really isn't. With the code above, you cannot possibly mess it up but you get immediate results. Angie Tollerso

Re: [PHP-WIN] mail function

2001-08-15 Thread Angie Tollerson
Camelia, We'd really have to see the script itself. It is probably your code in some weird way because I use mail() all the time and don't get 2 emails. Show us your code :) Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED] >>> Camel

[PHP-WIN] Re: installation on windows

2001-08-14 Thread Angie Tollerson
ke an effort to have those installation directions removed on the next release of php win binary. Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED] >>> "Andrew Stopford" <[EMAIL PROTECTED]> 08/14/01 11:36AM >>> Hi, Just to a

[PHP-WIN] session ID in URL

2001-08-14 Thread Angie Tollerson
Hi there, I'm running 4.0.5 in w2k, all of the sudden, for no reason I can tell, my php session ID's are showing up in the URL i.e. categories.php?PHPSESSID=cbd65fce282445e704707ebf2a6a85b3 I have never accessed this variable in my scripts, it is being done completely by php somehow. Do you

Re: [PHP-WIN] php COM discussion

2001-08-09 Thread Angie Tollerson
Do you mean DOM ? what the heck is COM? >>> Bob Kaehms <[EMAIL PROTECTED]> 08/09/01 03:50PM >>> Can anyone recommend me to a good site that discusses PHP COM integration. I've seen a few random articles, but most are pretty simple. I've tried looking through the archive of this list, but the a

Re: [PHP-WIN] includes

2001-08-09 Thread Angie Tollerson
n you move stuff up or down a directory level? I normally do this: config.php -- define('BASE_DIR',getenv('DOCUMENT_ROOT').'/somedir/'); main.php include('config.php'); include(BASE_DIR.'phpfile.php'); include(BASE_DIR.'some

Re: [PHP-WIN] includes

2001-08-07 Thread Angie Tollerson
web? For some reason..if I want to move around directories (i'm using windows 2000 and 4.0.5) I have to do this: include("../../phpfile"); when I want to do this: include("/admin/folder/phpfile"); any ideas? Angie Tollerson Alliance Technologies Web Progra

Re: [PHP-WIN] includes

2001-08-07 Thread Angie Tollerson
try include("./main.inc"); >>> "William E. T." <[EMAIL PROTECTED]> 08/07/01 12:41PM >>> I'm running apache on win98 as a test platform for a site, but whenever I do includes it says it can't read the file. I know the file is there, as apache lists it in the director listing. The exact error I g