php-windows Digest 19 Oct 2001 08:41:30 -0000 Issue 812

Topics (messages 9919 through 9927):

Re: problem with netscape
        9919 by: Afan Pasalic
        9921 by: Andrew Saturn
        9923 by: Mark

Re: how to compile php in vc6?
        9920 by: Gagnon.Carole.A.hydro.qc.ca

Re: Cgi Error
        9922 by: Flint Doungchak

Fatal Error
        9924 by: Chris Burwell
        9925 by: Flint Doungchak

Using PHP with MS SQL Stored Procedure
        9926 by: ST Ooi
        9927 by: Paco Ortiz

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------


I can't. It must be good in all browsers, all versions (excluding 3 and
below, of course).

With the script you sent would happen actually what I don't want to do. It
should be this way:

<table background="the background image">
<tr>
<TD> something</TD>
<TD> something</TD>
</tr>
<tr>
<TD> something</TD>
<TD> something</TD>
</tr>
</table>

but instead one image as background whole table - in Netscape is 4 tiled
background images...
Yeah, Netscape really sucks.


Thanks Andrew!

Afan


----- Original Message -----
From: "Andrew Saturn" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 18, 2001 3:37 PM
Subject: Re: [PHP-WIN] problem with netscape


> At 02:15 PM, 10/18/2001, you wrote:
> >Hi to all,
> >
> >I know that this question doesn't belong to here but please help me out -
> >if there is solution at all.
> >
> >I have to make regular HTML table 2x2 with image as background, which
> >should "cover" whole table. In Explorer works perfect but in Netscape
> >background image is tiled in for pieces> Looks like that I put
> >background="bg.gif" in every <td> tag instead of in <table> tag.
> >
> >Any idea how to solve this problem, if it's possible at all.
> >
> >Sorry for bothering.
> >
> >Afan
>
> yes netscape sucks like that, try netscape 6.0, or put the table within
> another table's TD
>
> example:
>
> <table>
> <tr><TD backround="the background image">
>
>          <table>
>          <tr><td>NW</td><td>NE</td></tr>
>          <td><td>SW</td><td>SE</td></tr>
>          </table>
>
> </TD></tr>
> </table>
>
> regards,
> -andrew saturn
>
>
>
> --
> PHP Windows 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]
>
>





At 03:57 PM, 10/18/2001, you wrote:
>I can't. It must be good in all browsers, all versions (excluding 3 and
>below, of course).

it works in IE too,...
just make sure the outside table's border is set to "0" :]
<table border="0">

regards,
-andrew saturn






don't waste your time, it can't be done.

On Thu, 18 Oct 2001 15:57:57 -0400, Afan Pasalic wrote:
>I can't. It must be good in all browsers, all versions (excluding 3
>and
>below, of course).
>
>With the script you sent would happen actually what I don't want to
>do. It
>should be this way:
>
><table background="the background image">
><tr>
><TD> something</TD>
><TD> something</TD>
></tr>
><tr>
><TD> something</TD>
><TD> something</TD>
></tr>
></table>
>
>but instead one image as background whole table - in Netscape is 4
>tiled
>background images...
>Yeah, Netscape really sucks.
>
>
>Thanks Andrew!
>
>Afan
>
>
>----- Original Message -----
>From: "Andrew Saturn" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Thursday, October 18, 2001 3:37 PM
>Subject: Re: [PHP-WIN] problem with netscape
>
>
>> At 02:15 PM, 10/18/2001, you wrote:
>> >Hi to all,
>> >
>> >I know that this question doesn't belong to here but please help
>>me out -
>> >if there is solution at all.
>> >
>> >I have to make regular HTML table 2x2 with image as background,
>>which
>> >should "cover" whole table. In Explorer works perfect but in
>>Netscape
>> >background image is tiled in for pieces> Looks like that I put
>> >background="bg.gif" in every <td> tag instead of in <table> tag.
>> >
>> >Any idea how to solve this problem, if it's possible at all.
>> >
>> >Sorry for bothering.
>> >
>> >Afan
>>
>> yes netscape sucks like that, try netscape 6.0, or put the table
>>within
>> another table's TD
>>
>> example:
>>
>> <table>
>> <tr><TD backround="the background image">
>>
>>     <table>
>>     <tr><td>NW</td><td>NE</td></tr>
>>     <td><td>SW</td><td>SE</td></tr>
>>     </table>
>>
>> </TD></tr>
>> </table>
>>
>> regards,
>> -andrew saturn
>>
>>
>>
>> --
>> PHP Windows 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: php-list-
>>[EMAIL PROTECTED]
>>
>>
>
>


--
Mark, [EMAIL PROTECTED] on 10/17/2001






Hi, I try to compile php on windows with visual c++ 6.  I have checked out
the Win32 build instructions up on php.net
and now I don't know how to compile it.  If you have any hint, method or
step to follow it would be nice to send me an E-Mail to let me know.

Carole 
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 




Guitar Man,

I haven't been following this post too much, but I'll just quickly hit some
points that have messed with me in the past.

Make sure that PHP has the rights, IUSER_machine, to read and execute the
.ini file and the php4dts.dll. If it can't read those you're screwed.

Also, what ever extenstions and associated .dlls, if any, should also have
the same rights. I'm pretty sure right now that it's a permissions problem
and not something else.

-Flint

-----Original Message-----
From: Guitar Man [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 18, 2001 12:53 PM
To: [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Cgi Error


Hello Again,
I am still without any clue here. I've tried all the troubleshooting that 
I've found in forum. I hate to get rid of php and using asp. I think I am 
missing something really simple.

thanks for your help


>>>-----Original Message-----
>>>From: Guitar Man [mailto:[EMAIL PROTECTED]]
>>>Sent: Wednesday, October 17, 2001 12:29 PM
>>>To: [EMAIL PROTECTED]
>>>Subject: [PHP-WIN] Cgi Error
>>>
>>>
>>>Sorry to bring up this topic again. I haven't found lots of discussion on
>>>this, but still couldnt figure it out. I am gettng this error:
>>>"The specified CGI application misbehaved by not returning a complete set

>>>of
>>>
>>>HTTP headers. The headers it did return are:"
>>>
>>>I have
>>>php 4.0.6
>>>win2k IIS 5
>>>
>>>I put all my dll in c:\php\extensions and i changed this in php.ini 
>>>(which
>>>is in c:winnnt)
>>>Also in IIS setting i added that check file exits. I tried lots of things

>>>to
>>>
>>>make this work, but the error is not going away. Any help? Please write 
>>>some
>>>
>>>details as I am a newbie here.
>>>Thanks
>>>
>>>
>>>_________________________________________________________________
>>>Get your FREE download of MSN Explorer at 
>>>http://explorer.msn.com/intl.asp
>>>
>>>
>>>--
>>>PHP Windows 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]
>>
>>
>>_________________________________________________________________
>>Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>>
>>
>>--
>>PHP Windows 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]
>
>
>--
>PHP Windows 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]
>


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


-- 
PHP Windows 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]




When I try to assign a php varible to a fast template value i get the
following fatal error:

Fatal error: Call to a member function on a non-object in
c:\web\re-write\news.php on line 43

Line 43 reads as follows: $tpl->assign(NEWSID, $newsid);

Any ideas on what is happening, and how i can fix this problem? The source
for this file can be found at http://www.burwell.f2s.com/news.phps






I don't see a spot where the class is initiated anywhere such as.

$tpl = new classname;

Could this be the problem? Unless the class is saved as a session, this
might be the problem.

-Flint

-----Original Message-----
From: Chris Burwell [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 18, 2001 2:11 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Fatal Error


When I try to assign a php varible to a fast template value i get the
following fatal error:

Fatal error: Call to a member function on a non-object in
c:\web\re-write\news.php on line 43

Line 43 reads as follows: $tpl->assign(NEWSID, $newsid);

Any ideas on what is happening, and how i can fix this problem? The source
for this file can be found at http://www.burwell.f2s.com/news.phps



-- 
PHP Windows 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]




Hi,

I have used MS SQL with Stored Procedure. It's accessed through ASP.
Now I want to use PHP to access the same Stored Procedure, how can
I do that? Any help would be appreciated.

Thanks

ST Ooi
Malaysia





Hi,

if you don't have to retrieve return values or output-variable values,
you can use mssql_query using "execute myproc arg1,arg2".

If you need return and output values, there are some new functions
for that, but they are now only at CVS, I think they will be included 
and documented soon.

If you badly need them, e-mail me.

Greetings,

F.J. Ortiz

10/19/01 5:13:26 AM, ST Ooi <[EMAIL PROTECTED]> wrote:

>Hi,
>
>I have used MS SQL with Stored Procedure. It's accessed through ASP.
>Now I want to use PHP to access the same Stored Procedure, how can
>I do that? Any help would be appreciated.
>
>Thanks
>
>ST Ooi
>Malaysia
>
>
>-- 
>PHP Windows 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]
>
>

___________________________________
Francisco Javier Ortiz Torre
ComuNET,S.A.
mailto:[EMAIL PROTECTED]

ComuNET, S.A
Gral. Concha 39,6º
48012 Bilbao España
Tel: +34 944 700 101 
Fax: +34 944 700 185 
http://www.comunet.es
___________________________________




Reply via email to