[PHP] HTTP authentication - de authentication

2002-08-10 Thread vic
How does one logout from such an authentication? I know that through a HTTP status code, but how exactly? Everything I tried allows the browser to view the page info after "logout" if the user hits the back button. The only way I found it works if the user closes the browser window, but I can't ma

RE: [PHP] Re: including a php file in an html doc

2002-08-12 Thread vic
You must have a space between you can also write which might be easier to follow. And you have to include ALL your php code between these tags (you may use as many pairs as you wish in your page). And don't forget to name you file .php not .htm or .html - Vic -Original Message-

RE: [PHP] exec / mkdir question

2002-08-12 Thread vic
// Create user directory /* $user-id is a variable that contains the use name from a form field, that's how I name my new directories, u can use whateve u want*/ mkdir ( "/path/to/dir/$user_id", 0755 ) or die ( "Could not create custom user directory." ); - Vic -O

RE: [PHP] Web services and PHP

2002-08-12 Thread vic
".Net"? BLASPHEMY! - Vic -Original Message- From: Aung [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 11:16 PM To: [EMAIL PROTECTED] Subject: [PHP] Web services and PHP I have some web services developed with .NET and I would like to consume these web service

RE: [PHP] count link clicks

2002-08-13 Thread vic
text imput form onece and if the user clicks on the link the form (same) will be displayed again under the first one. - Vic -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 2:49 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [

RE: [PHP] count link clicks

2002-08-13 Thread vic
I have no database, this has to be done in PHP - Vic -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 3:05 PM To: vic Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP] count link clicks > Really? That sounds more complica

RE: [PHP] count link clicks

2002-08-13 Thread vic
: 'Rasmus Lerdorf'; 'vic' Cc: [EMAIL PROTECTED] Subject: RE: [PHP] count link clicks I think I'm on the right track with: New paragraph '; // Isert form html into $data_fields variable $data_fields = '

RE: [PHP] Need a Web Host for php/mySQl

2002-08-13 Thread vic
ATER) hehe. - Vic -Original Message- From: Thomas Edison Jr. [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 4:09 PM To: [EMAIL PROTECTED] Subject: [PHP] Need a Web Host for php/mySQl Glory, I'm looking for a new Web Hosting company, to host my sites. I had been with

RE: [PHP] mysql statement (still a semi newbie)

2002-08-14 Thread vic
t have the $ those words are the cells in your database. I don't know about the DEFAULT thing or the VALUES thing. - Vic -Original Message- From: Alexander Ross [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 4:50 PM To: [EMAIL PROTECTED] Subject: [PHP] mysql statement (

RE: [PHP] Re: html parsing from html file through php

2002-08-14 Thread vic
Thanks, I will try to adapt this to my needs. - Vic -Original Message- From: JJ Harrison [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 5:44 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: html parsing from html file through php > Hello, I am making an app that read from

RE: [PHP] P.S. html parsing from html file through php

2002-08-14 Thread vic
(.*)<\/body>/i",$html_text,$matches); //$matches = implode('', $matches); //echo $matches; ?> --- - Vic -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 5:48

RE: [PHP] frames and variables

2002-08-14 Thread vic
You gotta be kidding me! - Vic -Original Message- From: Justin French [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 12:49 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] frames and variables The only way to talk to multiple frames is with javascript. yuk

RE: [PHP] so nobody knows how do get rid of everything outside or certain tags?

2002-08-15 Thread vic
"", " ", $regs[1]); echo $clean; ?> ok, I forgot to finish my message,.. now I get this error: Notice: Undefined offset: 1 in /home/victor/argilent-www/sites/malibu_place_2/index.php on line 104 Warning: Bad arguments to implode() in /home/victor/argilent-www/s

RE: [PHP] Undefined variable: PHP_SELF

2002-08-15 Thread vic
How about this: - Vic -Original Message- From: Manuel Ochoa [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 7:20 PM To: PHP General Subject: [PHP] Undefined variable: PHP_SELF I keep getting "Undefined variable: PHP_SELF" when using the following: Global

RE: [PHP] preg_match help?

2002-08-17 Thread vic
s that mean? And when i try it with your script: preg_match('/.*]+>(.*).*/',$str,$regs); $good = $regs[1]; echo $good; I get: Warning: Unknown modifier 'd' in /home/victor/argilent-www/sites/malibu_place_2/main.php on line 197 197 is the preg_match code line. - Vic --

RE: [PHP] preg_match help?

2002-08-17 Thread vic
Actually I made a mistake, I get nothing, which might mean that I am looking for the wrong thing in ereg preg match, or I don't know ,much about reg exp and that space is throwing it off I dunno.. - Vic -Original Message- From: vic [mailto:[EMAIL PROTECTED]] Sent: Sat

[PHP] php on apache on win2k

2002-09-26 Thread Vic
I used to have php 4.2.3 on iis on 200 and xp and it worked fine, but I decided o now go with apache for open source's sake and the sake of my sanity. Well right now my sanity is in question, php tells me that I have to manually config the apache conf file - no prob here done this many times; but

RE: [PHP] Re: php on apache on win2k

2002-09-28 Thread Vic
you need to download the zip file for php, this will include the missing files... "Vic" <[EMAIL PROTECTED]> wrote in message 01c265e6$c3a2b920$a3a96518@jumpy">news:01c265e6$c3a2b920$a3a96518@jumpy... > I used to have php 4.2.3 on iis on 200 and xp and it worked

RE: [PHP] ftp_problem - ... php_network_getaddresses: getaddrinfo failed: ...

2002-10-25 Thread vic
Ok, found problem, script ok, but a $_POST['...']; needed to be added to the secure script as it was taking the pass from a form. - Victor | www.argilent.com -Original Message- From: victor [mailto:victor@;argilent.com] Sent: Saturday, October 26, 2002 12:34 AM To: [EMAIL PROTECTED] Su

[PHP] ftp_problem - ... php_network_getaddresses: getaddrinfo failed: ...

2002-10-25 Thread vic
Never mind, problem NOT solved, I made an error in an earlier script and that error interrupted this one so I thought it cleared, but alas, it did not, so help still needed, if available, thanks. - Victor | www.argilent.com -Original Message- From: vic [mailto:siliconhype@;yahoo.ca

RE: [PHP] ftp_problem - ... php_network_getaddresses: getaddrinfo failed: ...

2002-10-25 Thread vic
ctor | www.argilent.com -Original Message- From: John Nichel [mailto:jnichel@;by-tor.com] Sent: Saturday, October 26, 2002 1:07 AM To: vic Cc: [EMAIL PROTECTED] Subject: Re: [PHP] ftp_problem - ... php_network_getaddresses: getaddrinfo failed: ... Can you ftp to the site from the box that the sc

RE: [PHP] ftp_problem - ... php_network_getaddresses: getaddrinfo failed: ...

2002-10-25 Thread vic
x27;); - Victor | www.argilent.com -Original Message- From: vic [mailto:siliconhype@;yahoo.ca] Sent: Saturday, October 26, 2002 1:30 AM To: 'John Nichel' Cc: [EMAIL PROTECTED] Subject: RE: [PHP] ftp_problem - ... php_network_getaddresses: getaddrinfo failed: ... Could this be the

RE: [PHP] ftp_problem - ... php_network_getaddresses: getaddrinfo failed: ...

2002-10-25 Thread vic
By: "...ll get the setup id error. And to answ..." I meant "... stupid ...". - Victor | www.argilent.com -Original Message- From: vic [mailto:siliconhype@;yahoo.ca] Sent: Saturday, October 26, 2002 1:36 AM To: 'vic'; 'John Nichel' Cc: [EMAIL P

[PHP] maintaining session information

2007-08-15 Thread Vic Agnews
is there a way we can maintain session information across two sub-domains (on two different servers though) ... kinda like how google does it? - vic

Re: [PHP] maintaining session information

2007-08-16 Thread Vic Agnews
ently does not have authentication/sessions) to be able to read that cookie and find out who the user is. I read somewhere that you could do this either by using an apache module or .htaccess files or configuring php.ini ... - Vic On 8/16/07, Chris <[EMAIL PROTECTED]> wrote: > > Vi

Re: [PHP] maintaining session information

2007-08-16 Thread Vic Agnews
Thanks again for the reply ... i will look into session_set_save_handler. I also did some research on SSO and OpenID (phpMyID) ... sounds like an interesting concept! - Vic On 8/16/07, Chris <[EMAIL PROTECTED]> wrote: > > Vic Agnews wrote: > > Thanks for the suggestions guys