Re: [PHP] Still trying to figure this out...

2006-06-22 Thread Richard Lynch
s > problem for me, I will be glad to send money via paypal for helping > out > solving this problem as I have been on it for 2 days now and this is > the > last bit of code for this program that is holding me up. Please read > below > for more information on what I am d

Re: [PHP] Still trying to figure this out...

2006-06-22 Thread Richard Lynch
On Tue, June 20, 2006 1:37 am, Rob W. wrote: > I still have not yet found anybody to help me with this. All the code > that > people have given me has not worked at all. I still get no output. So > to add > a little more to this, I'm gonna define how the database looks. > >

Re: [PHP] Still trying to figure this out...

2006-06-20 Thread tedd
At 4:19 AM -0500 6/20/06, Rob W. wrote: >- Original Message - From: "Jochem Maas" <[EMAIL PROTECTED]> >To: "Rob W." <[EMAIL PROTECTED]> >Cc: >Sent: Tuesday, June 20, 2006 4:13 AM >Subject: Re: [PHP] Still trying to figure this out... >

Re: [PHP] Still trying to figure this out...

2006-06-20 Thread tedd
At 11:43 AM +0200 6/20/06, Jochem Maas wrote: > > >a, whether you or anyone else *wants* my opinion is irrelevant. >b, I'm quite sure there are a couple of people here that appreciate at least >*some* of my input on this list. You can count me into that "couple of people" group. I've always found

Re: [PHP] Still trying to figure this out...

2006-06-20 Thread Jochem Maas
Rob W. wrote: > ... > > Dont complain about people asking for help when that is what this list > is for. I wasn't complaining Rob, merely trying to point out that 'help' != 'do my work for me' > >> >>> that's why this list is here, >> >> really, could you please quote your support contract n

Re: [PHP] Still trying to figure this out...

2006-06-20 Thread Rob W.
- Original Message - From: "Jochem Maas" <[EMAIL PROTECTED]> To: "Rob W." <[EMAIL PROTECTED]> Cc: Sent: Tuesday, June 20, 2006 4:13 AM Subject: Re: [PHP] Still trying to figure this out... Rob W. wrote: Ya know, after working on this for 2 days st

Re: [PHP] Still trying to figure this out...

2006-06-20 Thread Jochem Maas
ot;Rob W." <[EMAIL PROTECTED]> > Cc: > Sent: Tuesday, June 20, 2006 3:54 AM > Subject: Re: [PHP] Still trying to figure this out... > > >> Rob W. wrote: >>> OMG Chris, Thankyou very much. That is exactally what I needed. If you >>> wish for me to

Re: [PHP] Still trying to figure this out...

2006-06-20 Thread Rob W.
- From: "Stut" <[EMAIL PROTECTED]> To: "Rob W." <[EMAIL PROTECTED]> Cc: Sent: Tuesday, June 20, 2006 4:08 AM Subject: Re: [PHP] Still trying to figure this out... Rob W. wrote: Ya know, after working on this for 2 days straight, I have tried my own work. I n

Re: [PHP] Still trying to figure this out...

2006-06-20 Thread Stut
Rob W. wrote: Ya know, after working on this for 2 days straight, I have tried my own work. I never said I was an expert at php, that's why this list is here, so the next time you critisize someone, keep it to your self cause no one cares to hear about it. If you dont wanna help, then stfu. J

Re: [PHP] Still trying to figure this out...

2006-06-20 Thread Rob W.
ginal Message - From: "Jochem Maas" <[EMAIL PROTECTED]> To: "Rob W." <[EMAIL PROTECTED]> Cc: Sent: Tuesday, June 20, 2006 3:54 AM Subject: Re: [PHP] Still trying to figure this out... Rob W. wrote: OMG Chris, Thankyou very much. That is exactally what I

Re: [PHP] Still trying to figure this out...

2006-06-20 Thread Jochem Maas
> To: "Rob W." <[EMAIL PROTECTED]> > Cc: > Sent: Tuesday, June 20, 2006 1:39 AM > Subject: Re: [PHP] Still trying to figure this out... > > >> Rob W. wrote: >>> I still have not yet found anybody to help me with this. All the code >>> tha

Re: [PHP] Still trying to figure this out...

2006-06-19 Thread Robert Cummings
On Tue, 2006-06-20 at 02:37, Rob W. wrote: > I still have not yet found anybody to help me with this. You found PLENTY of people to help you on this. PLENTY of people gave you perfectly valid solutions. YOU have a problem elsewhere that we are unable to ascertain due to our current inability to re

Re: [PHP] Still trying to figure this out...

2006-06-19 Thread Rob W.
to help with what I wanted. - Rob - Original Message - From: "Chris" <[EMAIL PROTECTED]> To: "Rob W." <[EMAIL PROTECTED]> Cc: Sent: Tuesday, June 20, 2006 1:39 AM Subject: Re: [PHP] Still trying to figure this out... Rob W. wrote: I still have not y

Re: [PHP] Still trying to figure this out...

2006-06-19 Thread Chris
Rob W. wrote: I still have not yet found anybody to help me with this. All the code that people have given me has not worked at all. I still get no output. So to add a little more to this, I'm gonna define how the database looks. -- |switchid|swi

Re: [PHP] Still trying to figure this out...

2006-06-19 Thread Rob W.
> To: Sent: Monday, June 19, 2006 3:39 PM Subject: [PHP] Still trying to figure this out... Ok, I am still trying to get this figured out from what I tried doing last night. If anybody wants to try it, please be my guest. This is the deal. Create an INTEGER table. Put the numbers 1 - 24

Re: [PHP] Still trying to figure this out...

2006-06-19 Thread Robert Cummings
On Mon, 2006-06-19 at 21:09, Rob W. wrote: > $range = array_flip( range( 1, 24 ) ); > > $query = "SELECT switchport FROM network "; > if( ($result = mysql_query( $query )) !== false ) > { > while( ($row = mysql_fetch_array( $result )) !== false ) > { > u

Re: [PHP] Still trying to figure this out...

2006-06-19 Thread Rob W.
From: "Xavier Casto" <[EMAIL PROTECTED]> To: "'Rob W.'" <[EMAIL PROTECTED]> Cc: Sent: Monday, June 19, 2006 7:37 PM Subject: RE: [PHP] Still trying to figure this out... Ok Rob, I tested my code in Oracle (obviously changed for that database type

Re: [PHP] Still trying to figure this out...

2006-06-19 Thread Rob W.
Nope, still does nothing. - Original Message - From: "Xavier Casto" <[EMAIL PROTECTED]> To: "'Rob W.'" <[EMAIL PROTECTED]> Cc: Sent: Monday, June 19, 2006 6:49 PM Subject: RE: [PHP] Still trying to figure this out... I think the

Re: [PHP] Still trying to figure this out...

2006-06-19 Thread Jochem Maas
Rob W. wrote: > Nope, I still dont get anything back from that. it will AT THE VERY LEAST return the string: '' do you have any idea what you have in your database??? and have you ever heard of print_r() or var_dump()? you can use them to *investigate* your problem. ... >> $sqlRange

Re: [PHP] Still trying to figure this out...

2006-06-19 Thread Richard Lynch
On Mon, June 19, 2006 3:39 pm, Rob W. wrote: > $query="SELECT switchport FROM network"; > $result=mysql_query($query); //If you wanna use fetch_array or whatever, fine. //But I dunno how to use it and don't care to learn. //And haven't felt the need for a decade now. //So there :-) while (list

Re: [PHP] Still trying to figure this out...

2006-06-19 Thread Rob W.
CTED]> Cc: Sent: Monday, June 19, 2006 6:34 PM Subject: RE: [PHP] Still trying to figure this out... Are there any numbers missing in your database table between 0 and the number you assigned to $maxport? -Original Message- From: Rob W. [mailto:[EMAIL PROTECTED] Sent: Monday, June 19

Re: [PHP] Still trying to figure this out...

2006-06-19 Thread Robert Cummings
On Mon, 2006-06-19 at 16:39, Rob W. wrote: > Ok, I am still trying to get this figured out from what I tried doing last > night. If anybody wants to try it, please be my guest. This is the deal. > Create an INTEGER table. Put the numbers 1 - 24 in it. Leave out like number > 8, 9, 22, 23 ect.. N

Re: [PHP] Still trying to figure this out...

2006-06-19 Thread Rob W.
Nope, I still dont get anything back from that. So i'm still stuck in the mud. - Original Message - From: "Jochem Maas" <[EMAIL PROTECTED]> To: "Rob W." <[EMAIL PROTECTED]> Cc: Sent: Monday, June 19, 2006 4:05 PM Subject: Re: [PHP] Still trying

Re: [PHP] Still trying to figure this out...

2006-06-19 Thread Rob W.
Yep, and still nothing output's. - Original Message - From: "Xavier Casto" <[EMAIL PROTECTED]> To: "'Rob W.'" <[EMAIL PROTECTED]> Cc: Sent: Monday, June 19, 2006 6:20 PM Subject: RE: [PHP] Still trying to figure this out... You did ma

Re: [PHP] Still trying to figure this out...

2006-06-19 Thread Rob W.
This also didnt work, Still giving me no output just like the last try. - Original Message - From: Xavier Casto To: Rob W. Cc: php-general@lists.php.net Sent: Monday, June 19, 2006 4:33 PM Subject: Re: [PHP] Still trying to figure this out... Have you ever thought of

Re: [PHP] Still trying to figure this out...

2006-06-19 Thread Jochem Maas
John Nichel wrote: > Jochem Maas wrote: > >> echo '',$port,''; > >> 2. try to output something that resembles proper HTML (an >> without a closing tag sucks) >> > > P I never close my option tags that way > > Bar but that's different, you have your official dr. Evil's certifi

Re: [PHP] Still trying to figure this out...

2006-06-19 Thread tedd
At 5:48 PM -0400 6/19/06, Jon Anderson wrote: >John Nichel wrote: >>P I never close my option tags that way >> >>Bar >> >>:-p >> >I didn't think this would compute as proper XHTML...Sure enough >validator.w3c.org says: > >Error /Line 10 column 10/: character data is not allowed here.

Re: [PHP] Still trying to figure this out...

2006-06-19 Thread Jon Anderson
John Nichel wrote: P I never close my option tags that way Bar :-p I didn't think this would compute as proper XHTML...Sure enough validator.w3c.org says: Error /Line 10 column 10/: character data is not allowed here. |*t*est| You have used character data somewhere it is not

Re: [PHP] Still trying to figure this out...

2006-06-19 Thread John Nichel
Jochem Maas wrote: echo '',$port,''; 2. try to output something that resembles proper HTML (an without a closing tag sucks) P I never close my option tags that way Bar :-p -- John C. Nichel IV Programmer/System Admin (ÜberGeek) Dot Com Holdings of Buffalo 716.856.

Re: [PHP] Still trying to figure this out...

2006-06-19 Thread Jochem Maas
Rob W. wrote: > Ok, I am still trying to get this figured out from what I tried doing last > night. If anybody wants to try it, please be my guest. This is the deal. > Create an INTEGER table. Put the numbers 1 - 24 in it. > Leave out like number 8, 9, 22, 23 ect.. I'll assume the DB creation

[PHP] Still trying to figure this out...

2006-06-19 Thread Rob W.
Ok, I am still trying to get this figured out from what I tried doing last night. If anybody wants to try it, please be my guest. This is the deal. Create an INTEGER table. Put the numbers 1 - 24 in it. Leave out like number 8, 9, 22, 23 ect.. Now create a php statement that will take and pull t