php-windows Digest 31 Jan 2003 22:32:37 -0000 Issue 1565

Topics (messages 18263 through 18279):

Re: SQL SERVER TRUSTED CONNECTION HELP
        18263 by: Sean Malloy

Re: SSI, SHTML and PHP, INCLUDES...
        18264 by: Radovan Radic
        18278 by: Dash McElroy

Re: Turn on Error Messages
        18265 by: Radovan Radic

Re: Web pages don't show up in IE 6 w/SP1.
        18266 by: Jammy Hall
        18273 by: cybot
        18274 by: Stephen Edmonds
        18275 by: Luis Ferro
        18276 by: Jammy Hall

Re: Wierd Windows Problems
        18267 by: Tobias Brandl
        18279 by: Sean Malloy

There is no way I can build "on the fly" pdfs
        18268 by: Leonardo Javier Belén
        18269 by: Charles P. Killmer
        18270 by: Jerry Nelson

Re: Passing Variables and Internal Variables
        18271 by: cybot

Re: Something like trim()
        18272 by: cybot

Re: [PHP] Re: [PHP-WIN] Register globals on and off
        18277 by: Davy Obdam

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]


----------------------------------------------------------------------
--- Begin Message ---
SQL Server is set to "Windows Only" authentication mode.

You can set it to "Windows and SQL Server" mode, by opening Enterprise
Manager, right clicking on the server, choosing Properties | Security, and
set it to "SQL Server and Windows" rather than "Windows Only" mode.


-----Original Message-----
From: Daniel Masson [mailto:[EMAIL PROTECTED]]
Sent: Friday, 31 January 2003 9:27 AM
To: 'PHP-WIN'
Subject: [PHP-WIN] SQL SERVER TRUSTED CONNECTION HELP


Hello list.

I know about sql server authentication (windows and sql) y installed sql
server 2000 on an win xp box, and my server already has "SQL and windows
authentication", and still my php script goes "Login failed for user
'myuser'. Reason: Not associated with a trusted SQL Server connection. "

Anyone got this before ??

Scripts are in a NT4 box and sql server 2000 on a xp box.

Thanks every1 any help would be very very appreciated.


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

--- End Message ---
--- Begin Message ---
Hi

Sorry, i am not here to answer. I just wonder how this message
SSI, SHTML and PHP, INCLUDES...
 got under the thread:
Re: Flow diagrams.

Does this happen to someone else?

Radovan

"Leo G. Divingracia III" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> have a slight problem.
>
> need to include some template files that are javascript.
>
> so i have setup my apache 1.3.x server to parse .SHTML files.
>
> now, i need to add php to this.
>
> so fine. all i thought i could do was add this to my apache conf file:
>
> AddType application/x-httpd-php .php4 .php .htm .php3 .inc .html .shtml
>
> but after that change, when i call that .shtml page with a bit of php
> code, it brings up the SAVE AS dialog box.
>
> here's the part of apache's conf file to parse SSI files:
>
>      # To use server-parsed HTML files
>      #
>      AddType text/html .shtml
>      AddHandler server-parsed .shtml
>
> so is there way to get around this?  or am i stuck?
>
> thanks...
>
>
> --
> Leo G. Divinagracia III
> [EMAIL PROTECTED]
>
> zzzzz
>


--- End Message ---
--- Begin Message ---
Check this out:

http://www.php.net/manual/en/function.virtual.php

That just very well could be what you need. Otherwise, you may have to
rewrite your stuff. Keep in mind Apache 1.3.x can only process one file
via one 'addtype' thing. Apache2 has support for more that one 'filter',
but I have not tried it yet. Having more than one filter on one file could
slow your website down, so it would be best done with discression (sp?).

You may be able to do what you want with an include() call, as well (look
at include, include_once, require and require_once at php.net) depending
on how your code is written.

-Dash

Ever since prehistoric times, wise men have tried to understand what,
exactly, make people laugh.  That's why they were called "wise men."
All the other prehistoric people were out puncturing each other with
spears, and the wise men were back in the cave saying: "How about:
Would you please take my wife?  No.  How about: Here is my wife, please
take her right now.  No How about:  Would you like to take something?
My wife is available.  No.  How about ..."
                -- Dave Barry, "Why Humor is Funny"

On Thu, 30 Jan 2003, Leo G. Divingracia III wrote:

> have a slight problem.
>
> need to include some template files that are javascript.
>
> so i have setup my apache 1.3.x server to parse .SHTML files.
>
> now, i need to add php to this.
>
> so fine. all i thought i could do was add this to my apache conf file:
>
> AddType application/x-httpd-php .php4 .php .htm .php3 .inc .html .shtml
>
> but after that change, when i call that .shtml page with a bit of php
> code, it brings up the SAVE AS dialog box.
>
> here's the part of apache's conf file to parse SSI files:
>
>      # To use server-parsed HTML files
>      #
>      AddType text/html .shtml
>      AddHandler server-parsed .shtml
>
> so is there way to get around this?  or am i stuck?
>
> thanks...
>
>
> --
> Leo G. Divinagracia III
> [EMAIL PROTECTED]
>
> zzzzz
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--- End Message ---
--- Begin Message ---
You can put this line in your script:
error_reporting(E_ALL);
or some other combination

"Christoph Grottolo" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> [EMAIL PROTECTED] (Wade) wrote:
>
> >01302003 1407 CST
> >
> >How do you turn on error messages in your PHP scripts?
> >I have removed ";" from the php.ini and changed OFF to ON in two
> >locations. But when I check the phpinfo() page it still says they are
> >off and my pages still return no errors. What gives?
>
> Probably your php.ini file is in a wrong location your you have more
> than one in your path - or you didn't restart your webserver after
> changing the ini file.
>
> Christoph


--- End Message ---
--- Begin Message ---
The link is:
http://dynamic5.gamespy.com/~perfectionist/PSite/modules.php?name=NukeWrap&p
age=http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutor
ial_Basic.html

And the "View Source" is attached..




"Jammy Hall" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I running Windows 2000 w/SP3 and IE 6 w/SP1 and I can't get pages using
PHP
> to show up in my browser....
>
> I don't get any errors, just a blank space were the PHP info would be.
>
> Any suggestions???
>
> Thanks,
>
> Jammy
>
>


begin 666 PHPSource.txt
M/"%$3T-465!%($A434P@4%5"3$E#("(M+R]7,T,O+T141"!(5$U,(#0N,#$@
M5')A;G-I=&EO;F%L+R]%3B(^#0H\:'1M;#X-"CQH96%D/@T*/'1I=&QE/E!E
M<F9E8W1I;VYI<W0@0W5S=&]M($QE=F5L($1E<VEG;B \+W1I=&QE/@T*/$U%
M5$$@2%144"U%455)5CTB0V]N=&5N="U4>7!E(B!#3TY414Y4/2)T97AT+VAT
M;6P[(&-H87)S970]25-/+3@X-3DM,2(^#0H\345402!(5%10+45154E6/2)%
M6%!)4D53(B!#3TY414Y4/2(P(CX-"CQ-151!($Y!344](E)%4T]54D-%+519
M4$4B($-/3E1%3E0](D1/0U5-14Y4(CX-"CQ-151!($Y!344](D1)4U1224)5
M5$E/3B(@0T].5$5.5#TB1TQ/0D%,(CX-"CQ-151!($Y!344](D%55$A/4B(@
M0T].5$5.5#TB4&5R9F5C=&EO;FES="!#=7-T;VT@3&5V96P@1&5S:6=N(CX-
M"CQ-151!($Y!344](D-/4%E224=(5"(@0T].5$5.5#TB0V]P>7)I9VAT("AC
M*2 R,# R(&)Y(%!E<F9E8W1I;VYI<W0@0W5S=&]M($QE=F5L($1E<VEG;B(^
M#0H\345402!.04U%/2)+15E73U)$4R(@0T].5$5.5#TB3F5W<RP@;F5W<RP@
M3F5W+"!N97<L(%1E8VAN;VQO9WDL('1E8VAN;VQO9WDL($AE861L:6YE<RP@
M:&5A9&QI;F5S+"!.=6ME+"!N=6ME+"!02% M3G5K92P@<&AP;G5K92P@<&AP
M+6YU:V4L($=E96LL(&=E96LL($=E96MS+"!G965K<RP@2&%C:V5R+"!H86-K
M97(L($AA8VME<G,L(&AA8VME<G,L($QI;G5X+"!L:6YU>"P@5VEN9&]W<RP@
M=VEN9&]W<RP@4V]F='=A<F4L('-O9G1W87)E+"!$;W=N;&]A9"P@9&]W;FQO
M860L($1O=VYL;V%D<RP@9&]W;FQO861S+"!&<F5E+"!&4D5%+"!F<F5E+"!#
M;VUM=6YI='DL(&-O;6UU;FET>2P@35 S+"!M<#,L($9O<G5M+"!F;W)U;2P@
M1F]R=6US+"!F;W)U;7,L($)U;&QE=&EN+"!B=6QL971I;BP@0F]A<F0L(&)O
M87)D+"!";V%R9',L(&)O87)D<RP@4$A0+"!P:' L(%-U<G9E>2P@<W5R=F5Y
M+"!+97)N96PL(&ME<FYE;"P@0V]M;65N="P@8V]M;65N="P@0V]M;65N=',L
M(&-O;6UE;G1S+"!0;W)T86PL('!O<G1A;"P@3T10+"!O9' L($]P96XL(&]P
M96XL($]P96X@4V]U<F-E+"!/<&5N4V]U<F-E+"!/<&5N<V]U<F-E+"!O<&5N
M<V]U<F-E+"!O<&5N('-O=7)C92P@1G)E92!3;V9T=V%R92P@1G)E95-O9G1W
M87)E+"!&<F5E<V]F='=A<F4L(&9R964@<V]F='=A<F4L($=.52P@9VYU+"!'
M4$PL(&=P;"P@3&EC96YS92P@;&EC96YS92P@56YI>"P@54Y)6"P@*FYI>"P@
M=6YI>"P@37E344PL(&UY<W%L+"!344PL('-Q;"P@1&%T86)A<V4L($1A=&%"
M87-E+"!";&]G<RP@8FQO9W,L($)L;V<L(&)L;V<L(&1A=&%B87-E+"!-86YD
M<F%K92P@;6%N9')A:V4L(%)E9"!(870L(%)E9$AA="P@<F5D(&AA="P@4VQA
M8VMW87)E+"!S;&%C:W=A<F4L(%-54T4L(%-U4T4L('-U<V4L($1E8FEA;BP@
M9&5B:6%N+"!';F]M92P@1TY/344L(&=N;VUE+"!+9&4L($M$12P@:V1E+"!%
M;FQI9VAT96YM96YT+"!E;FQI9VAT96YM96YT+"!);G1E<F-A=&EV92P@:6YT
M97)A8W1I=F4L(%!R;V=R86UM:6YG+"!P<F]G<F%M;6EN9RP@17AT<F5M92P@
M97AT<F5M92P@1V%M92P@9V%M92P@1V%M97,L(&=A;65S+"!796(@4VET92P@
M=V5B('-I=&4L(%=E8FQO9RP@5V5B3&]G+"!W96)L;V<L($=U<G4L($=54E4L
M(&=U<G4B/@T*/$U%5$$@3D%-13TB1$530U))4%1)3TXB($-/3E1%3E0](E!U
M<F4@4&5R9F5C=&EO;B!!9V%I;B(^#0H\345402!.04U%/2)23T)/5%,B($-/
M3E1%3E0](DE.1$58+"!&3TQ,3U<B/@T*/$U%5$$@3D%-13TB4D5625-)5"U!
M1E1%4B(@0T].5$5.5#TB,2!$05E3(CX-"CQ-151!($Y!344](E)!5$E.1R(@
M0T].5$5.5#TB1T5.15)!3"(^#0H\345402!.04U%/2)'14Y%4D%43U(B($-/
M3E1%3E0](E!(4"U.=6ME(#8N," M($-O<'ER:6=H=" R,# R(&)Y(&AT=' Z
M+R]P:'!N=6ME+F]R9R(^#0H\<V-R:7!T('1Y<&4](G1E>'0O:F%V87-C<FEP
M="(^#0H\(2TM#0IF=6YC=&EO;B!O<&5N=VEN9&]W*"E[#0H)=VEN9&]W+F]P
M96X@*")M;V1U;&5S+TYU:V57<F%P+V-O<'ER:6=H="YP:' B+")#;W!Y<FEG
M:'0B+")T;V]L8F%R/6YO+&QO8V%T:6]N/6YO+&1I<F5C=&]R:65S/6YO+'-T
M871U<SUN;RQS8W)O;&QB87)S/7EE<RQR97-I>F%B;&4];F\L8V]P>6AI<W1O
M<GD];F\L=VED=&@]-# P+&AE:6=H=#TR,# B*3L-"GT-"B\O+2T^#0H\+U-#
M4DE05#X-"@T*/$Q)3DL@4D5,/2)3='EL95-H965T(B!(4D5&/2)T:&5M97,O
M2V%P=70O<W1Y;&4O<W1Y;&4N8W-S(B!465!%/2)T97AT+V-S<R(^#0H-"@T*
M#0H-"@T*/"]H96%D/@T*#0H\8F]D>2!B9V-O;&]R/2(C-T(Y,4%#(B!T97AT
M/2(C,# P,# P(B!L:6YK/2(C,S8S-C,V(B!V;&EN:STB(S,V,S8S-B(@86QI
M;FL](B-D-6%E.#,B/@T*/&)R/@T*/'1A8FQE(&)O<F1E<CTB,"(@8V5L;'-P
M86-I;F<](C B(&-E;&QP861D:6YG/2(P(B!W:61T:#TB,3 P)2(^/'1R/@T*
M(" @(#QT9"!W:61T:#TB,34B(&AE:6=H=#TB,34B/CQI;6<@<W)C/2)T:&5M
M97,O2V%P=70O:6UA9V5S+W5P+6QE9G0R+F=I9B(@86QT/2(B(&)O<F1E<CTB
M,"(^/"]T9#X-"B @(" \=&0@8F%C:V=R;W5N9#TB=&AE;65S+TMA<'5T+VEM
M86=E<R]U<#(N9VEF(B!A;&EG;CTB8V5N=&5R(B!W:61T:#TB,3 P)2(@:&5I
M9VAT/2(Q-2(^)FYB<W [/"]T9#X-"B @(" \=&0^/&EM9R!S<F,](G1H96UE
M<R]+87!U="]I;6%G97,O=7 M<FEG:'0R+F=I9B(@=VED=&@](C$U(B!H96EG
M:'0](C$U(B!A;'0](B(@8F]R9&5R/2(P(CX\+W1D/CPO='(^#0H@(" @/'1R
M/@T*(" @(#QT9"!B86-K9W)O=6YD/2)T:&5M97,O2V%P=70O:6UA9V5S+VQE
M9G0R+F=I9B(@=VED=&@](C$U(CXF;F)S<#L\+W1D/@T*(" @(#QT9"!B9V-O
M;&]R/2(W0CDQ04,B('=I9'1H/2(Q,# E(CX\9&EV(&%L:6=N/2)C96YT97(B
M/CQT86)L92!B;W)D97(](C B/CQT<CX\=&0@<F]W<W!A;CTB,B(^/&$@:')E
M9CTB:6YD97@N<&AP(CX\:6UG('-R8STB=&AE;65S+TMA<'5T+VEM86=E<R]L
M;V=O+F=I9B(@8F]R9&5R/2(P(B!A;'0](E=E;&-O;64@=&\@4&5R9F5C=&EO
M;FES="!#=7-T;VT@3&5V96P@1&5S:6=N(B!A;&EG;CTB8V5N=&5R(CX\+V$^
M/"]T9#X\+V(^/"]F;VYT/CPO=&0^/"]T<CX\+W1A8FQE/@T*/"]T9#X-"B @
M(" \=&0@8F%C:V=R;W5N9#TB=&AE;65S+TMA<'5T+VEM86=E<R]R:6=H=#(N
M9VEF(CXF;F)S<#L\+W1D/CPO='(^#0H@(" @/'1R/@T*(" @(#QT9"!W:61T
M:#TB,34B(&AE:6=H=#TB,34B/CQI;6<@<W)C/2)T:&5M97,O2V%P=70O:6UA
M9V5S+V1O=VXM;&5F=#(N9VEF(B!A;'0](B(@8F]R9&5R/2(P(CX\+W1D/@T*
M(" @(#QT9"!B86-K9W)O=6YD/2)T:&5M97,O2V%P=70O:6UA9V5S+V1O=VXR
M+F=I9B(@86QI9VX](F-E;G1E<B(@:&5I9VAT/2(Q-2(^)FYB<W [/"]T9#X-
M"B @(" \=&0^/&EM9R!S<F,](G1H96UE<R]+87!U="]I;6%G97,O9&]W;BUR
M:6=H=#(N9VEF(B!W:61T:#TB,34B(&AE:6=H=#TB,34B(&%L=#TB(B!B;W)D
M97(](C B/CPO=&0^/"]T<CX-"B @(" \+W1D/CPO='(^/"]T86)L93X-"B @
M(" \8G(^/&)R/CQD:78@86QI9VX](F-E;G1E<B(^/&5M8F5D('-R8STB<&5R
M9F5C=&5X=')A+V9L87-H+S8P,'@Q,F)A;FYE<BYS=V8B('%U86QI='D]:&EG
M:"!P;'5G:6YS<&%G93TB:'1T<#HO+W=W=RYM86-R;VUE9&EA+F-O;2]S:&]C
M:W=A=F4O9&]W;FQO860O:6YD97@N8V=I/U Q7U!R;V1?5F5R<VEO;CU3:&]C
M:W=A=F5&;&%S:"(@='EP93TB87!P;&EC871I;VXO>"US:&]C:W=A=F4M9FQA
M<V@B('=I9'1H/2(V,# B(&AE:6=H=#TB,3(B/CQT86)L92!C96QL<&%D9&EN
M9STB,"(@8V5L;'-P86-I;F<](C B('=I9'1H/2(Y.24B(&)O<F1E<CTB,"(@
M86QI9VX](F-E;G1E<B(@8F=C;VQO<CTB(S=".3%!0R(^#0H\='(^/'1D(&)G
M8V]L;W(](B,W0CDQ04,B('9A;&EG;CTB=&]P(CX-"CQT86)L92!B;W)D97(]
M,"!C96QL<W!A8VEN9STP(&-E;&QP861D:6YG/3 @=VED=&@],34P/CQT<CX\
M=&0@=VED=&@],3<@:&5I9VAT/3$W/CQI;6<@<W)C/71H96UE<R]+87!U="]I
M;6%G97,O=7 M;&5F="YG:68@86QT/2(B(&)O<F1E<CTP/CPO=&0^/'1D(&)A
M8VMG<F]U;F0]=&AE;65S+TMA<'5T+VEM86=E<R]U<"YG:68@86QI9VX]8V5N
M=&5R('=I9'1H/3$P,"4@:&5I9VAT/3$W/B9N8G-P.SPO=&0^/'1D/CQI;6<@
M<W)C/71H96UE<R]+87!U="]I;6%G97,O=7 M<FEG:'0N9VEF('=I9'1H/3$W
M(&AE:6=H=#TQ-R!A;'0](B(@8F]R9&5R/3 ^/"]T9#X\+W1R/CQT<CX\=&0@
M8F%C:V=R;W5N9#UT:&5M97,O2V%P=70O:6UA9V5S+VQE9G0N9VEF('=I9'1H
M/3$W/B9N8G-P.SPO=&0^/'1D(&)A8VMG<F]U;F0]=&AE;65S+TMA<'5T+VEM
M86=E<R]B86-K9&]T+F=I9B!W:61T:#TQ,C8^/&-E;G1E<CX\9F]N="!C;&%S
M<SUC;VYT96YT/CQB/DUA:6XM365N=3PO8CX\+V9O;G0^/"]C96YT97(^/&)R
M/CQS=')O;F<^/&)I9SXF;6ED9&]T.SPO8FEG/CPO<W1R;VYG/B9N8G-P.SQA
M(&AR968](FEN9&5X+G!H<"(^2&]M93PO83X\8G(^#0H\<W1R;VYG/CQB:6<^
M)FUI9&1O=#L\+V)I9SX\+W-T<F]N9SXF;F)S<#L\82!H<F5F/2)M;V1U;&5S
M+G!H<#]N86UE/4UY7V5'86QL97)Y(CY!;&P@4V-R965N<VAO=',\+V$^/&)R
M/@T*/'-T<F]N9SX\8FEG/B9M:61D;W0[/"]B:6<^/"]S=')O;F<^)FYB<W [
M/&$@:')E9CTB;6]D=6QE<RYP:' _;F%M93U4=71O<FEA;'-3;V]N(CY$;VYA
M=&4@5FEA(%!A>5!A;#PO83X\8G(^#0H\<W1R;VYG/CQB:6<^)FUI9&1O=#L\
M+V)I9SX\+W-T<F]N9SXF;F)S<#L\82!H<F5F/2)M;V1U;&5S+G!H<#]N86UE
M/41O=VYL;V%D<R(^1&]W;FQO861S/"]A/CQB<CX-"CQS=')O;F<^/&)I9SXF
M;6ED9&]T.SPO8FEG/CPO<W1R;VYG/B9N8G-P.SQA(&AR968](FUO9'5L97,N
M<&AP/VYA;64]1D%1(CY&05$\+V$^/&)R/@T*/'-T<F]N9SX\8FEG/B9M:61D
M;W0[/"]B:6<^/"]S=')O;F<^)FYB<W [/&$@:')E9CTB;6]D=6QE<RYP:' _
M;F%M93U.97=S7U!R;R(^3&%T97-T($YE=W,\+V$^/&)R/@T*/'-T<F]N9SX\
M8FEG/B9M:61D;W0[/"]B:6<^/"]S=')O;F<^)FYB<W [/&$@:')E9CTB;6]D
M=6QE<RYP:' _;F%M93U3=&]R:65S7T%R8VAI=F4B/DYE=W,@07)C:&EV93PO
M83X\8G(^#0H\<W1R;VYG/CQB:6<^)FUI9&1O=#L\+V)I9SX\+W-T<F]N9SXF
M;F)S<#L\82!H<F5F/2)M;V1U;&5S+G!H<#]N86UE/5=E8E],:6YK<R(^4&5R
M9F5C="!,:6YK<SPO83X\8G(^#0H\<W1R;VYG/CQB:6<^)FUI9&1O=#L\+V)I
M9SX\+W-T<F]N9SXF;F)S<#L\82!H<F5F/2)M;V1U;&5S+G!H<#]N86UE/7IL
M5&5A;2(^4&5R9F5C=&EO;B!496%M/"]A/CQB<CX-"CQS=')O;F<^/&)I9SXF
M;6ED9&]T.SPO8FEG/CPO<W1R;VYG/B9N8G-P.SQA(&AR968](FUO9'5L97,N
M<&AP/VYA;64]4V5A<F-H(CY396%R8V@\+V$^/&)R/@T*/'-T<F]N9SX\8FEG
M/B9M:61D;W0[/"]B:6<^/"]S=')O;F<^)FYB<W [/&$@:')E9CTB;6]D=6QE
M<RYP:' _;F%M93U4;W!I8W,B/E1O<&EC<SPO83X\8G(^#0H\<W1R;VYG/CQB
M:6<^)FUI9&1O=#L\+V)I9SX\+W-T<F]N9SXF;F)S<#L\82!H<F5F/2)M;V1U
M;&5S+G!H<#]N86UE/4-O;G1E;G0B/E1U=&]R:6%L<R!!9&1E9#PO83X\8G(^
M#0H\<W1R;VYG/CQB:6<^)FUI9&1O=#L\+V)I9SX\+W-T<F]N9SXF;F)S<#L\
M82!H<F5F/2)M;V1U;&5S+G!H<#]N86UE/5-U<G9E>7,B/E9O=&EN9R!";V]T
M:#PO83X\8G(^#0H\+W1D/CQT9"!B86-K9W)O=6YD/71H96UE<R]+87!U="]I
M;6%G97,O<FEG:'0N9VEF/B9N8G-P.SPO=&0^/"]T<CX\='(^/'1D('=I9'1H
M/3$W(&AE:6=H=#TQ-SX\:6UG('-R8SUT:&5M97,O2V%P=70O:6UA9V5S+V1O
M=VXM;&5F="YG:68@86QT/2(B(&)O<F1E<CTP/CPO=&0^/'1D(&)A8VMG<F]U
M;F0]=&AE;65S+TMA<'5T+VEM86=E<R]D;W=N+F=I9B!A;&EG;CUC96YT97(@
M=VED=&@],3 P)2!H96EG:'0],3<^)FYB<W [/"]T9#X\=&0^/&EM9R!S<F,]
M=&AE;65S+TMA<'5T+VEM86=E<R]D;W=N+7)I9VAT+F=I9B!W:61T:#TQ-R!H
M96EG:'0],3<@86QT/2(B(&)O<F1E<CTP/CPO=&0^/"]T<CX\+W1D/CPO='(^
M/"]T86)L93X\8G(^/'1A8FQE(&)O<F1E<CTP(&-E;&QS<&%C:6YG/3 @8V5L
M;'!A9&1I;F<],"!W:61T:#TQ-3 ^/'1R/CQT9"!W:61T:#TQ-R!H96EG:'0]
M,3<^/&EM9R!S<F,]=&AE;65S+TMA<'5T+VEM86=E<R]U<"UL969T+F=I9B!A
M;'0](B(@8F]R9&5R/3 ^/"]T9#X\=&0@8F%C:V=R;W5N9#UT:&5M97,O2V%P
M=70O:6UA9V5S+W5P+F=I9B!A;&EG;CUC96YT97(@=VED=&@],3 P)2!H96EG
M:'0],3<^)FYB<W [/"]T9#X\=&0^/&EM9R!S<F,]=&AE;65S+TMA<'5T+VEM
M86=E<R]U<"UR:6=H="YG:68@=VED=&@],3<@:&5I9VAT/3$W(&%L=#TB(B!B
M;W)D97(],#X\+W1D/CPO='(^/'1R/CQT9"!B86-K9W)O=6YD/71H96UE<R]+
M87!U="]I;6%G97,O;&5F="YG:68@=VED=&@],3<^)FYB<W [/"]T9#X\=&0@
M8F%C:V=R;W5N9#UT:&5M97,O2V%P=70O:6UA9V5S+V)A8VMD;W0N9VEF('=I
M9'1H/3$R-CX\8V5N=&5R/CQF;VYT(&-L87-S/6-O;G1E;G0^/&(^4W5B+4UE
M;G4\+V(^/"]F;VYT/CPO8V5N=&5R/CQB<CX\8G(^/&(^/'4^0W5S=&]M($QE
M=F5L<SPO=3X\+V(^/&)R/B \:6UG('-R8SUI;6%G97,O;65N=2]M96YU.2YG
M:68@8F]R9&5R/3 @=VED=&@],34^(#QA(&AR968];6]D=6QE<RYP:' _;F%M
M93U";V(^0F%T=&QE(&]F($)I;'-T;VX\+V$^/&)R/B \:6UG('-R8SUI;6%G
M97,O;65N=2]M96YU.2YG:68@8F]R9&5R/3 @=VED=&@],34^(#QA(&AR968]
M;6]D=6QE<RYP:' _;F%M93U48F$^5$)!(%-O;VX\+V$^/&)R/B \:6UG('-R
M8SUI;6%G97,O;65N=2]M96YU.2YG:68@8F]R9&5R/3 @=VED=&@],34^(#QA
M(&AR968];6]D=6QE<RYP:' _;F%M93U48F$^5$)!(%-O;VX\+V$^/&)R/B \
M:6UG('-R8SUI;6%G97,O;65N=2]M96YU.2YG:68@8F]R9&5R/3 @=VED=&@]
M,34^(#QA(&AR968];6]D=6QE<RYP:' _;F%M93U48F$^5$)!(%-O;VX\+V$^
M/&)R/B \:6UG('-R8SUI;6%G97,O;65N=2]M96YU.2YG:68@8F]R9&5R/3 @
M=VED=&@],34^(#QA(&AR968];6]D=6QE<RYP:' _;F%M93U48F$^5$)!(%-O
M;VX\+V$^/&)R/B \:6UG('-R8SUI;6%G97,O;65N=2]M96YU.2YG:68@8F]R
M9&5R/3 @=VED=&@],34^(#QA(&AR968];6]D=6QE<RYP:' _;F%M93U48F$^
M5$)!(%-O;VX\+V$^/&)R/B \:6UG('-R8SUI;6%G97,O;65N=2]M96YU.2YG
M:68@8F]R9&5R/3 @=VED=&@],34^(#QA(&AR968];6]D=6QE<RYP:' _;F%M
M93U48F$^5$)!(%-O;VX\+V$^/&)R/CQB<CX\8CX\=3Y38W)E96YS:&]T<SPO
M=3X\+V(^/&)R/B \:6UG('-R8SUI;6%G97,O;65N=2]M96YU,2YG:68@8F]R
M9&5R/3 @=VED=&@],34^(#QA(&AR968];6]D=6QE<RYP:' _;W ];6]D;&]A
M9"9N86UE/4UY7V5'86QL97)Y)F9I;&4]:6YD97@F9&\]<VAO=V=A;&PF9VED
M/34^26Y'86UE(%-H;W1S/"]A/CQB<CX@/&EM9R!S<F,]:6UA9V5S+VUE;G4O
M;65N=3$N9VEF(&)O<F1E<CTP('=I9'1H/3$U/B \82!H<F5F/6UO9'5L97,N
M<&AP/V]P/6UO9&QO860F;F%M93U->5]E1V%L;&5R>29F:6QE/6EN9&5X)F1O
M/7-H;W=G86QL)F=I9#TV/D1E=B!3:&]T<SPO83X\8G(^(#QI;6<@<W)C/6EM
M86=E<R]M96YU+VUE;G4Q+F=I9B!B;W)D97(],"!W:61T:#TQ-3X@/&$@:')E
M9CUM;V1U;&5S+G!H<#]O<#UM;V1L;V%D)FYA;64]37E?94=A;&QE<GDF9FEL
M93UI;F1E>"9D;SUS:&]W9V%L;"9G:60]-SY5<V5R(%-U8FUI=#PO83X\8G(^
M(#QI;6<@<W)C/6EM86=E<R]M96YU+VUE;G4Q+F=I9B!B;W)D97(],"!W:61T
M:#TQ-3X@/&$@:')E9CUM;V1U;&5S+G!H<#]O<#UM;V1L;V%D)FYA;64]37E?
M94=A;&QE<GDF9FEL93UI;F1E>"9D;SUS:&]W9V%L;"9G:60].#Y-<B!3:&]T
M<SPO83X\8G(^/&)R/CQB/CQU/DQE=F5L($1E<VEG;CPO=3X\+V(^/&)R/B \
M:6UG('-R8SUI;6%G97,O;65N=2]M96YU-2YG:68@8F]R9&5R/3 @=VED=&@]
M,34^(#QA(&AR968];6]D=6QE<RYP:' _;F%M93U.=6ME5W)A<"9P86=E/6AT
M=' Z+R]D>6YA;6EC-2YG86UE<W!Y+F-O;2]^<&5R9F5C=&EO;FES="]04VET
M92]P97)F96-T97AT<F$O:'1M;"]4=71O<FEA;%]"87-I8RYH=&UL/D)&(#$Y
M-#(@0F%S:6-S/"]A/CQB<CX@/&EM9R!S<F,]:6UA9V5S+VUE;G4O;65N=34N
M9VEF(&)O<F1E<CTP('=I9'1H/3$U/B \82!H<F5F/6UO9'5L97,N<&AP/VYA
M;64]3G5K95=R87 F<&%G93UH='1P.B\O9'EN86UI8S4N9V%M97-P>2YC;VTO
M?G!E<F9E8W1I;VYI<W0O4%-I=&4O<&5R9F5C=&5X=')A+VAT;6PO36EX961O
M8FIE8W1S+T]B:F5C='-?36EX960N:'1M;#Y3=&%T:6,@3V)J96-T<SPO83X\
M8G(^(#QI;6<@<W)C/6EM86=E<R]M96YU+VUE;G4U+F=I9B!B;W)D97(],"!W
M:61T:#TQ-3X@/&$@:')E9CUM;V1U;&5S+G!H<#]N86UE/4YU:V57<F%P)G!A
M9V4]:'1T<#HO+V1Y;F%M:6,U+F=A;65S<'DN8V]M+WYP97)F96-T:6]N:7-T
M+U!3:71E+W!E<F9E8W1E>'1R82]H=&UL+U1R965O8FIE8W1S+U1R964N:'1M
M;#Y3=&%T:6,@5')E97,\+V$^/&)R/B \:6UG('-R8SUI;6%G97,O;65N=2]M
M96YU-2YG:68@8F]R9&5R/3 @=VED=&@],34^(#QA(&AR968];6]D=6QE<RYP
M:' _;F%M93U.=6ME5W)A<"9P86=E/6AT=' Z+R]D>6YA;6EC-2YG86UE<W!Y
M+F-O;2]^<&5R9F5C=&EO;FES="]04VET92]P97)F96-T97AT<F$O:'1M;"]4
M=71O<FEA;%]287ET<F%C:6YG+FAT;6P^4F%Y=')A8VEN9R,Q/"]A/CQB<CX@
M/&EM9R!S<F,]:6UA9V5S+VUE;G4O;65N=34N9VEF(&)O<F1E<CTP('=I9'1H
M/3$U/B \82!H<F5F/6UO9'5L97,N<&AP/VYA;64]3G5K95=R87 F<&%G93UH
M='1P.B\O9'EN86UI8S4N9V%M97-P>2YC;VTO?G!E<F9E8W1I;VYI<W0O4%-I
M=&4O<&5R9F5C=&5X=')A+VAT;6PO5'5T;W)I86Q?4F%Y=')A8VEN9S(N:'1M
M;#Y287ET<F%C:6YG(S(\+V$^/&)R/B \:6UG('-R8SUI;6%G97,O;65N=2]M
M96YU-2YG:68@8F]R9&5R/3 @=VED=&@],34^(#QA(&AR968];6]D=6QE<RYP
M:' _;F%M93U.=6ME5W)A<"9P86=E/6AT=' Z+R]D>6YA;6EC-2YG86UE<W!Y
M+F-O;2]^<&5R9F5C=&EO;FES="]04VET92]P97)F96-T97AT<F$O:'1M;"]4
M=71O<FEA;%]);G1R;V-O;BYH=&UL/DEN=')O('1O("YC;VX\+V$^/&)R/B \
M:6UG('-R8SUI;6%G97,O;65N=2]M96YU-2YG:68@8F]R9&5R/3 @=VED=&@]
M,34^(#QA(&AR968];6]D=6QE<RYP:' _;F%M93U.=6ME5W)A<"9P86=E/6AT
M=' Z+R]D>6YA;6EC-2YG86UE<W!Y+F-O;2]^<&5R9F5C=&EO;FES="]04VET
M92]P97)F96-T97AT<F$O:'1M;"]4=71O<FEA;%],:7-T8V]N+FAT;6P^0V]N
M($QI<W1I;F=S/"]A/CQB<CX\8G(^/&(^/'4^5'5T;W)I86QS/"]U/CPO8CX\
M8G(^(#QI;6<@<W)C/6EM86=E<R]M96YU+VUE;G4V+F=I9B!B;W)D97(],"!W
M:61T:#TQ-3X@/&$@:')E9CUM;V1U;&5S+G!H<#]N86UE/4YU:V57<F%P)G!A
M9V4]:'1T<#HO+V1Y;F%M:6,U+F=A;65S<'DN8V]M+WYP97)F96-T:6]N:7-T
M+U!3:71E+W!E<F9E8W1E>'1R82]H=&UL+U1U=&]R:6%L7TAE:6=H=&UA<"YH
M=&UL/DAE:6=H=$UA<',\+V$^/&)R/B \:6UG('-R8SUI;6%G97,O;65N=2]M
M96YU-BYG:68@8F]R9&5R/3 @=VED=&@],34^(#QA(&AR968];6]D=6QE<RYP
M:' _;F%M93U.=6ME5W)A<"9P86=E/6AT=' Z+R]D>6YA;6EC-2YG86UE<W!Y
M+F-O;2]^<&5R9F5C=&EO;FES="]04VET92]P97)F96-T97AT<F$O:'1M;"]4
M=71O<FEA;%]-871E<FEA;&UA<"YH=&UL/DUA=&5R:6%L36%P/"]A/CQB<CX@
M/&EM9R!S<F,]:6UA9V5S+VUE;G4O;65N=38N9VEF(&)O<F1E<CTP('=I9'1H
M/3$U/B \82!H<F5F/6UO9'5L97,N<&AP/VYA;64]5'5T;W)I86QS4V]O;CY4
M97AT=7)E<R \+V$^/&)R/B \:6UG('-R8SUI;6%G97,O;65N=2]M96YU-BYG
M:68@8F]R9&5R/3 @=VED=&@],34^(#QA(&AR968];6]D=6QE<RYP:' _;F%M
M93U4=71O<FEA;'-3;V]N/D]B:F5C=',\+V$^/&)R/B \:6UG('-R8SUI;6%G
M97,O;65N=2]M96YU-BYG:68@8F]R9&5R/3 @=VED=&@],34^(#QA(&AR968]
M;6]D=6QE<RYP:' _;F%M93U.=6ME5W)A<"9P86=E/6AT=' Z+R]D>6YA;6EC
M-2YG86UE<W!Y+F-O;2]^<&5R9F5C=&EO;FES="]04VET92]P97)F96-T97AT
M<F$O:'1M;"]4=71O<FEA;%]3<&%W;E!O:6YT<RYH=&UL/E-P87=N4&]I;G1S
M/"]A/CQB<CX@/&EM9R!S<F,]:6UA9V5S+VUE;G4O;65N=38N9VEF(&)O<F1E
M<CTP('=I9'1H/3$U/B \82!H<F5F/6UO9'5L97,N<&AP/VYA;64]3G5K95=R
M87 F<&%G93UH='1P.B\O9'EN86UI8S4N9V%M97-P>2YC;VTO?G!E<F9E8W1I
M;VYI<W0O4%-I=&4O<&5R9F5C=&5X=')A+VAT;6PO5'5T;W)I86Q?4F5P;&%C
M92YH=&UL/E)E;F%M92Q297!L86-E/"]A/CQB<CX@/&EM9R!S<F,]:6UA9V5S
M+VUE;G4O;65N=38N9VEF(&)O<F1E<CTP('=I9'1H/3$U/B \82!H<F5F/6UO
M9'5L97,N<&AP/VYA;64]3G5K95=R87 F<&%G93UH='1P.B\O9'EN86UI8S4N
M9V%M97-P>2YC;VTO?G!E<F9E8W1I;VYI<W0O4%-I=&4O<&5R9F5C=&5X=')A
M+VAT;6PO5'5T;W)I86Q?5&=A<W!L:71T97(N:'1M;#Y49V$@4W!L:71T97(\
M+V$^/&)R/B \:6UG('-R8SUI;6%G97,O;65N=2]M96YU-BYG:68@8F]R9&5R
M/3 @=VED=&@],34^(#QA(&AR968];6]D=6QE<RYP:' _;F%M93U.=6ME5W)A
M<"9P86=E/6AT=' Z+R]D>6YA;6EC-2YG86UE<W!Y+F-O;2]^<&5R9F5C=&EO
M;FES="]04VET92]P97)F96-T97AT<F$O:'1M;"]4=71O<FEA;%]!:7)C<F%F
M="YH=&UL/C-$($UO9&5L;&EN9SPO83X\8G(^(#QI;6<@<W)C/6EM86=E<R]M
M96YU+VUE;G4V+F=I9B!B;W)D97(],"!W:61T:#TQ-3X@/&$@:')E9CUM;V1U
M;&5S+G!H<#]N86UE/4YU:V57<F%P)G!A9V4]:'1T<#HO+V1Y;F%M:6,U+F=A
M;65S<'DN8V]M+WYP97)F96-T:6]N:7-T+U!3:71E+W!E<F9E8W1E>'1R82]H
M=&UL+U1U=&]R:6%L7U1E>'1U<F5M87!P:6YG+FAT;6P^5&5X='5R92!-87!P
M:6YG/"]A/CQB<CX\8G(^/&(^/'4^1F]R=6US/"]U/CPO8CX\8G(^(#QI;6<@
M<W)C/6EM86=E<R]M96YU+VUE;G4Q+F=I9B!B;W)D97(],"!W:61T:#TQ-3X@
M/&$@:')E9CUM;V1U;&5S+G!H<#]N86UE/4YU:V57<F%P)G!A9V4]:'1T<#HO
M+V1Y;F%M:6,U+F=A;65S<'DN8V]M+WYP97)F96-T:6]N:7-T+U!&;W)U;2]P
M:'!"0C(O/E!E<F9E8W1I;VYI<W0\+V$^/&)R/B \:6UG('-R8SUI;6%G97,O
M;65N=2]M96YU,2YG:68@8F]R9&5R/3 @=VED=&@],34^(#QA(&AR968];6]D
M=6QE<RYP:' _;F%M93U.=6ME5W)A<"9P86=E/6AT=' Z+R]W=W<N9F]R=6UP
M;&%N970N8V]M+W!L86YE=&)A='1L969I96QD+V9O<G5M+F%S<#]F:60]-3DP
M,3Y00D8@4&5R9F5C=&EO;FES=#PO83X\8G(^(#QI;6<@<W)C/6EM86=E<R]M
M96YU+VUE;G4Q+F=I9B!B;W)D97(],"!W:61T:#TQ-3X@/&$@:')E9CUH='1P
M.B\O=W=W+F)A='1L969I96QD,3DT,BYC;RYU:R]F;W)U;7,O:6YD97@N<&AP
M/W)E9F5R<F5R:60]-SD^1V5N97)A;"!%9&ET:6YG/"]A/CQB<CX\8G(^/&(^
M/'4^4W5P<&]R=#PO=3X\+V(^/&)R/B \:6UG('-R8SUI;6%G97,O;65N=2]M
M96YU-"YG:68@8F]R9&5R/3 @=VED=&@],34^(#QA(&AR968];6]D=6QE<RYP
M:' _;F%M93U&965D8F%C:SY&965D8F%C:SPO83X\8G(^(#QI;6<@<W)C/6EM
M86=E<R]M96YU+VUE;G4T+F=I9B!B;W)D97(],"!W:61T:#TQ-3X@/&$@:')E
M9CUM;V1U;&5S+G!H<#]N86UE/4QI=F5C:&%T/DQI=F4@0VAA=#PO83X\8G(^
M/"]T9#X\=&0@8F%C:V=R;W5N9#UT:&5M97,O2V%P=70O:6UA9V5S+W)I9VAT
M+F=I9CXF;F)S<#L\+W1D/CPO='(^/'1R/CQT9"!W:61T:#TQ-R!H96EG:'0]
M,3<^/&EM9R!S<F,]=&AE;65S+TMA<'5T+VEM86=E<R]D;W=N+6QE9G0N9VEF
M(&%L=#TB(B!B;W)D97(],#X\+W1D/CQT9"!B86-K9W)O=6YD/71H96UE<R]+
M87!U="]I;6%G97,O9&]W;BYG:68@86QI9VX]8V5N=&5R('=I9'1H/3$P,"4@
M:&5I9VAT/3$W/B9N8G-P.SPO=&0^/'1D/CQI;6<@<W)C/71H96UE<R]+87!U
M="]I;6%G97,O9&]W;BUR:6=H="YG:68@=VED=&@],3<@:&5I9VAT/3$W(&%L
M=#TB(B!B;W)D97(],#X\+W1D/CPO='(^/"]T9#X\+W1R/CPO=&%B;&4^/&)R
M/CQD:78@86QI9VX](F-E;G1E<B(^#0I/<FEG:6YA;&QY(#(T+#$U,2!H:71S
M(&]N(# V+S Q+S S/'1A8FQE(&)O<F1E<CTP(&-E;&QS<&%C:6YG/3 @8V5L
M;'!A9&1I;F<],"!W:61T:#TQ-3 ^/'1R/CQT9"!W:61T:#TQ-R!H96EG:'0]
M,3<^/&EM9R!S<F,]=&AE;65S+TMA<'5T+VEM86=E<R]U<"UL969T+F=I9B!A
M;'0](B(@8F]R9&5R/3 ^/"]T9#X\=&0@8F%C:V=R;W5N9#UT:&5M97,O2V%P
M=70O:6UA9V5S+W5P+F=I9B!A;&EG;CUC96YT97(@=VED=&@],3 P)2!H96EG
M:'0],3<^)FYB<W [/"]T9#X\=&0^/&EM9R!S<F,]=&AE;65S+TMA<'5T+VEM
M86=E<R]U<"UR:6=H="YG:68@=VED=&@],3<@:&5I9VAT/3$W(&%L=#TB(B!B
M;W)D97(],#X\+W1D/CPO='(^/'1R/CQT9"!B86-K9W)O=6YD/71H96UE<R]+
M87!U="]I;6%G97,O;&5F="YG:68@=VED=&@],3<^)FYB<W [/"]T9#X\=&0@
M8F%C:V=R;W5N9#UT:&5M97,O2V%P=70O:6UA9V5S+V)A8VMD;W0N9VEF('=I
M9'1H/3$R-CX\8V5N=&5R/CQF;VYT(&-L87-S/6-O;G1E;G0^/&(^3W5R(%-T
M871I<W1I8W,\+V(^/"]F;VYT/CPO8V5N=&5R/CQB<CX\8V5N=&5R/CQS;6%L
M;#Y792!R96-E:79E9#PO<VUA;&P^/&)R/CQB/CQA(&AR968](FAT=' Z+R]D
M>6YA;6EC-2YG86UE<W!Y+F-O;2]^<&5R9F5C=&EO;FES="]04VET92]M;V1U
M;&5S+G!H<#]N86UE/5-T871I<W1I8W,B/C,Y-S(P/"]A/CPO8CX\8G(^/'-M
M86QL/G!A9V4@=FEE=W,@<VEN8V4@2F%N=6%R>2 R,# S/"]S;6%L;#X\+V-E
M;G1E<CX\+W1D/CQT9"!B86-K9W)O=6YD/71H96UE<R]+87!U="]I;6%G97,O
M<FEG:'0N9VEF/B9N8G-P.SPO=&0^/"]T<CX\='(^/'1D('=I9'1H/3$W(&AE
M:6=H=#TQ-SX\:6UG('-R8SUT:&5M97,O2V%P=70O:6UA9V5S+V1O=VXM;&5F
M="YG:68@86QT/2(B(&)O<F1E<CTP/CPO=&0^/'1D(&)A8VMG<F]U;F0]=&AE
M;65S+TMA<'5T+VEM86=E<R]D;W=N+F=I9B!A;&EG;CUC96YT97(@=VED=&@]
M,3 P)2!H96EG:'0],3<^)FYB<W [/"]T9#X\=&0^/&EM9R!S<F,]=&AE;65S
M+TMA<'5T+VEM86=E<R]D;W=N+7)I9VAT+F=I9B!W:61T:#TQ-R!H96EG:'0]
M,3<@86QT/2(B(&)O<F1E<CTP/CPO=&0^/"]T<CX\+W1D/CPO='(^/"]T86)L
M93X\8G(^/"]T9#X\=&0^/&EM9R!S<F,](G1H96UE<R].=6ME3F5W<R]I;6%G
M97,O<&EX96PN9VEF(B!W:61T:#TB,34B(&AE:6=H=#TB,2(@8F]R9&5R/2(P
M(B!A;'0](B(^/"]T9#X\=&0@=VED=&@](C$P,"4B('9A;&EG;CUT;W ^#0H-
M"@T*/"$M+2!"96=I;B!.=6ME5W)A<"!#;VYT96YT("TM/@T*/&1I=B!C;&%S
M<STB=&ET;&4B(&%L:6=N/2)C96YT97(B/CPO9&EV/@T*/&EF<F%M92!I9#TB
M3G5K95=R87 B('-R8STB:'1T<#HO+V1Y;F%M:6,U+F=A;65S<'DN8V]M+WYP
M97)F96-T:6]N:7-T+U!3:71E+W!E<F9E8W1E>'1R82]H=&UL+U1U=&]R:6%L
M7T)A<VEC+FAT;6PB('=I9'1H/2(Q,# E(B!H96EG:'0](C$U,# B(&9R86UE
M8F]R9&5R/2(P(B!M87)G:6YH96EG:'0](C B(&UA<F=I;G=I9'1H/2(P(CX-
M"B @/&)R("\^4V]R<GDL('EO=7(@8G)O=W-E<B!D;V5S(&YO="!U;F1E<G-T
M86YD(&EF<F%M97,N($AE<F4@:7,@=&AE(#QA(&-L87-S/2)P;BUP86=E=&ET
M;&4B(&AR968](FAT=' Z+R]D>6YA;6EC-2YG86UE<W!Y+F-O;2]^<&5R9F5C
M=&EO;FES="]04VET92]P97)F96-T97AT<F$O:'1M;"]4=71O<FEA;%]"87-I
M8RYH=&UL(B!T87)G970](E]B;&%N:R(^;&EN:SPO83X@=&\@=&AE('!A9V4N
M/&)R("\^/&)R("\^#0H\+VEF<F%M93X-"CQD:78@8VQA<W,](G1I=&QE(B!A
M;&EG;CTB8V5N=&5R(CX\+V1I=CX-"CPA+2T@16YD($YU:V57<F%P($-O;G1E
M;G0@+2T^#0H-"CQD:78@86QI9VX](G)I9VAT(CX\82!H<F5F/2)J879A<V-R
M:7!T.F]P96YW:6YD;W<H*2(^3G5K95=R87 @)F-O<'D[/"]A/CPO9&EV/CPO
M=&0^/"]T<CX\+W1A8FQE/@T*/&)R/CQT86)L92!B;W)D97(](C B(&-E;&QS
M<&%C:6YG/2(P(B!C96QL<&%D9&EN9STB,"(@=VED=&@](C$P,"4B/CQT<CX-
M"B @(" \=&0@=VED=&@](C$U(B!H96EG:'0](C$U(CX\:6UG('-R8STB=&AE
M;65S+TMA<'5T+VEM86=E<R]U<"UL969T,BYG:68B(&%L=#TB(B!B;W)D97(]
M(C B/CPO=&0^#0H@(" @/'1D(&)A8VMG<F]U;F0](G1H96UE<R]+87!U="]I
M;6%G97,O=7 R+F=I9B(@86QI9VX](F-E;G1E<B(@=VED=&@](C$P,"4B(&AE
M:6=H=#TB,34B/B9N8G-P.SPO=&0^#0H@(" @/'1D/CQI;6<@<W)C/2)T:&5M
M97,O2V%P=70O:6UA9V5S+W5P+7)I9VAT,BYG:68B('=I9'1H/2(Q-2(@:&5I
M9VAT/2(Q-2(@86QT/2(B(&)O<F1E<CTB,"(^/"]T9#X\+W1R/@T*(" @(#QT
M<CX-"B @(" \=&0@8F%C:V=R;W5N9#TB=&AE;65S+TMA<'5T+VEM86=E<R]L
M969T,BYG:68B('=I9'1H/2(Q-2(^)FYB<W [/"]T9#X-"B @(" \=&0@8F=C
M;VQO<CTB-T(Y,4%#(B!W:61T:#TB,3 P)2(^/&9O;G0@8VQA<W,](F9O;W1M
M<V<B/@T*/&1I=B!A;&EG;CTB8V5N=&5R(CX@06QL(&QO9V]S(&%N9"!T<F%D
M96UA<FMS(&EN('1H:7,@<VET92!A<F4@<')O<&5R='D@;V8@=&AE:7(@<F5S
M<&5C=&EV92!O=VYE<BX@($%L;"!O=&AE<B!-871E<FEA;"!I<R!#;W!Y<FEG
M:'0@J2 R,# R+3(P,#,L(%!!4RP@26YC+B F(%!E<F9E8W1I;VYI<W0@0W5S
M=&]M($QE=F5L($1E<VEG;BP@06QL(%)I9VAT<R!297-E<G9E9"X@4$%3(&ES
M(&$@4&%R=&YE<B!O9B!04RP@26YC+BP@1&5S:6=N+41I9VET86P@1$0@:7,@
M82!T<F%D96UA<FL@;V8@4$%3+T1$(%-E<G9I8V5S+"!);F,N(" @(" B9&\@
M;F]T(&1I<W1R:6)U=&4@8V]M;65R8VEA;&QY(B \+V1I=CX@/&)R/@T*5V5B
M('-I=&4@96YG:6YE)W,@8V]D92!I<R!#;W!Y<FEG:'0@)F-O<'D[(#(P,#(@
M8GD@/&$@:')E9CTB:'1T<#HO+W!H<&YU:V4N;W)G(CX\9F]N="!C;&%S<STG
M9F]O=&US9U]L)SY02% M3G5K93PO9F]N=#X\+V$^+B!!;&P@4FEG:'1S(%)E
M<V5R=F5D+B!02% M3G5K92!I<R!&<F5E(%-O9G1W87)E(')E;&5A<V5D('5N
M9&5R('1H92 \82!H<F5F/2)H='1P.B\O=W=W+F=N=2YO<F<B/CQF;VYT(&-L
M87-S/2=F;V]T;7-G7VPG/D=.52]'4$P@;&EC96YS93PO9F]N=#X\+V$^+CQB
M<CY086=E($=E;F5R871I;VXZ(# N,#@S(%-E8V]N9',\8G(^#0H\+V9O;G0^
M#0H\+W1D/@T*(" @(#QT9"!B86-K9W)O=6YD/2)T:&5M97,O2V%P=70O:6UA
M9V5S+W)I9VAT,BYG:68B/B9N8G-P.SPO=&0^/"]T<CX-"B @(" \='(^#0H@
M(" @/'1D('=I9'1H/2(Q-2(@:&5I9VAT/2(Q-2(^/&EM9R!S<F,](G1H96UE
M<R]+87!U="]I;6%G97,O9&]W;BUL969T,BYG:68B(&%L=#TB(B!B;W)D97(]
M(C B/CPO=&0^#0H@(" @/'1D(&)A8VMG<F]U;F0](G1H96UE<R]+87!U="]I
M;6%G97,O9&]W;C(N9VEF(B!A;&EG;CTB8V5N=&5R(B!H96EG:'0](C$U(CXF
M;F)S<#L\+W1D/@T*(" @(#QT9#X\:6UG('-R8STB=&AE;65S+TMA<'5T+VEM
M86=E<R]D;W=N+7)I9VAT,BYG:68B('=I9'1H/2(Q-2(@:&5I9VAT/2(Q-2(@
M86QT/2(B(&)O<F1E<CTB,"(^/"]T9#X\+W1R/@T*(" @(#PO=&0^/"]T<CX\
A+W1A8FQE/@T*(" @(#QB<CX\+V)O9'D^#0H\+VAT;6P^
`
end

--- End Message ---
--- Begin Message ---
i can see no problem

in WinXP with IE 6sp1 or Mozilla

Jammy Hall wrote:
The link is:
http://dynamic5.gamespy.com/~perfectionist/PSite/modules.php?name=NukeWrap&p
age=http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutor
ial_Basic.html

And the "View Source" is attached..




"Jammy Hall" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

I running Windows 2000 w/SP3 and IE 6 w/SP1 and I can't get pages using
PHP

to show up in my browser....

I don't get any errors, just a blank space were the PHP info would be.

Any suggestions???

Thanks,

Jammy




<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Perfectionist Custom Level Design </title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="EXPIRES" CONTENT="0">
<META NAME="RESOURCE-TYPE" CONTENT="DOCUMENT">
<META NAME="DISTRIBUTION" CONTENT="GLOBAL">
<META NAME="AUTHOR" CONTENT="Perfectionist Custom Level Design">
<META NAME="COPYRIGHT" CONTENT="Copyright (c) 2002 by Perfectionist Custom Level Design">
<META NAME="KEYWORDS" CONTENT="News, news, New, new, Technology, technology, Headlines, headlines, Nuke, nuke, PHP-Nuke, phpnuke, php-nuke, Geek, geek, Geeks, geeks, Hacker, hacker, Hackers, hackers, Linux, linux, Windows, windows, Software, software, Download, download, Downloads, downloads, Free, FREE, free, Community, community, MP3, mp3, Forum, forum, Forums, forums, Bulletin, bulletin, Board, board, Boards, boards, PHP, php, Survey, survey, Kernel, kernel, Comment, comment, Comments, comments, Portal, portal, ODP, odp, Open, open, Open Source, OpenSource, Opensource, opensource, open source, Free Software, FreeSoftware, Freesoftware, free software, GNU, gnu, GPL, gpl, License, license, Unix, UNIX, *nix, unix, MySQL, mysql, SQL, sql, Database, DataBase, Blogs, blogs, Blog, blog, database, Mandrake, mandrake, Red Hat, RedHat, red hat, Slackware, slackware, SUSE, SuSE, suse, Debian, debian, Gnome, GNOME, gnome, Kde, KDE, kde, Enlightenment, enlightenment, Intercative, in
teractive, Programming, programming, Extreme, extreme, Game, game, Games, games, Web Site, web site, Weblog, WebLog, weblog, Guru, GURU, guru">
<META NAME="DESCRIPTION" CONTENT="Pure Perfection Again">
<META NAME="ROBOTS" CONTENT="INDEX, FOLLOW">
<META NAME="REVISIT-AFTER" CONTENT="1 DAYS">
<META NAME="RATING" CONTENT="GENERAL">
<META NAME="GENERATOR" CONTENT="PHP-Nuke 6.0 - Copyright 2002 by http://phpnuke.org";>
<script type="text/javascript">
<!--
function openwindow(){
	window.open ("modules/NukeWrap/copyright.php","Copyright","toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,copyhistory=no,width=400,height=200");
}
//-->
</SCRIPT>

<LINK REL="StyleSheet" HREF="themes/Kaput/style/style.css" TYPE="text/css">





</head>

<body bgcolor="#7B91AC" text="#000000" link="#363636" vlink="#363636" alink="#d5ae83">
<br>
<table border="0" cellspacing="0" cellpadding="0" width="100%"><tr>
    <td width="15" height="15"><img src="themes/Kaput/images/up-left2.gif" alt="" border="0"></td>
    <td background="themes/Kaput/images/up2.gif" align="center" width="100%" height="15">&nbsp;</td>
    <td><img src="themes/Kaput/images/up-right2.gif" width="15" height="15" alt="" border="0"></td></tr>
    <tr>
    <td background="themes/Kaput/images/left2.gif" width="15">&nbsp;</td>
    <td bgcolor="7B91AC" width="100%"><div align="center"><table border="0"><tr><td rowspan="2"><a href="index.php"><img src="themes/Kaput/images/logo.gif" border="0" alt="Welcome to Perfectionist Custom Level Design" align="center"></a></td></b></font></td></tr></table>
</td>
    <td background="themes/Kaput/images/right2.gif">&nbsp;</td></tr>
    <tr>
    <td width="15" height="15"><img src="themes/Kaput/images/down-left2.gif" alt="" border="0"></td>
    <td background="themes/Kaput/images/down2.gif" align="center" height="15">&nbsp;</td>
    <td><img src="themes/Kaput/images/down-right2.gif" width="15" height="15" alt="" border="0"></td></tr>
    </td></tr></table>
    <br><br><div align="center"><embed src="perfectextra/flash/600x12banner.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"; type="application/x-shockwave-flash" width="600" height="12"><table cellpadding="0" cellspacing="0" width="99%" border="0" align="center" bgcolor="#7B91AC">
<tr><td bgcolor="#7B91AC" valign="top">
<table border=0 cellspacing=0 cellpadding=0 width=150><tr><td width=17 height=17><img src=themes/Kaput/images/up-left.gif alt="" border=0></td><td background=themes/Kaput/images/up.gif align=center width=100% height=17>&nbsp;</td><td><img src=themes/Kaput/images/up-right.gif width=17 height=17 alt="" border=0></td></tr><tr><td background=themes/Kaput/images/left.gif width=17>&nbsp;</td><td background=themes/Kaput/images/backdot.gif width=126><center><font class=content><b>Main-Menu</b></font></center><br><strong><big>&middot;</big></strong>&nbsp;<a href="index.php">Home</a><br>
<strong><big>&middot;</big></strong>&nbsp;<a href="modules.php?name=My_eGallery">All Screenshots</a><br>
<strong><big>&middot;</big></strong>&nbsp;<a href="modules.php?name=TutorialsSoon">Donate Via PayPal</a><br>
<strong><big>&middot;</big></strong>&nbsp;<a href="modules.php?name=Downloads">Downloads</a><br>
<strong><big>&middot;</big></strong>&nbsp;<a href="modules.php?name=FAQ">FAQ</a><br>
<strong><big>&middot;</big></strong>&nbsp;<a href="modules.php?name=News_Pro">Latest News</a><br>
<strong><big>&middot;</big></strong>&nbsp;<a href="modules.php?name=Stories_Archive">News Archive</a><br>
<strong><big>&middot;</big></strong>&nbsp;<a href="modules.php?name=Web_Links">Perfect Links</a><br>
<strong><big>&middot;</big></strong>&nbsp;<a href="modules.php?name=zlTeam">Perfection Team</a><br>
<strong><big>&middot;</big></strong>&nbsp;<a href="modules.php?name=Search">Search</a><br>
<strong><big>&middot;</big></strong>&nbsp;<a href="modules.php?name=Topics">Topics</a><br>
<strong><big>&middot;</big></strong>&nbsp;<a href="modules.php?name=Content">Tutorials Added</a><br>
<strong><big>&middot;</big></strong>&nbsp;<a href="modules.php?name=Surveys">Voting Booth</a><br>
</td><td background=themes/Kaput/images/right.gif>&nbsp;</td></tr><tr><td width=17 height=17><img src=themes/Kaput/images/down-left.gif alt="" border=0></td><td background=themes/Kaput/images/down.gif align=center width=100% height=17>&nbsp;</td><td><img src=themes/Kaput/images/down-right.gif width=17 height=17 alt="" border=0></td></tr></td></tr></table><br><table border=0 cellspacing=0 cellpadding=0 width=150><tr><td width=17 height=17><img src=themes/Kaput/images/up-left.gif alt="" border=0></td><td background=themes/Kaput/images/up.gif align=center width=100% height=17>&nbsp;</td><td><img src=themes/Kaput/images/up-right.gif width=17 height=17 alt="" border=0></td></tr><tr><td background=themes/Kaput/images/left.gif width=17>&nbsp;</td><td background=themes/Kaput/images/backdot.gif width=126><center><font class=content><b>Sub-Menu</b></font></center><br><br><b><u>Custom Levels</u></b><br> <img src=images/menu/menu9.gif border=0 width=15> <a href=modules.php?name=Bob>Ba
ttle of Bilston</a><br> <img src=images/menu/menu9.gif border=0 width=15> <a href=modules.php?name=Tba>TBA Soon</a><br> <img src=images/menu/menu9.gif border=0 width=15> <a href=modules.php?name=Tba>TBA Soon</a><br> <img src=images/menu/menu9.gif border=0 width=15> <a href=modules.php?name=Tba>TBA Soon</a><br> <img src=images/menu/menu9.gif border=0 width=15> <a href=modules.php?name=Tba>TBA Soon</a><br> <img src=images/menu/menu9.gif border=0 width=15> <a href=modules.php?name=Tba>TBA Soon</a><br> <img src=images/menu/menu9.gif border=0 width=15> <a href=modules.php?name=Tba>TBA Soon</a><br><br><b><u>Screenshots</u></b><br> <img src=images/menu/menu1.gif border=0 width=15> <a href=modules.php?op=modload&name=My_eGallery&file=index&do=showgall&gid=5>InGame Shots</a><br> <img src=images/menu/menu1.gif border=0 width=15> <a href=modules.php?op=modload&name=My_eGallery&file=index&do=showgall&gid=6>Dev Shots</a><br> <img src=images/menu/menu1.gif border=0 width=15> <a href=module
s.php?op=modload&name=My_eGallery&file=index&do=showgall&gid=7>User Submit</a><br> <img src=images/menu/menu1.gif border=0 width=15> <a href=modules.php?op=modload&name=My_eGallery&file=index&do=showgall&gid=8>Mr Shots</a><br><br><b><u>Level Design</u></b><br> <img src=images/menu/menu5.gif border=0 width=15> <a href=modules.php?name=NukeWrap&page=http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutorial_Basic.html>BF 1942 Basics</a><br> <img src=images/menu/menu5.gif border=0 width=15> <a href=modules.php?name=NukeWrap&page=http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Mixedobjects/Objects_Mixed.html>Static Objects</a><br> <img src=images/menu/menu5.gif border=0 width=15> <a href=modules.php?name=NukeWrap&page=http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Treeobjects/Tree.html>Static Trees</a><br> <img src=images/menu/menu5.gif border=0 width=15> <a href=modules.php?name=NukeWrap&page=http://dynamic5.gamespy.com/~pe

rfectionist/PSite/perfectextra/html/Tutorial_Raytracing.html>Raytracing#1</a><br> <img src=images/menu/menu5.gif border=0 width=15> <a href=modules.php?name=NukeWrap&page=http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutorial_Raytracing2.html>Raytracing#2</a><br> <img src=images/menu/menu5.gif border=0 width=15> <a href=modules.php?name=NukeWrap&page=http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutorial_Introcon.html>Intro to .con</a><br> <img src=images/menu/menu5.gif border=0 width=15> <a href=modules.php?name=NukeWrap&page=http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutorial_Listcon.html>Con Listings</a><br><br><b><u>Tutorials</u></b><br> <img src=images/menu/menu6.gif border=0 width=15> <a href=modules.php?name=NukeWrap&page=http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutorial_Heightmap.html>HeightMaps</a><br> <img src=images/menu/menu6.gif border=0 width=15> <a href=modules.php?name=
NukeWrap&page=http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutorial_Materialmap.html>MaterialMap</a><br> <img src=images/menu/menu6.gif border=0 width=15> <a href=modules.php?name=TutorialsSoon>Textures </a><br> <img src=images/menu/menu6.gif border=0 width=15> <a href=modules.php?name=TutorialsSoon>Objects</a><br> <img src=images/menu/menu6.gif border=0 width=15> <a href=modules.php?name=NukeWrap&page=http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutorial_SpawnPoints.html>SpawnPoints</a><br> <img src=images/menu/menu6.gif border=0 width=15> <a href=modules.php?name=NukeWrap&page=http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutorial_Replace.html>Rename,Replace</a><br> <img src=images/menu/menu6.gif border=0 width=15> <a href=modules.php?name=NukeWrap&page=http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutorial_Tgasplitter.html>Tga Splitter</a><br> <img src=images/menu/menu6.gif border=0 width
=15> <a href=modules.php?name=NukeWrap&page=http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutorial_Aircraft.html>3D Modelling</a><br> <img src=images/menu/menu6.gif border=0 width=15> <a href=modules.php?name=NukeWrap&page=http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutorial_Texturemapping.html>Texture Mapping</a><br><br><b><u>Forums</u></b><br> <img src=images/menu/menu1.gif border=0 width=15> <a href=modules.php?name=NukeWrap&page=http://dynamic5.gamespy.com/~perfectionist/PForum/phpBB2/>Perfectionist</a><br> <img src=images/menu/menu1.gif border=0 width=15> <a href=modules.php?name=NukeWrap&page=http://www.forumplanet.com/planetbattlefield/forum.asp?fid=5901>PBF Perfectionist</a><br> <img src=images/menu/menu1.gif border=0 width=15> <a href=http://www.battlefield1942.co.uk/forums/index.php?referrerid=79>General Editing</a><br><br><b><u>Support</u></b><br> <img src=images/menu/menu4.gif border=0 width=15> <a href=modules.php?name=
Feedback>Feedback</a><br> <img src=images/menu/menu4.gif border=0 width=15> <a href=modules.php?name=Livechat>Live Chat</a><br></td><td background=themes/Kaput/images/right.gif>&nbsp;</td></tr><tr><td width=17 height=17><img src=themes/Kaput/images/down-left.gif alt="" border=0></td><td background=themes/Kaput/images/down.gif align=center width=100% height=17>&nbsp;</td><td><img src=themes/Kaput/images/down-right.gif width=17 height=17 alt="" border=0></td></tr></td></tr></table><br><div align="center">
Originally 24,151 hits on 06/01/03<table border=0 cellspacing=0 cellpadding=0 width=150><tr><td width=17 height=17><img src=themes/Kaput/images/up-left.gif alt="" border=0></td><td background=themes/Kaput/images/up.gif align=center width=100% height=17>&nbsp;</td><td><img src=themes/Kaput/images/up-right.gif width=17 height=17 alt="" border=0></td></tr><tr><td background=themes/Kaput/images/left.gif width=17>&nbsp;</td><td background=themes/Kaput/images/backdot.gif width=126><center><font class=content><b>Our Statistics</b></font></center><br><center><small>We received</small><br><b><a href="http://dynamic5.gamespy.com/~perfectionist/PSite/modules.php?name=Statistics";>39720</a></b><br><small>page views since January 2003</small></center></td><td background=themes/Kaput/images/right.gif>&nbsp;</td></tr><tr><td width=17 height=17><img src=themes/Kaput/images/down-left.gif alt="" border=0></td><td background=themes/Kaput/images/down.gif align=center width=100% height=17>&nbsp
;</td><td><img src=themes/Kaput/images/down-right.gif width=17 height=17 alt="" border=0></td></tr></td></tr></table><br></td><td><img src="themes/NukeNews/images/pixel.gif" width="15" height="1" border="0" alt=""></td><td width="100%" valign=top>

<!-- Begin NukeWrap Content -->
<div class="title" align="center"></div>
<iframe id="NukeWrap" src="http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutorial_Basic.html"; width="100%" height="1500" frameborder="0" marginheight="0" marginwidth="0">
  <br />Sorry, your browser does not understand iframes. Here is the <a class="pn-pagetitle" href="http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutorial_Basic.html"; target="_blank">link</a> to the page.<br /><br />
</iframe>
<div class="title" align="center"></div>
<!-- End NukeWrap Content -->

<div align="right"><a href="javascript:openwindow()">NukeWrap &copy;</a></div></td></tr></table>
<br><table border="0" cellspacing="0" cellpadding="0" width="100%"><tr>
    <td width="15" height="15"><img src="themes/Kaput/images/up-left2.gif" alt="" border="0"></td>
    <td background="themes/Kaput/images/up2.gif" align="center" width="100%" height="15">&nbsp;</td>
    <td><img src="themes/Kaput/images/up-right2.gif" width="15" height="15" alt="" border="0"></td></tr>
    <tr>
    <td background="themes/Kaput/images/left2.gif" width="15">&nbsp;</td>
    <td bgcolor="7B91AC" width="100%"><font class="footmsg">
<div align="center"> All logos and trademarks in this site are property of their respective owner.  All other Material is Copyright © 2002-2003, PAS, Inc. & Perfectionist Custom Level Design, All Rights Reserved. PAS is a Partner of PS, Inc., Design-Digital DD is a trademark of PAS/DD Services, Inc.     "do not distribute commercially" </div> <br>
Web site engine's code is Copyright &copy; 2002 by <a href="http://phpnuke.org";><font class='footmsg_l'>PHP-Nuke</font></a>. All Rights Reserved. PHP-Nuke is Free Software released under the <a href="http://www.gnu.org";><font class='footmsg_l'>GNU/GPL license</font></a>.<br>Page Generation: 0.083 Seconds<br>
</font>
</td>
    <td background="themes/Kaput/images/right2.gif">&nbsp;</td></tr>
    <tr>
    <td width="15" height="15"><img src="themes/Kaput/images/down-left2.gif" alt="" border="0"></td>
    <td background="themes/Kaput/images/down2.gif" align="center" height="15">&nbsp;</td>
    <td><img src="themes/Kaput/images/down-right2.gif" width="15" height="15" alt="" border="0"></td></tr>
    </td></tr></table>
    <br></body>
</html>
--
Sebastian Mendel

[EMAIL PROTECTED]

www.sebastianmendel.de
www.tekkno4u.de
www.nofetish.com

--- End Message ---
--- Begin Message ---
This is a PHP helplist. You are not supposed to send in questions unless it
is your website and/or PHP related. The page loads fine for me and I am on
Windows XP with SP1 installed. I suggest you check your browser/firewall
settings, as it is known that some firewalls can cause issues with websites.
I'm not quite sure why, but it is a bug someone else managed to replicate. I
think it was due to an error in a comment string

Stephen

----- Original Message -----
From: "Jammy Hall" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 30, 2003 11:31 PM
Subject: Re: [PHP-WIN] Web pages don't show up in IE 6 w/SP1.


> I'm not running the web site. I'm just browsing someone elses web site on
> the Internet.. specifically:
http://www.planetbattlefield.com/perfectionist
>
> On that site is a link on the left side to "Level Design BF 1942 Basics".
> When I click on that link all of the scrollable info isn't there.
>
> Thanks,
>
> Jammy
>
>
> From: "Stephen Edmonds" <[EMAIL PROTECTED]>
> To: "Jammy Hall" <[EMAIL PROTECTED]>
> CC: "PHP Windows Helplist" <[EMAIL PROTECTED]>
> Subject: Re: [PHP-WIN] Web pages don't show up in IE 6 w/SP1.
> Date: Thu, 30 Jan 2003 19:59:01 -0000
>
> Well its not your browsers fault - PHP is all generate before being sent
to
> the browser. Is PHP enabled on your webserver? Which server are you using?
> Did you remember to restart the server after installing php? And is your
> file end with .php?
>
> More infomation on your server/php page would be helpful
>
> Stephen
>
> ----- Original Message -----
> From: "Jammy Hall" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, January 30, 2003 2:50 PM
> Subject: [PHP-WIN] Web pages don't show up in IE 6 w/SP1.
>
>
>  > I running Windows 2000 w/SP3 and IE 6 w/SP1 and I can't get pages using
> PHP
>  > to show up in my browser....
>  >
>  > I don't get any errors, just a blank space were the PHP info would be.
>  >
>  > Any suggestions???
>  >
>  > Thanks,
>  >
>  > Jammy
>  >
>  >
>  >
>  > --
>  > PHP Windows Mailing List (http://www.php.net/)
>  > To unsubscribe, visit: http://www.php.net/unsub.php
>  >
>  >
>
>
> _________________________________________________________________
> Add photos to your e-mail with MSN 8. Get 2 months FREE*.
> http://join.msn.com/?page=features/featuredemail
>
>


--- End Message ---
--- Begin Message --- I've seen an identical effect (pages load, but don't show anything) due to a websidestory filtering somewhere in the network outside of the web server. In the server i must work with this setup, when i've an error in html or javascript, i get an empty page which have my content (with luck)... and then the malfunctioning websidestory macros/scripts. Another side effect is that one must ALWAYS change the name of the page before trying with a revised script, or one would get the older version (has it was cached by this "filter").

My guess is that you can have a side effect as such with another "layer" between the server and the client...

Good luck...
Cheers,
Luis Ferro
Teladigital.net

P.S.- I would test the scripts in a local server in your machine... If they work, then its a server/network problem and in that case, it isn't properly your exclusive problem...


Stephen Edmonds wrote:

This is a PHP helplist. You are not supposed to send in questions unless it
is your website and/or PHP related. The page loads fine for me and I am on
Windows XP with SP1 installed. I suggest you check your browser/firewall
settings, as it is known that some firewalls can cause issues with websites.
I'm not quite sure why, but it is a bug someone else managed to replicate. I
think it was due to an error in a comment string

Stephen

----- Original Message -----
From: "Jammy Hall" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 30, 2003 11:31 PM
Subject: Re: [PHP-WIN] Web pages don't show up in IE 6 w/SP1.



I'm not running the web site. I'm just browsing someone elses web site on
the Internet.. specifically:

http://www.planetbattlefield.com/perfectionist

On that site is a link on the left side to "Level Design BF 1942 Basics".
When I click on that link all of the scrollable info isn't there.

Thanks,

Jammy


From: "Stephen Edmonds" <[EMAIL PROTECTED]>
To: "Jammy Hall" <[EMAIL PROTECTED]>
CC: "PHP Windows Helplist" <[EMAIL PROTECTED]>
Subject: Re: [PHP-WIN] Web pages don't show up in IE 6 w/SP1.
Date: Thu, 30 Jan 2003 19:59:01 -0000

Well its not your browsers fault - PHP is all generate before being sent

to

the browser. Is PHP enabled on your webserver? Which server are you using?
Did you remember to restart the server after installing php? And is your
file end with .php?

More infomation on your server/php page would be helpful

Stephen

----- Original Message -----
From: "Jammy Hall" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 30, 2003 2:50 PM
Subject: [PHP-WIN] Web pages don't show up in IE 6 w/SP1.


> I running Windows 2000 w/SP3 and IE 6 w/SP1 and I can't get pages using
PHP
> to show up in my browser....
>
> I don't get any errors, just a blank space were the PHP info would be.
>
> Any suggestions???
>
> Thanks,
>
> Jammy
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail







---
[This E-mail scanned for viruses by Declude Virus]

--- End Message ---
--- Begin Message ---
My home machine (which has the same version OS and IE) doesn't have any
problems either, just my work machine..



"Jammy Hall" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I running Windows 2000 w/SP3 and IE 6 w/SP1 and I can't get pages using
PHP
> to show up in my browser....
>
> I don't get any errors, just a blank space were the PHP info would be.
>
> Any suggestions???
>
> Thanks,
>
> Jammy
>
>


--- End Message ---
--- Begin Message ---
this is a submit button.. so you start something..
so why do you do like this:

<form name="xxxxx" action="xyadf.php" method="post">
<input type="submit" value="Search">
</form>

and

<form name="xxxxx" action="xyadf1.php" method="post">
<input type="submit" value="Add">
</form>

this should work fine...

"Chris Deam" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Okay, you are correct about the coding practices, but this is not really
> helping me.  One other thing I forgot to mention is that I have two such
> buttons:
> <button type="submit" name="action">Search</button>
> <button type="submit" name="action>Add</button>
> When I click on search, $action is suppossed to be set to Search, but it
is
> actually getting set to Add.  Any ideas?
>
>
>


--- End Message ---
--- Begin Message ---
Or

<button type="submit" name="action" value="search">Search</button>
<button type="submit" name="action" value="add">Add</button>

imo: <button> tag isn't standard HTML..

I would go with:

<form action="page.php" method="post">
<input type="hidden" name="action" value="search" />
<input type="submit" value="Search" />
</form>

<form action="page.php" method="post">
<input type="hidden" name="action" value="add" />
<input type="submit" value="Add">
</form>




-----Original Message-----
From: Tobias Brandl [mailto:[EMAIL PROTECTED]]
Sent: Friday, 31 January 2003 11:26 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Wierd Windows Problems


this is a submit button.. so you start something..
so why do you do like this:

<form name="xxxxx" action="xyadf.php" method="post">
<input type="submit" value="Search">
</form>

and

<form name="xxxxx" action="xyadf1.php" method="post">
<input type="submit" value="Add">
</form>

this should work fine...

"Chris Deam" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Okay, you are correct about the coding practices, but this is not really
> helping me.  One other thing I forgot to mention is that I have two such
> buttons:
> <button type="submit" name="action">Search</button>
> <button type="submit" name="action>Add</button>
> When I click on search, $action is suppossed to be set to Search, but it
is
> actually getting set to Add.  Any ideas?
>
>
>



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


--- End Message ---
--- Begin Message ---
Hi all
    I would like to ask you how can I generate PDFs on the fly since I tried all the 
stuff around. I cannot make it work even when using the examples provided. The problem 
seems to affect both cpdf and pdflib. 
The fact is that says that I cannot see the file because it isnt available. 
    I tried to put the "inline" statement, and then the "filename=<<whatever>>.pdf". 
Nothing seems to work. 
    Then I read on the list that I should put a fake PDF extension via a new argument 
to the URL. This didnt work either. So my ask is someone could generate pdfs on the 
fly? and is it a problem with IE (I'm using IE6 here) and how to solve it or make the 
way around the problem. 
Thanks a lot!
Leonardo J. Belén. AFIP-AR
--- End Message ---
--- Begin Message ---
A problem that I ran into with pdf's was while using sessions.  If you use a session 
be sure you call session_write_close() before sending the first headers for the pdf.
 
What is your webserver configuration.  OS,Webserver, version,php version, cgi, 
isapi....
 
Charles
Windows 2000 Server, IIS 5.0, PHP 4.2.3

        -----Original Message----- 
        From: Leonardo Javier Belén [mailto:[EMAIL PROTECTED]] 
        Sent: Fri 1/31/2003 7:51 AM 
        To: [EMAIL PROTECTED] 
        Cc: 
        Subject: [PHP-WIN] There is no way I can build "on the fly" pdfs
        
        

        Hi all
            I would like to ask you how can I generate PDFs on the fly since I tried 
all the stuff around. I cannot make it work even when using the examples provided. The 
problem seems to affect both cpdf and pdflib.
        The fact is that says that I cannot see the file because it isnt available.
            I tried to put the "inline" statement, and then the 
"filename=<<whatever>>.pdf". Nothing seems to work.
            Then I read on the list that I should put a fake PDF extension via a new 
argument to the URL. This didnt work either. So my ask is someone could generate pdfs 
on the fly? and is it a problem with IE (I'm using IE6 here) and how to solve it or 
make the way around the problem.
        Thanks a lot!
        Leonardo J. Belén. AFIP-AR 

--- End Message ---
--- Begin Message ---
At 1/31/2003 08:51 AM, you wrote:
Hi all
I would like to ask you how can I generate PDFs on the fly since I tried all the stuff around. I cannot make it work even when using the examples provided. The problem seems to affect both cpdf and pdflib.
The fact is that says that I cannot see the file because it isnt available.
I tried to put the "inline" statement, and then the "filename=<<whatever>>.pdf". Nothing seems to work.
Then I read on the list that I should put a fake PDF extension via a new argument to the URL. This didnt work either. So my ask is someone could generate pdfs on the fly? and is it a problem with IE (I'm using IE6 here) and how to solve it or make the way around the problem.
Have you tried the ezpdf functions? I started using them last week and was successful.
You can find them here
http://sourceforge.net/projects/pdf-php

Jerry


*---------*-----------*----------*---------*---------*---------*--------*
Jerry Nelson
Project Manager / Analyst
Datanamics, Inc.
973-C Russell Ave
Gaithersburg, MD 20879
TEL: 301-948-3515

--- End Message ---
--- Begin Message ---
Dash McElroy wrote:
You are referencing the variables properly on the first if line, but then
you're calling $var1 and $var2 w/o using $_GET. Add that or do this:

$var1 = $_GET['var1'];
$var2 = $_GET['var2'];

You may also want to use !isset($varname) instead of checking to see if
the variables are equal to a space char (" ").
isset() should not be preferred for variables coming from $_POST, $_GET or $_REQUEST

cause empty form-fields ARE set, so isset() will return TRUE

use empty() instead!

-Dash

"I have made mistakes but I have never made the mistake of claiming
that I have never made one."
		-- James Gordon Bennett

On Wed, 29 Jan 2003, Wade wrote:


01292003 1540 CST

When I run this script I get the html at the end but no $result. If the
result is run on the same page as the output, there shouldnt be anything
variable wise stopping this from running, right?

Wade

<?php
    if (($_POST["val1"] == " ") || ($_POST["val2"] == " ") ||
($_POST["calc"] == " "))
    {
        header("Location: http://localhost/Learning PHP/PHP Fast &
Easy/Ch_6/calculate_form.html");
        exit;
    }

    if ($_POST["calc"] == "add")
    {
        $result = $val1 + $val2;
    }

        else if ($_POST["calc"] == "subtract")
        {
             $result = $val1 - $val2;
        }

        else if ($_POST["calc"] == "multiply")
        {
             $result = $val1 *  $val2;
        }

        else if ($_POST["calc"] == "divide")
        {
            $result = $val1 / $val2;
        }
you should use switch()

switch ($_POST["calc"]) {
	case "add": $result = $_POST["val1"] + $_POST["val2"]; break;
	....
	default: $result = 'SOME ERROR';
}
?>

<html>
<head>
<title>Calculation Result</title>
<head>

<body>
    <p>The result of the calculation is: <?php "$result"; ?></p>
</body>
</html>


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



--
Sebastian Mendel

[EMAIL PROTECTED]

www.sebastianmendel.de
www.tekkno4u.de
www.nofetish.com

--- End Message ---
--- Begin Message ---
is there no more complicated solution for this? ;-)

nothing for bad!

B.A.T. Svensson wrote:
Something like (not tested and compiled - please find the bugs :))
will remove white space dups:

char *TrimInString(char *pzWashMe)
{
if (!pzWashMe) return NULL;

register char *pzMarker = pzWashMe;
bool bStillTrimingString = false;

while (StrReplacee("\t", " ", pzMarkerrReplacee("\n", " ", pzMarker))
;;
while (*pzMarker) { // loop 1
bool bStillTrimingString = false;

while (*pzMarker && !isspace(*(pzMarker++)) // loop 2
;;

register int nIndex = 0;
while (isspace(*(pzMarker+nIndex++)) { // loop 3
bStillTrimingString = true;
}

if (nIndex) {
strcpy(pzMarker, (pzMarker + nIndex));
}

}

return pzMarker;

}

First it replace tabs and newlines with blank spaces, then
the function will scann the string after a whitespace (loop 2).
If it finds one. Then it will try to justify the hypothese H that
this white space is followed by another white space (loop 3). If
H is true it will count the number of whitepace, and then move
the moving down data to just leave the first white space left.

After that it falls into loop 1 again and check if we reach the
end of the string or not, if not, we do all the things once again.



-----Original Message-----
From: Bobo Wieland [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 8:26 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Something like trim()


Is there an easy way to get rid off white space characters in a string? Like
trim() but for the whole string and leaving single white spaces as they are
but removing all occurences of '\t','\n' and '     '(leaving a single '
')...

I've tried the manual but couldn't find anything...



. bobo . www.elstudion.com . www.elstudion.com/bobo .


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

--
Sebastian Mendel

[EMAIL PROTECTED]

www.sebastianmendel.de
www.tekkno4u.de
www.nofetish.com

--- End Message ---
--- Begin Message --- Hi Tom,

Thanks for you help, got it to work with :
php_flag register_globals on in a .htaccess file in the directory`s that need the register globals on.

Best regards,

Davy Obdam
mailto:[EMAIL PROTECTED]

Tom Rogers wrote:

Hi,

Friday, January 31, 2003, 10:42:42 AM, you wrote:
DO> Thanks for your reactions guys, I stil havent been able to get it to DO> work... I have added a .htaccess file into my directory that needs the DO> register globals on, containing

DO> php_value register_globals on

DO> And i have chanched AllowOverride None to all in the httpd.conf file, and restarted my webserver... But its stil not working. I am i doing something wrong? Thanks for your time...

DO> Best regards,
DO> Davy Obdam
DO> mailto:[EMAIL PROTECTED]

It should be:
php_flag register_globals on


--
--------------------------------------------------------------------
Davy Obdam - Obdam webdesign©
mailto:[EMAIL PROTECTED]   web: www.davyobdam.com
--------------------------------------------------------------------




--- End Message ---

Reply via email to