[PHP] Using Amazon Web Services - Publisher Results

2004-04-06 Thread Nicole
:) Thanks Nicole -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Generating Advanced Subheadings

2004-03-11 Thread Nicole
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); above the line that reads $yeartitle = $years[year]; And now it works

[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 criteria? Nicole

[PHP] RE: Generating Sub Headings

2004-03-09 Thread Nicole
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); above the line that reads $yeartitle = $years[year]; And now it works

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 how to include files, I just wanted to include

[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.

[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 come? What's wrong with it? $dbname

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 is a server-side language. IFRAME's (and anything

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

[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] 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] Nicole mailto:[EMAIL PROTECTED

Re: [PHP] Generating Sub Headings

2004-02-19 Thread Nicole
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 N loop works if I don't have the while loop in there with the subheadings

[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/)

[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 (http://www.php.net

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 there another way to do this? Yes

Re: [PHP] php as cgi script

2003-11-28 Thread Nicole Lallande
. http://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] 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

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 PROTECTED] Nicole wrote: I last increased my

Re: [PHP] Too many connections fix?

2003-10-01 Thread Nicole
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 PROTECTED] wrote: I run Apache with PHP and MySQL [snip] I last

[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). I last increased my max connections to 500. That seemed to fix

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 see: MaxClients 150

Re: [PHP] Too many connections fix?

2003-10-01 Thread Nicole
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 some considerations though, first resource usage if you

[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 moved our web site to a new Apache

[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

[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: ? header (Content-Type

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

2003-09-05 Thread Nicole
/blahblah/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] wrote in message news

[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 client side. The user will click

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

2003-09-03 Thread Nicole
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] --- Nicole [EMAIL PROTECTED] wrote

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

2003-09-03 Thread Nicole
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 resided on the same domain as the tracking script (which

[PHP] Cookies Hidden Image

2003-09-02 Thread Nicole
? 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: Returning a variable from a function problem

2003-04-02 Thread Nicole
) { $error[name] = *; $message[name] = Database error - Please try again in a few moments!; } elseif ($duplicate == 2) { $error[name] = *; $message[name] = Server error - Please tryagain in a few moments!; } else { // not a dup, do whatever } } Nicole @rogers.com wrote in message news:[EMAIL

[PHP] Re: $_SERVER[REMOTE_ADDR]

2003-04-02 Thread Nicole
, 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:[EMAIL PROTECTED] Makes me think.. what exactly the $_SERVER

[PHP] Strange Issues

2003-04-01 Thread Nicole
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! -- Nicole -- PHP

[PHP] Re: daylight savings time ?

2003-04-01 Thread Nicole
*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 the coding (D M d, Y g:i a) how do I add an hour for daylight

[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
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
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.net/) To unsubscribe, visit: http

[PHP] PHP.ini help on Linux

2003-02-01 Thread Nicole
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: PHP.ini help on Linux

2003-02-01 Thread Nicole
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 with PHP such as use the exec, system, etc. functions. I can't seem to find the correct php.ini

[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 it should be x on the world, t

[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

Re: [PHP] CRON?

2003-01-25 Thread Nicole
... 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, and I don't know how to do it at the command line yet. Anyone have a good tutorial

[PHP] Re: CRON?

2003-01-25 Thread Nicole
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 have a limited control panel (ensim) that doesn't have anyway to do cron, and I don't

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

2002-11-26 Thread Nicole Lallande
=2val3=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

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

2002-11-26 Thread Nicole Lallande
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

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

2002-11-26 Thread Nicole Lallande
/displayem.php3?cat=5 being passed and the 'olimit=0zid=1lid=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 [mailto

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

2002-11-26 Thread Nicole Lallande
echo $ref; ? or even ?php echo $_GET['ref']; ? it comes out as: http://embitec.com/fishcart/displayem.php3?cat=5 ??? Best, Nicole --- Nicole Lallande [EMAIL PROTECTED] wrote: a href=email.php?ref=?=urlencode($pageURL);?this page/a where the url is http://mydomain.com/displayem.php3?cat

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

2002-11-26 Thread Nicole Lallande
cutting off everything after the ampersand..?? Best, Nicole form action=http://embitec.com/fishcart/email.php?ref=http://embitec.com/fishcart/displayem.php3?cat=5olimit=0zid=1lid=1; method=post There is your problem right there. Here are the variables you are passing: ref=http://embitec.com

[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 thinking

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

2002-10-07 Thread Nicole Lallande
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 variables in the url without using the ? character

[PHP] upgrading script from using GLOBALS

2002-10-02 Thread Nicole Lallande
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 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

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 but in Perl. I'm

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 how do I do that? .: B i g D o g

Re: [PHP] .htaccess file

2002-08-01 Thread Nicole Lallande
it's php_flag register_globals off -- you can either place this within your Directory 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't

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 ?php // read the contents of this directory $dir = ('./accessories/'); $dir_stream = @ opendir($dir) or die (Could not open a directory stream

Re: [PHP] Readdir

2002-08-01 Thread Nicole Lallande
Change: echo $file\n; to: echo a href='$file'$file/a\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 files listed on a Apache server

[PHP] how to test if rewrite rule is working

2002-06-08 Thread Nicole Lallande
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 Lallande [EMAIL PROTECTED] 760.753.6766

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 works fine, etc

[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 one form

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 :) nicole -- PHP

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] For additional commands, e-mail: [EMAIL

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

2001-05-16 Thread Nicole Lallande
with the modes N6 operates in - strict and quirky. I found 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

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

2001-03-13 Thread Nicole Lallande
cat = $catid[$i]; if($select_product =="cat") { echo "option value=\"$cat\" selected$cat/option"; } else { echo "option value=\"$cat\"$cat/option"; } Thanks, Nicole

[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.6766

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? TIA, Nicole

[PHP] printing data using javascript with php

2001-03-09 Thread Nicole Lallande
atabase in the php code. Now I KNOW I have got things MAJORLY 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.

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

2001-03-08 Thread Nicole Lallande
y. 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 question in a way that will

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

2001-03-08 Thread Nicole Lallande
y. 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 question in a way that will yi

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't get results: &

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

2001-03-08 Thread Nicole Lallande
the archives, books - saw a similar 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 #