[PHP] Using Amazon Web Services - Publisher Results

2004-04-06 Thread Nicole
gResult['Details']; } } } // format and display the results ?> > / Price: / Used Price:   -- END CODE I get this error only if $publisher is set (these lines are marked

[PHP] Generating Advanced Subheadings

2004-03-11 Thread Nicole
s criteria? Thanks Nicole "Nicole" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > That's exactly it! > > I don't know why I didn't think about that. For anyone else reading this, I > added > > $field = mysql_fetch_array($dbArray); &g

[PHP] RE: Generating Sub Headings

2004-03-09 Thread Nicole
s criteria? Thanks Nicole "Nicole" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > That's exactly it! > > I don't know why I didn't think about that. For anyone else reading this, I > added > > $field = mysql_fetch_array($dbArray); &g

[PHP] Re: Generating Sub Headings

2004-03-09 Thread Nicole
Can we take this one step further and make it so that if you're searching and you want to only see histories with the words "parking" in the title or only the histories between 1500 & 1550 it only puts the year headings for the years that actually have a history that meets this

Re: [PHP] PHP Alternative to IFRAME?

2004-02-24 Thread Nicole
That is almost exactly what I ended up doing. Thanks a bunch! "Justin Patrin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Nicole wrote: > > > I'm not having much luck explaining what I want here ... a drawback of > > emailing. I know

Re: [PHP] PHP Alternative to IFRAME?

2004-02-23 Thread Nicole
I'm not having much luck explaining what I want here ... a drawback of emailing. I know how to include files, I just wanted to include it in such a way that my body text still wrapped around it. I think I need to tackle this using HTML. "Robert Sossomon" <[EMAIL PROTECTED]> wrote in message news

Re: [PHP] PHP Alternative to IFRAME?

2004-02-23 Thread Nicole
around it. Nicole "Richard Davey" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello Nicole, > > Monday, February 23, 2004, 5:21:11 PM, you wrote: > > N> Is there a PHP alternative to an IFRAME? Here's what I mean. > > No, of course not.

[PHP] Re: Can anyone tell me why this code doesn't insert anything?

2004-02-23 Thread Nicole
I don't know if this will help, but I always do: $result = mysql_query($query,$dbconnection); Nicole "Brian Dunning" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > This inserts nothing into the database, but returns no error that I can > see. How

[PHP] PHP Alternative to IFRAME?

2004-02-23 Thread Nicole
Is there a PHP alternative to an IFRAME? Here's what I mean. Is there a way to include a file in my php document that will be positioned where I want it, like an IFRAME? I want to have it aligned right with text wrapping around it and I know IFRAME is not compatible with Netscape browsers. Thanks

[PHP] Re: Generating Sub Headings

2004-02-19 Thread Nicole
Can we take this one step further and make it so that if you're searching and you want to only see histories with the works "parking" in the title it only puts the year headings for the years that actually have a history that meets this criteria? -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] Generating Sub Headings

2004-02-19 Thread Nicole
t; wrote in message news:[EMAIL PROTECTED] > Hello Nicole, > > Thursday, February 19, 2004, 6:28:13 PM, you wrote: > > N> And so on, always putting the right years and the right number of histories > N> below the year, but always listing the first history and nothing else. My

Re: [PHP] Generating Sub Headings

2004-02-19 Thread Nicole
Sorry about all of the code. I do do what you say to do there. My year sub headings are changing correctly, it's the data that's printed under each heading that isn't correct. Nicole "Chris W. Parker" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]

[PHP] Generating Sub Headings

2004-02-19 Thread Nicole
I have data that looks like this: (20, '1915', '192', '', '', '312', '525', '404', '', 'title') (21, '1915', '338', '', '', '736', '0', '929', '', 'title') (22, '1917', '193', '', '', '447', '0', '1275', '', 'title') (23, '1919', '129', '', '', '208', '636', '0', '', 'title') (24, '1919', '274', '

Re: [PHP] ereg_replace -- Thanks!

2004-02-10 Thread Nicole Lallande
Many thanks!! Richard Davey wrote: Hello Nicole, Tuesday, February 10, 2004, 5:55:01 PM, you wrote: NL> Can anyone tell me why this does not work: NL> $str1=ereg_replace("index.php?src=","index/",$url); Because it's an invalid regular expression. NL> is

[PHP] ereg_replace

2004-02-10 Thread Nicole Lallande
Can anyone tell me why this does not work: $str1=ereg_replace("index.php?src=","index/",$url); is there another way to do this? Thanks, Nicole -- #### Nicole Lallande [EMAIL PROTECTED] 760.753.6766 -- PHP General Mailing List

Re: [PHP] php as cgi script

2003-11-28 Thread Nicole Lallande
://www.php.net/manual/en/install.commandline.php Best regards, Nicole Ivone Uribe wrote: Hello all! I have this problem: I need to run a php (http://xx.yy.zz/cgi-bin/pruebacgi.php) that contains that line #!/usr/local/bin/php -q I get it an error from my apache log: malformed header from

[PHP] Re: PHP Session not working

2003-10-01 Thread Nicole
Which method are you using to set and access your session variables? -- Nicole aeontrek.com "Sheni R. Meledath" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi: > > We are facing some problems in using sessions in our applications. Recently > we have

Re: [PHP] "Too many connections" fix?

2003-10-01 Thread Nicole
x_connections number too high could cause problems as well. So I am hesitant to raise it anymore. -- Nicole aeontrek.com "Jason Sheets" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Generally persistent connections will almost always be faster there are >

Re: [PHP] "Too many connections" fix?

2003-10-01 Thread Nicole
Pardon me, I misread a pervious comment. I meant MaxClients. Sigh. too much sleep. -- Nicole aeontrek.com "Nicole" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I don't see a MaxConnections in Apache conf, or maybe I overlooked it. I do &

[PHP] Re: "Too many connections" fix?

2003-10-01 Thread Nicole
as possible. Thanks, -- Nicole aeontrek.com "Cristian Lavaque" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Nicole wrote: > > Hello, > > > > I run Apache with PHP and MySQL on a RedHat 7.2 box with 1GB Ram @ > > 2GHZ (p4). > > >

Re: [PHP] "Too many connections" fix?

2003-10-01 Thread Nicole
. What I read in forums I become leary of, thinking the person may be incorrect. So I like to stick to documentation. But I can't seem to find enough. -- Nicole "Chris Shiflett" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > --- Nicole <[EMAIL PROTECTE

Re: [PHP] "Too many connections" fix?

2003-10-01 Thread Nicole
Originally, I used pconnect for a while. Then I learned that with high traffic site, that's not the best idea. So I changed to 'connect.' But I still get the problems. Nicole aeontrek.com "Brad Pauly" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTE

[PHP] "Too many connections" fix?

2003-10-01 Thread Nicole
. I wondered if anyone encountered a solution to handle this sort of problem. TIA! -- Nicole aeontrek.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: passthru loses php posted variables

2003-09-15 Thread Nicole
Hi, Did you try using the system() command instead and skip using exec and passthru? -- Nicole "Exasperated" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Anyone come across something like this before? > > I have made a little test script as follows: &g

[PHP] Yikes! Strange Occurrence of ! in mail

2003-09-15 Thread Nicole
ideas what on earth is causing that? Example: the!ir is an ex!clamation in my e!mail that I did not pu!t there. Why?? Thanks! -- Nicole -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Too Advanced? Re: Cookies & Hidden Image

2003-09-05 Thread Nicole
/script.php height=1 width=1>--- does not see the Cookie Not sure what else to do other than try something different. Using Cookie seems to be the only way to store the value on the client side for later retrieval. Thanks, Nicole "Diego Fulgueira" <[EMAIL PROTECTED]> wr

Re: [PHP] Too Advanced? Re: Cookies & Hidden Image

2003-09-03 Thread Nicole
in message news:[EMAIL PROTECTED] > At 23:55 03.09.2003, Nicole said: > [snip] > >But the script just gets a blank cookie when accessed this way(via hidden > >image); However, if the script was accessed directly, or the thankyou page > >re

Re: [PHP] Too Advanced? Re: Cookies & Hidden Image

2003-09-03 Thread Nicole
alue that it was set with. Does this make sense? Thanks for any input. PHP's docs on sessions didn't seem to have anything relating to this situation; so I'm stuck. Nicole "Chris Shiflett" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > ---

[PHP] Too Advanced? Re: Cookies & Hidden Image

2003-09-03 Thread Nicole
Is this question too advanced for this newsgroup? Is there a better newsgroup to post this one too? Thanks, -- Nicole "Nicole" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I am working on a script that uses cookie to store some info on the clie

[PHP] Cookies & Hidden Image

2003-09-02 Thread Nicole
d directly. Any ideas? Thanks!! Nicole -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] testing - please ignore

2003-07-23 Thread Nicole Lallande
test my subscription -- Nicole Lallande [EMAIL PROTECTED] 760.753.6766 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: $_SERVER[REMOTE_ADDR]

2003-04-02 Thread Nicole
Can pass in an ip, like 64.xxx.xxx.xx or a domain, like www.aeontrek.com; true if it is an IP; else false */ if ( $byIP ) return trim(gethostbyaddr( trim($addr) )); else return trim(gethostbyname ( trim($addr) )); } -- Nicole "John" <[EMAIL PROTECTED]> wrote in message news:

[PHP] Re: Returning a variable from a function problem

2003-04-02 Thread Nicole
["name"] = "*"; $message["name"] = "Screen name already used!"; } else if ($duplicate == 1) { $error["name"] = "*"; $message["name"] = "Database error - Please try again in a few moments!"; } elseif ($duplicate =

[PHP] Re: daylight savings time ?

2003-04-01 Thread Nicole
27;, time()+60*60); //60*60 = 3600 seconds = 1hr ... but that's just a quick fix. Nicole -- Nicole URLTrak.com ElixirSafelist.com aeontrek.com "Heather P" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello. > I use a forum which has the time as th

[PHP] Strange Issues

2003-04-01 Thread Nicole
on pattern that I can see. Could it be from an issue with Apache, MySQl and PHP? Maybe it is even an issue with PHP sessions. I wondered if anyone else has heard of or experienced something similar. If so, have you figured out what is causing this? Have you found a workaround? Thanks! -- Nico

[PHP] Send Output to Printer?

2003-03-26 Thread Nicole
about javascript print() either. I need something via PHP. any tips? thanks -- Nicole aeontrek.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] a conundrum -- php/mysql script

2003-03-18 Thread Nicole Lallande
. I do not even know how to begin to debug this which is why I posted to both lists -- any pointers? clues? TIA, Nicole -- #### Nicole Lallande [EMAIL PROTECTED] 760.753.6766 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Trouble with Exec

2003-02-02 Thread Nicole
as completed running. My next alternative will be to run a cron job to do this instead. But I can't get cron working just yet. Any suggestions to get the script to run in background without stalling the script that calls it? -- Nicole -- PHP General Mailing List (http://www.php.

[PHP] Re: PHP.ini help on Linux

2003-02-01 Thread Nicole
correction: #!/usr/bin/php -- Nicole URLTrak.com ElixirSafelist.com aeontrek.com "Nicole" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Thank you. Yes, I did chmod my scripts. chmod 754 and tried 755 too. Don't > see why

[PHP] Re: PHP.ini help on Linux

2003-02-01 Thread Nicole
figure out how to turn safe mode off for the local column. Thanks, Nicole -- "Michael Mauch" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Nicole <[EMAIL PROTECTED]> wrote: > > I am having trouble doing things wi

[PHP] PHP.ini help on Linux

2003-02-01 Thread Nicole
ake it work and maintain a secure system. Anyone know where some great (free) docs that will show me how to fish around in Linux? I don't need to be hand fed. Just some direction. Thanks! -- Nicole -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: CRON?

2003-01-25 Thread Nicole
tag set to refresh the page whenever you want, and then just > leave the page open in your browser :p > > "Nicole" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Does anyone have a PHP script to enter cron jobs? I ha

Re: [PHP] CRON?

2003-01-25 Thread Nicole
reates a > huge security risk... if I was you, I'd just learn to edit cron jobs at > the command line. > > Nicole wrote: > > >Does anyone have a PHP script to enter cron jobs? I have a limited control > >panel (ensim) that doesn't have anyway to do cron, an

[PHP] CRON?

2003-01-25 Thread Nicole
Does anyone have a PHP script to enter cron jobs? I have a limited control panel (ensim) that doesn't have anyway to do cron, and I don't know how to do it at the command line yet. Anyone have a good tutorial or a PHP script to do this? Thanks! -- PHP General Mailing List (http://www.php.net/

[PHP] Re: PHP] can't pass complete URL (part of the query string) - aha-- that worked - except for the javascript

2002-11-26 Thread Nicole Lallande
Chris -- I took out the javascript call to window.open and included the fix the way you described it and it worked! Thanks for clearing it up for me. Now I just have to figure own why the javascript is chopping the variable. Thanks for all your help! Best regards, Nicole I'm thi

[PHP] Re: PHP] can't pass complete URL (part of the query string)

2002-11-26 Thread Nicole Lallande
cat=5&olimit=0&zid=1&lid=1"; method="post"> and: "> or even "> yields: still cutting off everything after the ampersand..?? Best, Nicole action="http://embitec.com/fishcart/email.php?ref=http://embitec.com/fishcart/displayem.php3?cat=5&

[PHP] Re: PHP] can't pass complete URL (part of the query string) from

2002-11-26 Thread Nicole Lallande
n the text area where I display it: or even it comes out as: http://embitec.com/fishcart/displayem.php3?cat=5 ??? Best, Nicole --- Nicole Lallande <[EMAIL PROTECTED]> wrote: > this page > > where the url is > > http://mydomain.com/displayem.php3?cat=5&olimit=0&

[PHP] Re: PHP] can't pass complete URL (part of the query string) from

2002-11-26 Thread Nicole Lallande
nd the '&olimit=0&zid=1&lid=1' gets cut off - still?? Thanks, Nicole hi nicole, do you have an example what your query contains ? maybe urlencode($pageURL) or quoting will help greetings martin > -----Urspr\xfcngliche Nachricht- > Von: Nicole Lallande [ma

[PHP] can't pass complete URL (part of the query string) from one scriptto another --??

2002-11-26 Thread Nicole Lallande
passet in the url as a 'get' correctly.) but in the email script I try to display 'ref' and what I get is: 'http://mydomain.com/shop.php?val1=1' -- everything past the first '&' gets cut off (ie, I lose the '&val2=2&val3=3' portion of t

[PHP] passing complete URL through php scripts using javascript popup

2002-11-26 Thread Nicole Lallande
, I lose the '&val2=2&val3=3' portion of the query string ) Any ideas? Sorry if this is obvious - pulling an 'all nighter'... TIA, Nicole -- Nicole Lallande [EMAIL PROTECTED] 760.753.6766 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Using '/' instead of '?' in url querystring

2002-10-07 Thread Nicole Lallande
d an ending forward slash for foo.php/12/ then perhaps use (./*/) HTH, Nicole PS - many thanks once again to all who helped answer this question for me! Kenni Graversen wrote: >Hi, > >I wonder if any of you have experience, sending varia

[PHP] upgrading script from using GLOBALS

2002-10-02 Thread Nicole Lallande
contains no data. Can anyone tell me why? Perhaps I would be better off just declaring the variable? Would that take care of the problem? $dbname= "dbname"; Thanks, Nicole -- Nicole Lallande [EMAIL PROTECTED] 760.753.6766 --

Re: [PHP] can you recommend PHP shopping cart

2002-09-18 Thread Nicole Lallande
http://www.fishcart.org/ - the guy who wrote this (in PHP) has been programming banking gateways for 20 years -- very security conscious. The cart is very robust... Best, Nicole Peter J. Schoenster wrote: >Hi, > >Looking for a shopping cart. I've written plenty in the past

Re: [PHP] Readdir

2002-08-01 Thread Nicole Lallande
Change: echo "$file\n"; to: echo "$file\n"; Note the nested quotes -- outer quotes - ", inner quotes (around $file) single - ' Best, Nicole [EMAIL PROTECTED] wrote: >New To Php so please bear with me... :) > >I used the readdir function to read the f

Re: [PHP] Php Dynamic Pages & Apache Server

2002-08-01 Thread Nicole Lallande
This will read all '.pdf' files in a sub-directory and put them in a link - HTH, Nicole $dir."); while($entry = readdir($dir_stream)) { // get the file extention $ext = substr($entry,

Re: [PHP] .htaccess file

2002-08-01 Thread Nicole Lallande
it's php_flag register_globals off -- you can either place this within your tags in your httpd .conf file or in an htaccess file -- for more info see http://www.php.net/manual/en/configuration.php#AEN2390 best, Nicole Nicole Lallande wrote: > I think it is something like - can&#x

Re: [PHP] .htaccess file

2002-08-01 Thread Nicole Lallande
I think it is something like - can't remember if it's an underscore or dash between the 'php' and 'flag' php-flag register_globals off HTH, Nicole B i g D o g wrote: >Is it possible to set register_globals to off in the .htaccess file. If so >h

[PHP] how to test if rewrite rule is working

2002-06-08 Thread Nicole Lallande
;page=$2 How do I test to see if this is working from a search engine robot standpoint? I don't see anything in my log files and I don't see that the URI in the address bar has changed. Am I doing something wrong? TIA, Nicole -- ######## Nicole Lalland

Re: [PHP] .php3 extension?

2002-05-30 Thread Nicole Lallande
.php3 .php4 .phtml If you cannot access your httpd.conf file on your server, the same directives can be modified using a .htaccess file in the appropriate directive. HTH, Nicole The Gabster wrote: >Hello all... > >I have Apache 2.0.35 and PHP 4.2.0 on a win2k machine... Everything wo

[PHP] Re: Passing Variables

2002-05-23 Thread Nicole Amashta
What error do you get? James Opere wrote: > Hi All, > I'm trying to pass variables from one form to the other.I have a problem > when i want to do the the following: > 1.COUNT($variable) > 2.DISTINCT($variable) > . > I realise i can not use the brackets in my query and the variable b

[PHP] Re: Passing Variables

2002-05-23 Thread Nicole Amashta
Why do you need the group by clause? Do one or the other, not both. either do a select count(id) from table or select field, count(id) from table group by field Check your query, Nicole Amashta www.aeontrek.com James Opere wrote: > Hi All, > I'm trying to pass variables from

Re: [PHP] explode

2001-06-24 Thread nicole
if you need to pass special characters (eg. +) in the url, you need to use a url encoding function like rawurlencode().. or choose another delimeter which can be passed in the url like these -_. s Richard Kurth wrote: > > Question about explode > > this work just perfect >$name="what+ever

[PHP] toronto developers?

2001-06-22 Thread nicole
apologies for being not quite on topic.. i just moved to toronto, canada.. i'm trying to settle in (and look for work) and was wondering if there is a developer community there.. ? or even individuals who don't mind sharing a bit of local knowledge.. any contact appreciated :) nicol

Re: [PHP] Forum script

2001-06-20 Thread Nicole Lallande
try phorum - http://phorum.org -- awesome... HTH, Nicole Rosen wrote: > > Hi > Can someone recommend me some good script for forums ? > > Thanks, > Rosen > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] >

Re: [PHP] Netscape 6, What a piece of s$#@ ,anyone else had problems with php and Netscape 6?

2001-05-16 Thread Nicole Lallande
ound this out because I have been programming in XHTML and ran into serious N6 problems with my DHTML menus. Mine are javascript/css/html and work great with N6. HTH, Nicole Brandon Orther wrote: > > Hello, > > I am making a drop down menu script in PHP so it is compatible with

[PHP] selected option values not being captured by form processing software

2001-03-13 Thread Nicole Lallande
echo "$cat"; } else { echo "$cat"; } Thanks, Nicole -- Nicole Lallande [EMAIL PROTECTED] 760.753.6766 -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] wordwrap() in php4.03pl1 does not work(?)

2001-03-12 Thread Nicole Lallande
Sheesh - I forgot - the function is wordwrap() Nicole Lallande wrote: > > Hi All, > > Am trying to use this function which in the manual is defined as working > in versions of php > 4.02 -- well, I qualify - but the feature does not > work. Anyone know what is going on?

[PHP] wordwrap() in php4.03pl1 does not work(?)

2001-03-12 Thread Nicole Lallande
Hi All, Am trying to use this function which in the manual is defined as working in versions of php > 4.02 -- well, I qualify - but the feature does not work. Anyone know what is going on? TIA, Nicole -- #### Nicole Lallande [EMAIL PROTECTED] 760.753.6

[PHP] printing data using javascript with php

2001-03-09 Thread Nicole Lallande
LY confused here - but the more I read the more wrapped up I seem to get so if there a way to pull this off and someone knows - I would appreciate your help Thanks, Nicole -- Nicole Lallande [EMAIL PROTECTED] 760.753.6766 -- PHP General Maili

[PHP] newbie: ye ol' nemesis using mysql_fetch_array to load data

2001-03-08 Thread Nicole Lallande
question but I tried what they did and it did not work. This is one of those instances where the solution is so simple I can't find it. TIA for your help, Nicole -- Nicole Lallande [EMAIL PROTECTED] 760.753.6766 -- PHP General

Re: [PHP] Stumped Newbie: Can't get results in db query eventhough everything checks - what am I missing?

2001-03-08 Thread Nicole Lallande
Thanks Joe - that showed me right away!! all better now -- on to the next step.. Nicole "Joe Sheble (Wizaerd)" wrote: > > I'd start by adding the mysql_error() function in your die() statement... > $result = mysql_query($sql,$connection) or die ("Couldn

[PHP] Stumped Newbie: Can't get results in db query even though everything checks - what am I missing?

2001-03-08 Thread Nicole Lallande
sed from the form correctly. I have checked the names of all the fields to ensure they match the variables in the query, checked that the values in the fields are correct - (yes, I have checked that they match.) I have searched the archives but the hard thing about the archives is formulating the

[PHP] Stumped Newbie: Can't get results in db query even though everything checks - what am I missing?

2001-03-08 Thread Nicole Lallande
sed from the form correctly. I have checked the names of all the fields to ensure they match the variables in the query, checked that the values in the fields are correct - (yes, I have checked that they match.) I have searched the archives but the hard thing about the archives is formulating th