Re: [PHP-DB] array issue

2007-11-27 Thread Jason Gerfen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Clare Media wrote: > Guys really in need of some assistance here. > > I am reading an xml file and want to loop through the entire file and > display the information. > > Unfortunately I am only showing 1 item. how can I go about showing all news > i

[PHP-DB] array issue

2007-11-27 Thread Clare Media
Guys really in need of some assistance here. I am reading an xml file and want to loop through the entire file and display the information. Unfortunately I am only showing 1 item. how can I go about showing all news item? I've tried array and loop however I am not versed with any of them. Thank

RE: [PHP-DB] array issue

2003-08-17 Thread Aaron Wolski
tion system not seen by many users. Aaron > -Original Message- > From: OpenSource [mailto:[EMAIL PROTECTED] > Sent: August 17, 2003 12:28 PM > To: Aaron Wolski > Cc: PHP-DB; [EMAIL PROTECTED] > Subject: Re: [PHP-DB] array issue > Importance: High > > Hey guys

Re: [PHP-DB] array issue

2003-08-17 Thread OpenSource
> To: <[EMAIL PROTECTED]> Cc: "'PHP-DB'" <[EMAIL PROTECTED]>; "'OpenSource'" <[EMAIL PROTECTED]> Sent: Sunday, August 17, 2003 10:04 AM Subject: RE: [PHP-DB] array issue > Good point and nice find, Jeff! > > I wasn't sure

RE: [PHP-DB] array issue

2003-08-17 Thread Aaron Wolski
y too? > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: August 17, 2003 11:48 AM > To: Aaron Wolski > Cc: 'PHP-DB'; 'OpenSource' > Subject: RE: [PHP-DB] array issue > > > This may or may not make sense for your iss

RE: [PHP-DB] array issue

2003-08-17 Thread jeffrey_n_Dyke
PROTECTED]>, "'PHP-DB'" <[EMAIL PROTECTED]> z.com> cc:

RE: [PHP-DB] array issue

2003-08-17 Thread Aaron Wolski
$values) { fputs($fp, $value); } //close the file stuff here HTH Aaron > -Original Message- > From: OpenSource [mailto:[EMAIL PROTECTED] > Sent: August 17, 2003 11:31 AM > To: PHP-DB > Subject: [PHP-DB] array issue > Importance: High > > hi ya'll >

[PHP-DB] array issue

2003-08-17 Thread OpenSource
hi ya'll I am having a nightmare on this issue of mine. I've got this array that I need to write to a file... sample code below while (something); { query data base $r_ul=ifx_fetch_row($sideQuery4); $type1 = array($rotation."\n"); switch ($r_ul['number']) { case '4';

Re: [PHP-DB] Array Issue help please

2003-01-20 Thread Jason Wong
On Monday 20 January 2003 17:50, Dave Carrera wrote: > I have nearly got this working but it dose not seem to loop though or > return the result > > I have done something wrong and I ask one of you coders that are much > cleverer that I to glance over my code to see the obvious mistake / s. Can y

[PHP-DB] Array Issue help please

2003-01-20 Thread Dave Carrera
Hi All I have nearly got this working but it dose not seem to loop though or return the result I have done something wrong and I ask one of you coders that are much cleverer that I to glance over my code to see the obvious mistake / s. Thank you in advance for any help Dave Carrera // Start