[PHP] Re: problems with looping array

2001-12-03 Thread Jim Musil
> > number that increments at the end of the loop. Please help if you know >of >> > anyway to use this variable. Also, I can post my whole script if >> needed...I >> > just didn't want unneeded info posted. Thanks in advance. >> > >> &g

RE: [PHP] Strange problem...

2001-11-30 Thread Jim Musil
t; >-- >PHP General Mailing List (http://www.php.net/) >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >To contact the list administrators, e-mail: [EMAIL PROTECTED] -- Jim Musil - Multimedia Programmer Nettmedia -

RE: [PHP] Stuck on array, need a little help.

2001-11-30 Thread Jim Musil
$key)=each($bikes[$sub_cat]["Trek"])) { echo "\n"; echo "$val\n"; } } >No, all that will do is reverse the placement >of the values. So now it prints out Array >and puts the item in the URL. Still the same problem. > > >&

Re: [PHP] Stuck on array, need a little help.

2001-11-30 Thread Jim Musil
), > "Klein" => array( > "bike 1" => "URL", > "bike 2" => "URL" > ), > "Gary Fisher" => array( > &

[PHP] Speed of Images from DB

2001-11-30 Thread Jim Musil
actual data in my mysql db. It seems like it would be too slow to query, transfer, and passthru. Does anyone have any wisdom on this subject? -- Jim Musil - Multimedia Programmer Nettmedia - 212-629-0004 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] URGENT-HELP !!!!!!

2001-11-30 Thread Jim Musil
host >(localhost) it will get a response from it self? I haven't tried it, >but I think it would work. > >By the way... the most of the SMTP doesn't check at the FROM header, >but from the sender SMTP. >So if you got a nonexisting e-mail it would accept it too, b

Re: [PHP] database question

2001-11-29 Thread Jim Musil
>> >> -- >> PHP General Mailing List (http://www.php.net/) >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> To contact the list administrators, e-mail: [EMAIL PROTECTED] >> >> >> &g