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
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.
>
>
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...
>
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
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
- 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
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
-
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
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
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
> 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
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
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
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
>
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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.
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
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
31 matches
Mail list logo