Re: [PHP-DB] Re: Getting results from MySQL

2003-02-21 Thread Fredrik de Vibe
[EMAIL PROTECTED] (Anders mellström) writes:
> But I'm afraid that I don't really understand. Wouldn't I need a
> webserver on my local computer to view serverside-code? That I don't
> have. But that shouldn't be the problem since I have the same code
> on another page on the same ISP (as I mentioned). I'm confused ...

Not the php code, the html code. This doesn't rely on a server. You
just copy the source to a local file and edit it, then it's easier to
see html errors.

Your error, btw, is that you put in  tags outside  tags
(between  and ). Then these go to the top of the page and
stay there. There is no need for  tags within a table cell unless
you have more text following it, and anything written between 
and  not within  goes to the top.


-- 
--Fredrik
... and furthermore ... I don't like your trousers.

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DB] Re: Getting results from MySQL

2003-02-21 Thread Anders Mellström
Oops. Sorry about that. 
But I'm afraid that I don't really understand. Wouldn't I need a webserver on my local 
computer to view serverside-code? That I don't have. But that shouldn't be the problem 
since I have the same code on another page on the same ISP (as I mentioned). I'm 
confused ...

//Anders

>> Well, the things is that I have almost the exact similar code on
>> another page and that works great on that server. I also don not
>> have the "power" to get rid of the extra script-code put there by
>> the ISP. Any other suggestions? :)
>
>I understood as much. What I meant was that you could try to strip it
>and see for yourself, on your local computer, whether that works. Then
>you'll know if that's the problem or not, and you can go on either
>looking for another problem, or try to fix it.
>
>Another thing is that if you post the replies to the newsgroup instead
>of sending e-mails, you're likely to get more response ;-)
>
>
>-- 
>--Fredrik
>... and furthermore ... I don't like your trousers.


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php