[PHP-WIN] RE: Web pages don't show up in IE 6 w/SP1.

2003-01-31 Thread Uttam
use the 'view source' to see what information is being passed to browser.
otherwise post more information about your configuration, address used to
access the file, contents of php file etc.

regds,

-Original Message-
From: Jammy Hall [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 20:20
To: [EMAIL PROTECTED]
Subject: 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




php-windows Digest 31 Jan 2003 09:54:37 -0000 Issue 1564

2003-01-31 Thread php-windows-digest-help

php-windows Digest 31 Jan 2003 09:54:37 - Issue 1564

Topics (messages 18241 through 18262):

What are the PHP Best Practices in virtual Server environment?
18241 by: Mark Thornton

Re: Register globals on and off
18242 by: Dash McElroy
18258 by: Davy Obdam

getimagesize() error
18243 by: Ryan

For those who ask about a great host...
18244 by: Asendorf, John

Re: Wierd Windows Problems
18245 by: Chris Deam
18247 by: Dash McElroy
18248 by: Chris Deam

Apache service stalls
18246 by: Pedro MG
18252 by: Wade

Re: Web pages don't show up in IE 6 w/SP1.
18249 by: Stephen Edmonds
18262 by: Uttam

Turn on Error Messages
18250 by: Wade
18253 by: Christoph Grottolo

Re: Running PHP and ASP on same server.
18251 by: Christoph Grottolo

SQL SERVER TRUSTED CONNECTION HELP
18254 by: Daniel Masson
18255 by: Bruce Barnes
18256 by: Daniel Masson
18260 by: Frank M. Kromann

php4apache.dll on windows2k gives warning
18257 by: pzaz

Re: [PHP] Re: [PHP-WIN] Register globals on and off
18259 by: Tom Rogers

SSI, SHTML and PHP, INCLUDES...
18261 by: Leo G. Divingracia III

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 ---
What are the Best Practices for configuring PHP on IIS5 for virtual servers?
What are the security implications? What doesn't work, if anything?

--

Mark Thornton




--- End Message ---
--- Begin Message ---
Yes. Either via a .htaccess file or in your httpd.conf in a Directory
entry put this:

php_value register_globals on

See the following URL's for more info:

http://www.php.net/manual/en/configuration.changes.php
http://www.php.net/manual/en/function.ini-set.php

-Dash

AQUARIUS (Jan 20 - Feb 18)
You have an inventive mind and are inclined to be progressive.
You lie a great deal.  On the other hand, you are inclined to
be careless and impractical, causing you to make the same
mistakes over and over again.  People think you are stupid.

On Thu, 30 Jan 2003, Davy Obdam wrote:

> Hello people,
>
> On my development machine (win XP/Apache 2.0.44/PHP 4.3.0/MySQL 3.23.55)
> i have several websites that i made some time ago that require register
> globals to be On in the php.ini. Ofcourse i know thats not a good idea
> at all for security, but rewriting all this code is not an option.
> However in my php.ini i have set register globals to Off because that
> better. Is it possible to configure my webserver/php so that only those
> sites that require register globals to be On have that setting, for
> instance in a .htacces file?? Any help is appreciated:-)
>
> Best regards,
>
> Davy Obdam
> mailto:[EMAIL PROTECTED]
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


--- End Message ---
--- Begin Message ---
Thanks for your reactions guys, I stil havent been able to get it to 
work... I have added a .htaccess file into my directory that needs the 
register globals on, containing

php_value register_globals on

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...

Best regards, 

Davy Obdam
mailto:[EMAIL PROTECTED] 



Davy Obdam wrote:

Hello people,

On my development machine (win XP/Apache 2.0.44/PHP 4.3.0/MySQL 
3.23.55) i have several websites that i made some time ago that 
require register globals to be On in the php.ini. Ofcourse i know 
thats not a good idea at all for security, but rewriting all this code 
is not an option. However in my php.ini i have set register globals to 
Off because that better. Is it possible to configure my webserver/php 
so that only those sites that require register globals to be On have 
that setting, for instance in a .htacces file?? Any help is 
appreciated:-)

Best regards,

Davy Obdam
mailto:[EMAIL PROTECTED]




--

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





--- End Message ---
--- Begin Message ---
I just upgraded my php version to 4.3.0 on a Linux box. The 
configuration is the same as previous installs except for added support 
for IMAP/POP. getimagesize() is now reporting the following error:


*Warning*: getimagesize() [function.getimagesize 
]: php_network_getaddresses: 
getaddrinfo failed: Temporary failure in name resolution in 
*/home/www/dev.antfarm/osgw/functions.php* on line *186*

*Warning*: getimagesi

RE: [PHP-WIN] SQL SERVER TRUSTED CONNECTION HELP

2003-01-31 Thread Sean Malloy
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


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




[PHP-WIN] Re: SSI, SHTML and PHP, INCLUDES...

2003-01-31 Thread Radovan Radic
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]
>
> z
>



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




[PHP-WIN] Re: Turn on Error Messages

2003-01-31 Thread Radovan Radic
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



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




[PHP-WIN] Re: Web pages don't show up in IE 6 w/SP1.

2003-01-31 Thread Jammy Hall
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
M7!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"P@5VEN9&]W2P@35 S+"!M<#,L($9O2P@"P@54Y)6"P@*FYI>"P@
M=6YI>"P@37E344PL(&UY'0O:F%V87-CF%B;&4];F\L8V]P>6AI"US:&]C:W=A=F4M9FQA
M5!A;#PO83X\8G(^#0H\7,B/E9O=&EN9R!";V]T
M:#PO83X\8G(^#0H\+W1D/CQT9"!B86-K9W)O=6YD/71H96UE5]E1V%L;&5R>29F:6QE/6EN9&5X)F1O
M/7-H;W=G86QL)F=I9#TV/D1E=B!3:&]T"9D;SUS:&]W9V%L;"9G:60]-SY5"9D;SUS:&]W9V%L;"9G:60].#Y-2YC;VTO
M?G!E'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=6QE6YA;6EC-2YG86UE2YC;VTO?G!E6YA;6EC-2YG86UE'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=6QE6YA;6EC-2YG86UE6YA;6EC
M-2YG86UE2YC;VTO?G!E2YC;VTO?G!E6YA;6EC-2YG86UE'1R82]H
M=&UL+U1U=&]R:6%L7U1E>'1U2 R,# S/"]S;6%L;#X\+V-E
M;G1E'1R82]H=&UL+U1U=&]R:6%L
M7T)Ahttp://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-WIN] Wierd Windows Problems

2003-01-31 Thread Tobias Brandl
this is a submit button.. so you start something..
so why do you do like this:





and





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:
> Search
> http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-WIN] There is no way I can build "on the fly" pdfs

2003-01-31 Thread Leonardo Javier Belén
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=<>.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


RE: [PHP-WIN] There is no way I can build "on the fly" pdfs

2003-01-31 Thread Charles P. Killmer
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=<>.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 




Re: [PHP-WIN] There is no way I can build "on the fly" pdfs

2003-01-31 Thread Jerry Nelson
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=<>.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


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



Re: [PHP-WIN] Passing Variables and Internal Variables

2003-01-31 Thread cybot
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

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';
}


?>



Calculation Result



The result of the calculation is: 




--
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


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




Re: [PHP-WIN] Something like trim()

2003-01-31 Thread cybot
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


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




[PHP-WIN] Re: Web pages don't show up in IE 6 w/SP1.

2003-01-31 Thread cybot
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









Perfectionist Custom Level Design 












http://phpnuke.org";>
















 


 


 


 


http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"; type="application/x-shockwave-flash" width="600" height="12">

  Main-Menu· Home
· All Screenshots
· Donate Via PayPal
· Downloads
· FAQ
· Latest News
· News Archive
· Perfect Links
· Perfection Team
· Search
· Topics
· Tutorials Added
· Voting Booth
Sub-MenuCustom Levels  Ba

ttle of Bilston  TBA Soon  TBA Soon  TBA Soon  TBA Soon  TBA Soon  TBA SoonScreenshots  InGame Shots  Dev Shots  User Submit  Mr ShotsLevel Design  http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutorial_Basic.html>BF 1942 Basics  http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Mixedobjects/Objects_Mixed.html>Static Objects  http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Treeobjects/Tree.html>Static Trees  http://dynamic5.gamespy.com/~pe

rfectionist/PSite/perfectextra/html/Tutorial_Raytracing.html>Raytracing#1  http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutorial_Raytracing2.html>Raytracing#2  http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutorial_Introcon.html>Intro to .con  http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutorial_Listcon.html>Con ListingsTutorials  http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutorial_Heightmap.html>HeightMaps  http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutorial_Materialmap.html>MaterialMap  Textures   Objects  http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutorial_SpawnPoints.html>SpawnPoints  http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutorial_Replace.html>Rename,Replace  http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutorial_Tgasplitter.html>Tga Splitter  http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutorial_Aircraft.html>3D Modelling  http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutorial_Texturemapping.html>Texture MappingForums  http://dynamic5.gamespy.com/~perfectionist/PForum/phpBB2/>Perfectionist  http://www.forumplanet.com/planetbattlefield/forum.asp?fid=5901>PBF Perfectionist  http://www.battlefield1942.co.uk/forums/index.php?referrerid=79>General EditingSupport  Feedback  Live Chat  

Originally 24,151 hits on 06/01/03  Our StatisticsWe receivedhttp://dynamic5.gamespy.com/~perfectionist/PSite/modules.php?name=Statistics";>39720page views since January 2003  

;





http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutorial_Basic.html"; width="100%" height="1500" frameborder="0" marginheight="0" marginwidth="0">
  Sorry, your browser does not understand iframes. Here is the http://dynamic5.gamespy.com/~perfectionist/PSite/perfectextra/html/Tutorial_Basic.html"; target="_blank">link to the page.




NukeWrap ©


 


 

 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"  
Web site engine's code is Copyright © 2002 by http://phpnuke.org";>PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the http://www.gnu.org";>GNU/GPL license.Page Generation: 0.083 Seconds


 


 






--
Sebastian Mendel

[EMAIL PROTECTED]

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


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




Re: [PHP-WIN] Web pages don't show up in IE 6 w/SP1.

2003-01-31 Thread Stephen Edmonds
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 -
>
> 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
>
>



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




Re: [PHP-WIN] Web pages don't show up in IE 6 w/SP1.

2003-01-31 Thread Luis Ferro
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 -

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]


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




[PHP-WIN] Re: Web pages don't show up in IE 6 w/SP1.

2003-01-31 Thread Jammy Hall
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
>
>



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




Re: [PHP-WIN] Re: [PHP] Re: [PHP-WIN] Register globals on and off

2003-01-31 Thread Davy Obdam
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






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




Re: [PHP-WIN] SSI, SHTML and PHP, INCLUDES...

2003-01-31 Thread Dash McElroy
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]
>
> z
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


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




RE: [PHP-WIN] Wierd Windows Problems

2003-01-31 Thread Sean Malloy
Or

Search
Add

imo:  tag isn't standard HTML..

I would go with:














-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:





and





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:
> Search
> http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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




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

2003-01-31 Thread php-windows-digest-help

php-windows Digest 31 Jan 2003 22:32:37 - 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]
>
> z
>



--- 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

[PHP-WIN] =?tis-620?q?=C3=D9=E9=A8=D1=A1=C1=D1=E9=C2=2E=2E=2E=E2=BA=C7=EC=28?==?tis-620?q?=CD=D5=A1=A4=C3=D1=E9=A7=29?=

2003-01-31 Thread Matrix
äÁèÃÙéàËÁ×͹¡Ñ¹¹ÐÇèÒmailÍѹ¹ÕéÁѹÁÒä´éÂѧä§
áµè㹶ҹзÕèàÃÒà¤ÂÍÂÙèÍѧ¡ÄÉÁÒ¡è͹
àÃÒÃÙéá¤èÇèÒ¾ÕèâºÇì´Ù¶Ù¡¤¹¨¹¹Ð
ÍÂèÒ§àÃÒ¡éÍà¤Ââ´¹

µÍ¹àÃÒä»·Õè¹Ñè¹ãËÁèæÁÕ¾Õ褹¹Ö§à¤éÒÁҪǹàÃÒä»à·ÕèÂÇ
¾Õè¼ÙéË­Ô§¹Ð à¤éÒàÅèÒÇèÒà¹Õ褹ª×èÍâºÇì¹Ð¹èÒÃÑ¡ÁÒ¡àÅÂ
¤¹¨ÕºàÂÍÐÁÒ¡ àÃÒ¡éÍÍÂÒ¡à¨Í
àź͡ãËé¾Õèà¤éÒ¾Òä»à¨Í˹èÍÂÊÔ

âËà¨Í¤ÃÑé§áá¹èÒÃÑ¡ÁÒ
áµè¾Ù´¨ÒäÁè¤èÍ´ÕÍèÐ à¤éÒẺàËÁ×͹´Ù¶Ù¡æàÅÂÍèÐ
µÍ¹·Õèà¤éÒÊÑè§àºÕÂÃìà¤éÒ¡é͵éͧẺàÍÒ·Õè´Õ·ÕèÊØ´¹Ð
äÁè§Ñé¹âºÇìäÁè´×èÁ àÃÒ¡éÍẺäÁèÁյѧ
à¤éÒ¡éÍËѹÁÒÁͧ¶ÒÁÇèÒäÁè´×èÁàËÃÍ
ÍÒÂØäÁè¶Ö§àËÃÍ àÃÒ¡é͵ͺÇèÒÍ×ÁäÁèÍÂÒ¡ãªéà§Ô¹¹èоÕè
¡ÅÑÇäÁè¾Í à¤éÒ¡éÍÂÔéÁæ
¶ÒÁàÃÒÇèÒ¹éͧ¡ÅÑǨ¹àËÃÍ
§Ñé¹ä»»ÃÐà·ÈÍ×è¹ÊÔ¨Ðä´éäÁ訹..
(µÍ¹¹Ñé¹àÃÒäÁèÃÙéÇèÒ¾Õèà¤éÒàÁÒÃÖà»ÅèÒ¤×Íà¤éÒÍÒ¨¨ÐàÁÒ¡éÍä´é)

áµèà¤éҪͺ仼Ѻ¹Ð仡Ѻ¼ÙéªÒ·Ñé§¹Ñé¹´éÇÂÅèÐ
à¤éҨФºáµè¾Ç¡äÎâ« °Ò¹Ð¸ÃÃÁ´Òà¤éÒäÁ褺ÍèÐ.. ¾Ù´¶Ö§¼Ñº¹Ð
¹Ò¹æàÃÒä»·Õáµè¡éÍà¨Í¾Õèà¤éÒ·Ø¡ÇѹàÅÂ
à¤éҾǡªÍº»ÒÃìµÕéÍèÐ

µÍ¹¹ÕéàÃÒÍÂÙè¹ÔÇ«ÕᏴìà¾ÃÒÐáÁèÊè§Íѧ¡ÄÉäÁèäËÇ
¾ÕèâºÇìà¤éÒ¡éÍâ·ÃÁÒËÒàÃÒ ÍéÒǨÐÂéÒÂàËÃÍ
·ÓàÊÕ§àËÁ×͹´Ù¶Ù¡æàÃÒ¡éÍâ¡Ã¸à¤éÒ¹Ð
Ẻà¤éÒ´Ù¶Ù¡àÃÒºèÍÂÍèÐà¾ÃÒÐàÃÒ¨¹äÁèäÎâ«àËÁ×͹¤¹Í×è¹ÍèÐ
àÃÒàŵͺä»ÇèÒ ãªè¤èÐ
¡ÅÑǨ¹ä§àŵéͧÂéÒ à¤éÒ¤§ÃÙéÇèÒàÃÒ»ÃЪ´
àŵͺàÃÒẺ¡ÃÐá·¡ææÇèÒ ÍÕËèÒ
áÅéÇÇÒ§ä»àÅÂÍèÐ...
- äÁèä´éà¢Õ¹àͧ¹Ð

¡êͺÁÒ¨Ò¡à¾×è͹·ÕèÍÂÙèAuckland
à¤éÒä»à¢Õ¹ŧ¡ÃзÙéæ¹Ö§ÁÒ-
¤×ÍàÃÒ¡ç¡êͺÁÒÍÕ¡·Õ§èÐ Íѹ¹ÕéäÁèáçà·èÒäËÃè
áµèµÍ¹·ÕèàÃÒÍèÒ¹ÁѹÁÕÃÙ»´éǧèÐ
à»ç¹Ãٻ⺡Ðà¾×è͹¼ÙéªÒÂẺãÊèà¡ÒÐÍ¡âªÊд×Í´ÙàÁÒæ
´Ñ§¹Ñé¹àÃÒäÁèÃÙéÇèÒÁѹ¨ÃÔ§ÁÑéÂ
**
¤ÇÒÁàËç¹·Õè 504
à»ç¹¤¹Ë¹Öè§·Õèä´éÍèÒ¹àÁÅÅìÍèйРàÃÒàª×èÍ
äÁèÁÕÁÙÅËÁÒÁѹäÁè¢ÕéËÃéÍ¡ ÍÕÊͧ¤¹¹Õé µÍáËÅ
ÁÒáµèä˹áµèäÃáÅéÇ ÁÕà¾×è͹·ÕèàÃÕ¹ Íѧ¡ÄÉËÃ×Í àÁ¡Ò
ËÃ×Í»èÒÇÅèÐÅͧ件ÒÁà¾×è͹¤Ø³´ÙÊÔÇèÒÊͧ¤¹¹Õé à»ç¹ÍÂèÒ§äÃ
áµè·Õèà¾×è͹àÃÒà¤Ââ´¹¹Ð áºÁà¹ÕéÂÐ
à¤éÒÁÕÃéÒ¹»ÃÐ¨Ó áÅÐÁÕ·Õè¹Ñè§»ÃШӢͧà¤éÒ áÅéǺѧàÍÔ­ÇèÒ
Çѹ¹Ñé¹à¾×è͹àÃҴѹ¡ÃÃÁàÇÃÁҺѧµÒàÊ×͡仹Ñè§·Õè»ÃШӢͧ¤Ø³à¸Íà¢éҾʹÕ
¤Ø³à¸Í¡ç´Ñ¹ÁÒ¡Ô¹¢éÒÇÃéÒ¹ã¹Çѹ¹Ñé¹ÍÕ¡´éÇÂ
áºÁàËç¹à¢éÒäÁè¾Í㨠ºÍ¡ãËéÅØ¡ä»¹Õè·Õè»ÃШӢͧà¤éÒ
à¾×è͹àÃÒ§Õé§§ à»ç¹ä¡èµÒᵡàÅÂÍèÐ
á¶ÁÁÕÇèÒà¡ÃÕéÂÇ¡ÃÒ´ÍÕ¡´éÇÂ
¹Õ袹ҴµÍ¹¹Ñ鹤سà¸ÍÂѧäÁèä´éàÅ蹡ÒÃàÁ×ͧÍèйРÂѧäÁè´Ñ§´éÇÂ
áÅéǵ͹¹Õ館³à¸Í¨Ðà»ç¹Âѧ䧺éÒ§¡çäÁèÃÙé
¤Ô´àÍÒàͧÅèСѹ
¤Í¹à¿ÃÔìÁ ÇèÒ ¢èÒǹÕé 100% ¨éÒ äÁèä´éâÁé

à¤ÂʧÊÑÂÁÑéÂÇèÒ·ÓäÁ¿Åؤ¶Ö§äÁè¤èÍÂÁÕ§Ò¹ÍÍ¡ÁÒªèǧ¹ÕéºéÒ§
µÍºà¾ÃÒÐÇèÒâºÇìÊÑè§äÁèãËéÃѺ§Ò¹áÅÐâºÇìÂѧªÍºãËé¿ÅؤÍÍ¡¤èҪشãËéàÇÅÒ
âºÇìä»ÍÍ¡§Ò¹ ¢èÒǹÕéconfremªÑÇÃì
à¾ÃÒÐ¿ÅØ¤à»ç¹¤¹ºè¹àͧ áÅÐÂѧÁÕ¤ÇÒÁ¨ÃÔ§ÍÕ¡ÁÒ¡·Õè¤Ø³äÁèÃÙéà¡ÕèÂǡѺ¼ÙéË­Ô§¤¹¹Õé
à¢ÒäÁèä´éà»ç¹áºº·Õè¾Ç¡àÃÒàËç¹

¢éÍ comment àÅè¹æ·Õè¤Ô´àÍÒàͧ
µÍ¹ááºÍ¡ÇèÒ¨ÐËÁÑé¹ 2 µØÅÒ áµè§ 22 µØÅÒ
µ´ÂѧäÁè·Ñ¹ËÒÂàËÁ繡çËÁÑ鹡è͹«ÐáÅéÇ
¨´·ÐàºÕ¹ÊÁÃÊÍÕ¡ ÊÒ¿éÒáźÁÒ¡
»ÃÐÁÒ³ÇèÒ⺤ӹdzÍÒÂØÅ١㹤ÃÃÀì áÅéǤԴãËÁè
¡ÅÑÇÅÙ¡¨ÐäÁè¤Ãºà¨ç´à´×͹áÅéÇÍéÒ§ÇèÒÅÙ¡¤ÅÍ´¡è͹¡Ó˹´äÁèä´é
àÅÂÃÕºáµè§ ÃÕºÁÕ¢èÒÇÇèÒ·éͧáÅéÇ 1 à´×͹
áµè¤ÇÒÁ¨ÃÔ§»Òà¢éÒä» 3-4 à´×͹áÅéÇ ÁÑé§
ÁèÒÂÃÙéÊÔ Ê§ÊÑÂÇèÐ ¤Ùè¹ÕéŹÅÒ¹ ÅØ¡ÅÕéÅØ¡Å¹ªÍº¡Å
¡ç¢ÍãËéÍÂÙè¡Ñ¹Â×´æ¡çáÅéǡѹ

⺡çÍÂèÒµÔ´¹ÔÊÑÂáÁèÁÒÅèÐ à¾ÃÒÐáÁèà¸Í¡çËÂèÒµÑé§Êͧ¤ÃÑé§
äÁèÍÂÒ¡àÁéÒ·ì ¶éÒ âº ¨Ð·éͧ¡è͹áµè§à¾ÃÒлÃÐÇѵÔà¸Í⪤⪹ÁÒ¡
µÍ¹ÍÂÙè·ÕèÍѧ¡ÄɹèРΌà¡èÒà¢Òà»ç¹¤¹¨èÒÂãËé·Ø¡ÍÂèÒ§
·Ñ駤èÒàÅèÒàÃÕ¹ ¤èÒ¡Ô¹ÍÂÙè ¨ºÁÒä´é¡çà¾ÃÒмÙéªÒÂàÅÕé§
¨èÒÂãËé·Ø¡ÍÂèÒ§ ¾Í¼ÙéªÒÂàÅÔ¡¶Ö§ä´é¡ÅѺÁÒàÁ×ͧä·Âä§
à¾ÃÒÐäÁèÁջѭ­ÒÍÂÙèµèÍ ¤¹ä·Âã¹ london ¡çÃÙé¡Ñ¹ËÁ´

µÍ¹¹Õ餧ʺÒ¢Öé¹Ë¹èÍÂà¾ÃÒШѺ¼ÙéªÒÂ˹éÒâ§èæáµèÁյѧ¤ìáµè§§Ò¹´éÇÂä´é
áµèäÁè¹Ò¹¡çàÅÔ¡¤ÍÂ´Ù´Ô »ÃÐÇѵÔäÁè´Õ·Ñé§ÊͧÊÒÁÕÀÃÃÂÒ


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




[PHP-WIN] Apache 2.0.44; PHP 4.3.0; CGI implemented WinXP Home

2003-01-31 Thread Shaggy
Hi there =D;

i got the following problem:

When i want to use variables in URLs
for example:
http://192.168.0.1/Treff/index2.php?site=events

i got this error:
Warning: main(.php) [function.main]: failed to create stream: No such file
or directory in c:\stuff\homepage\treff\index2.php on line 34

Warning: main() [function.main]: Failed opening '.php' for inclusion
(include_path='.;c:/stuff/homepage/treff;c:/stuff/homepage/magus;c:/stuff/ho
mepage/bgallery') in c:\stuff\homepage\treff\index2.php on line

i discovered that the $site variable is empty
next is my php.ini

it seems, that there are workarounds
with some kind of magicvariables but i don´t want to change my code
so plzzz do u have any suggestions?

thx so far
Shaggy




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




[PHP-WIN] Something like trim()

2003-01-31 Thread Cam Dunstan
Cybot, try this 


function string_dryclean($dirtystring) {
$cleanstring = str_replace("\n", " ", $dirtystring);
$cleanstring = trim(str_replace("\t", " ", $cleanstring));
do {
$cleanstring = str_replace("  ", " ", $cleanstring);
} while (strpos($cleanstring, "  ") > 0);
return $cleanstring;
}


use it like this...

$ugly_evil_string = "  hello\n\n \n\t   world  \n\n\t   ";

$decent_law_abiding_string = string_dryclean($ugly_evil_string);







- Original Message -
From: "cybot" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, February 01, 2003 1:58 AM
Subject: Re: [PHP-WIN] Something like trim()


> 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
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>





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




[PHP-WIN] error - permissions?

2003-01-31 Thread Pat Johnston
Hi
I get this error in a login page I've created. I am using root for testing
purposes only on localhost, but it keeps comming up with access denied.

I am wondering if this is a Windows 2000 permissions problem or are new
users denied in MySQL? Any idea?

Regards, PJ


Warning: mysql_connect() [function.mysql-connect]: Access denied for user:
'root@localhost' (Using password: YES) in c:\web\saddlerat\create_users.php
on line 19



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




Re: [PHP-WIN] Mail newbie Question

2003-01-31 Thread toby z
hi duncan
i have to do this job for a client in a week or so
im sure its possible . ill start at it in a while 
n ill let u no whatever it is k ?

good luck

toby 

 --- Duncan <[EMAIL PROTECTED]> wrote: > Hi All,
> 
> Is it possible to create a page where visitors can for example
> submit their
> email address and a list of their demands, then the page mails it
> to a
> support address?
> 
> Would I have to use a mail server of any kind to send the emails?
> 
> Where could I find an example script that could do this?
> 
>  
> 
> Many thx in adv 
> 
>  

__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

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