RE: [PHP-WIN] Re: Implement Javascript into vB code

2002-06-24 Thread Peter
in that case wouldn't u just go some javascript tricks ? -Original Message- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 25 June 2002 4:13 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: Implement Javascript into vB code Sorry guys, let me rephrase my question

[PHP-WIN] Re: Implement Javascript into vB code

2002-06-24 Thread Matt Parlane
hmmm... that's slightly better - in that you used more than one line to explain your problem. I'm still having trouble figuring out what you want to do though - try explaining problems a bit clearer next time. If you want to be able to use

[PHP-WIN] Re: Implement Javascript into vB code

2002-06-24 Thread Mike
Sorry guys, let me rephrase my question. I want to insert some javascript code into the code for my forum (vB) not as a post, but as a forum post, but as code within the php file. Sorry about the confusion "Mike" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

RE: [PHP-WIN] Implement Javascript into vB code

2002-06-24 Thread Peter
dunno this is PHP list not VB :) try asking a VB list mmm VicBitter mm -Original Message- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 25 June 2002 3:53 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Implement Javascript into vB code How wou

[PHP-WIN] Re: Implement Javascript into vB code

2002-06-24 Thread Matt Parlane
errm... this really isn't the right place to be asking this question - this is a PHP list. but - if you're talking about using JScript and VBScript in the same ASP page, you can do it by using this: <% ' VBScript code goes here Response.Write DoSomething("To Me") %> function DoSomething(str){

[PHP-WIN] Implement Javascript into vB code

2002-06-24 Thread Mike
How would I implement Javascript into a vB code? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Installing PHP for Apache on Windows XP

2002-06-24 Thread Dash McElroy
You have to create a phpinfo.php file in your htdocs directory first. Fill it out with this: and test it. -Dash -Original Message- From: Dave [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 3:29 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Installing PHP for Apache on Wind

Re: [PHP-WIN] Installing PHP for Apache on Windows XP

2002-06-24 Thread Dave
Hi. Thank you for the Help. I did download the new PHP4apache2.dll and then unmarked the Load Module for that, and Apache started! This is a step forward. But still when I try to pull up http://localhost/phpinfo.php I come up with an OBJECT NOT FOUND. 404 ERROR. Any Ideas??? Thank you again

Re: [PHP-WIN] Get/Post and Security Issues

2002-06-24 Thread Brian Graham
Yes, as they appear in the function; however, I don't have any PHP newline characters. Output to the browser is separated by a series of tabs and spaces, not line breaks. "Mikey" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Are those line breaks as they would

RE: [PHP-WIN] Get/Post and Security Issues

2002-06-24 Thread Mikey
Are those line breaks as they would appear in the function? I have always thought it best not to split tags over line breaks... just a thought... Mikey > -Original Message- > From: Brian Graham [mailto:[EMAIL PROTECTED]] > Sent: 24 June 2002 20:01 > To: [EMAIL PROTECTED] > Subject: Re:

Re: [PHP-WIN] PHP and Cookies

2002-06-24 Thread Egil Helland
Try phpbuilder.com, search for cookies On Monday, June 24, 2002, at 09:26 PM, James Meers wrote: > Hi, > > Does anyone know any good PHP reference/learning sites for > understanding how to use Cookies with PHP? > > Cheers > > Jambo > -- egil helland / it consultant (mcse, web techn

php-windows Digest 24 Jun 2002 19:29:24 -0000 Issue 1209

2002-06-24 Thread php-windows-digest-help
php-windows Digest 24 Jun 2002 19:29:24 - Issue 1209 Topics (messages 14361 through 14384): This crazy code works, but is this the correct and elegant way on 4.21 ? 14361 by: Saci 14362 by: Christian Leberfinger 14363 by: Christian Leberfinger 14364 by: Saci

[PHP-WIN] PHP and Cookies

2002-06-24 Thread James Meers
Hi, Does anyone know any good PHP reference/learning sites for understanding how to use Cookies with PHP? Cheers Jambo

Re: [PHP-WIN] Get/Post and Security Issues

2002-06-24 Thread Brian Graham
Here it is. Please note that all of this output from a function; if you would like the PHP code that outputs this, please just ask. method=post name="login" > > From: Brian Graham [mailto:[EMAIL PROTECTED]] > > Sent: 24 June 2002 08:27 > > To: [EMA

Re: [PHP-WIN] Get/Post and Security Issues

2002-06-24 Thread Brian Graham
Here it is. Please note that all of this output from a function; if you would like the PHP code that outputs this, please just ask. method=post name="login" > > From: Brian Graham [mailto:[EMAIL PROTECTED]] > > Sent: 24 June 2002 08:27 > > To: [EMA

Re: [PHP-WIN] Get/Post and Security Issues

2002-06-24 Thread Brian Graham
Examined settings, reassured that all cookies were being allowed; still did not work. "Dash McElroy" <[EMAIL PROTECTED]> wrote in message ABA3F1F1A223D411BE6C006008A6F7E260427C@MSX1-PTON">news:ABA3F1F1A223D411BE6C006008A6F7E260427C@MSX1-PTON... > By any chance, does the broser have cookies disabl

RE: [PHP-WIN] Using Bzip2 to create an archive...

2002-06-24 Thread Ross Fleming
Yes, this guy is the biggest pain in the ass known to man IMO. Anyone know how to get him unsubscribed to stop it happening?... Ross > -Original Message- > From: Mikey [mailto:[EMAIL PROTECTED]] > Sent: 24 June 2002 18:43 > To: [EMAIL PROTECTED] > Subject: FW: [PHP-WIN] Using Bzip2 to

RE: [PHP-WIN] Get/Post and Security Issues

2002-06-24 Thread Mikey
Can you send a copy of the HTML form that posts to your function? > -Original Message- > From: Brian Graham [mailto:[EMAIL PROTECTED]] > Sent: 24 June 2002 08:27 > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Get/Post and Security Issues > > > Apache 1.3.26 > PHP 4.2.1 > > When I enter user

RE: [PHP-WIN] Get/Post and Security Issues

2002-06-24 Thread Dash McElroy
By any chance, does the broser have cookies disabled? I know when a session can't go to a cookie, it goes to the URL. -Dash -Original Message- From: Brian Graham [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 12:27 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Get/Post and Securit

FW: [PHP-WIN] Using Bzip2 to create an archive...

2002-06-24 Thread Mikey
Also - is anyone else getting this mail sent to them when they try to post to the list? > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 24 June 2002 18:39 > To: [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] Using Bzip2 to create an archive... > > > Mail not

[PHP-WIN] Using Bzip2 to create an archive...

2002-06-24 Thread Mikey
Hi there! I was wondering if anyone here had used the bzip functions to create an archive? The documentation shows only how to compress strings, yet I want to create an archive similar to the HTML documentation available from php.net TIA, mikey -- PHP Windows Mailing List (http://www.php.ne

[PHP-WIN] function definitions

2002-06-24 Thread Bill Hudspeth
I am using PHP 4.2.1, Windows 2000P, IIS4 connected to an Access 2000 database with an ISAPI module. I have created a very simple form and have written a function to display radio buttons. While a hard-coded, HTML version of the form works perfectly (correctly returning data), the php file brings

Re: [PHP-WIN] Moron question: What is the & in a class meant to do?

2002-06-24 Thread Daniel Beulshausen
At 09:06 24.06.2002 -0400, Asendorf, John wrote: >I'm a bit confused. I keep stealing code and using it for my own devious >purposes and parts of it I don't understand. What is the "&" in a piece of >code that looks like this meant to do? I looked all through the Class stuff it assigns the var

Re: [PHP-WIN] Moron question: What is the & in a class meant to do?

2002-06-24 Thread Chris Boget
> I'm a bit confused. I keep stealing code and using it for my own devious > purposes and parts of it I don't understand. What is the "&" in a piece of > code that looks like this meant to do? I looked all through the Class stuff > in the docs but can't seem to find the reason for it. > $foo =

RE: [PHP-WIN] Moron question: What is the & in a class meant to do?

2002-06-24 Thread Svensson, B.A.T. (HKG)
Looks like "stolen" syntax from C/C++: E.g. it is a reference to the variable, a.k.a. as pointer. > -Original Message- > From: Asendorf, John [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 24, 2002 3:06 PM > To: Php-Windows (E-mail) > Subject: [PHP-WIN] Moron question: What is the & in a

[PHP-WIN] Moron question: What is the & in a class meant to do?

2002-06-24 Thread Asendorf, John
I'm a bit confused. I keep stealing code and using it for my own devious purposes and parts of it I don't understand. What is the "&" in a piece of code that looks like this meant to do? I looked all through the Class stuff in the docs but can't seem to find the reason for it. $foo = &$bar->so

[PHP-WIN] Class question

2002-06-24 Thread Alberto. Sartori
Hi guys. I got a little problem. I created a simply class: $istance=new MyClass(); $istance->Think("hi"); The method "think" must return a variable and the user can handle it. How can I do this? Thanks in advance,Alb -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: h

[PHP-WIN] Re: This crazy code works, but is this the correct and elegant way on 4.21 ?

2002-06-24 Thread Saci
It's not pedantic. I asked for that, this will help on improvement. Thank you > This probably isn't really the right place to discuss this kind of thing, > but to be pedantic, you probably shouldn't have content (like the form tag) > after your tag - it's just not well-formed HTML. > --

[PHP-WIN] Re: Color parser? what?

2002-06-24 Thread Matt Parlane
I'm not sure if this is what you're talking about, but have a look http://www.php.net/manual/en/function.show-source.php The colour settings are taken from php.ini Matt "Alberto. Sartori" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED] ... Hi guys, I got a funny

[PHP-WIN] mod_auth_sspi

2002-06-24 Thread Carl Whittaker
This module is the answer to all my prayers! but i cant get it to work :( I know this isnt strictly a php question but if anyone can help me id be forever in their debt im running Win2k and Apache 2.0.39 over a medium sized lan with a domain. the problem im having is that when i try to install

[PHP-WIN] Color parser? what?

2002-06-24 Thread Alberto. Sartori
Hi guys, I got a funny questions. I need to create a html page with some php code color-parsed (I mean, the tags all coloured in different way in case of html tags, comments etc...), like HomeSite do. But I need to put out in html final page. I've to do this sucking work handly? Thanks! --

[PHP-WIN] Re: This crazy code works, but is this the correct and elegant way on 4.21 ?

2002-06-24 Thread Matt Parlane
Hiya... This probably isn't really the right place to discuss this kind of thing, but to be pedantic, you probably shouldn't have content (like the form tag) after your tag - it's just not well-formed HTML. You could of course argue that you probably shouldn't have the "Select one site to go "

Re: [PHP-WIN] This crazy code works, but is this the correct and elegant way on 4.21 ?

2002-06-24 Thread Saci
I guess that this code are crazy, because this code come from my mind, a 2 day newbye on PHP. The "crazy thing is putting half code prior to and half after. "Christian Leberfinger" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > sorrysorrysorry - I didn

RE: [PHP-WIN] This crazy code works, but is this the correct and elegant way on 4.21 ?

2002-06-24 Thread Christian Leberfinger
sorrysorrysorry - I didn't see the exit. The other way really was the better one. But what is crazy about this piece of code? Chris -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] This crazy code works, but is this the correct and elegant way on 4.21 ?

2002-06-24 Thread Christian Leberfinger
No. This is the most elegant way I'm aware of: None http://www.microsoft.com/";>Microsoft http://www.altavista.com/";>Altavista http://php.net/";>Php.net -- PHP Windows Mailing List (http://www.php.net

[PHP-WIN] This crazy code works, but is this the correct and elegant way on 4.21 ?

2002-06-24 Thread Saci
None http://www.microsoft.com/";>Microsoft http://www.altavista.com/";>Altavista http://php.net/";>Php.net -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-windows Digest 24 Jun 2002 07:28:26 -0000 Issue 1208

2002-06-24 Thread php-windows-digest-help
php-windows Digest 24 Jun 2002 07:28:26 - Issue 1208 Topics (messages 14353 through 14360): Installing PHP for Apache on Windows XP 14353 by: Dave 14359 by: Steve Parrish MIME type for an .exe file? 14354 by: Mikey 14355 by: Mark Filipak 14356 by: Mi

[PHP-WIN] Get/Post and Security Issues

2002-06-24 Thread Brian Graham
Apache 1.3.26 PHP 4.2.1 When I enter username and password information onto a page, it uses Get and puts the session ID along with the username and the password into the URL, despite my saying "method=post" in the form attributes. This seems like it would be a common problem, but my research isn