Re: [PHP-WIN] Re: Checking email

2002-02-12 Thread Nikolai Jeliazkov
Here is a many patterns for email checking http://regxlib.com/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Insert image into MySQL

2002-02-12 Thread Sichta Daniel
Hi, cfg: w2k, Apache 1.3, php4.11, Mysql 3-23-40-max-nt I'm using following code to insert images (gif, jpg) into table. Everything worked fine until I switch to php4.11. Now this code is inserting only image header or something similar. BTW: pct_data is longblob !!! Thank you for any hel

[PHP-WIN] reading from an excel file..

2002-02-12 Thread Brian Feliciano
how can i read data from an excel file?? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Re: Form submit action type.

2002-02-12 Thread James Mclean
Mike, > What server side script should I use, I was visiting hotscripts and > they > don't really have anything that will work for me. http://www.php.net/mail Hotscripts should have *more* than you need... Regards, James Mclean Microsoft Free Zone - No PC was harmed during the creation of

[PHP-WIN] Re: Form submit action type.

2002-02-12 Thread Mike
What server side script should I use, I was visiting hotscripts and they don't really have anything that will work for me. "Mike" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am creating a page with a form on it. I want it so that when people click > sub

[PHP-WIN] Remote PHP files bug?

2002-02-12 Thread Thomas Davis
I have searched the bug database to the best of my ability and not been able to find any reference. Perhaps someone on the list knows of the problem and/or the solution. I wanted to ask one more time before submitting a bug report. Platform: Windows 2000/ IIS 5.0/ PHP 4.0.6 CGI Issue: If I store

php-windows Digest 12 Feb 2002 22:58:04 -0000 Issue 998

2002-02-12 Thread php-windows-digest-help
php-windows Digest 12 Feb 2002 22:58:04 - Issue 998 Topics (messages 12013 through 12041): Re: im so stupid 12013 by: George Pitcher 12014 by: chris 12016 by: George Pitcher 12025 by: Nicole Amashta 12026 by: Nicole Amashta 12027 by: Afan Pasa

[PHP-WIN] PHP, iPlanet Server and Win200 Server

2002-02-12 Thread Stuart Hart
Hi, I have installed the above mentioned config. But I have problem when serving .phtml pages, but not .php. .phtml gets a "not found" error. Looking in the error log I get: [12/Feb/2002:16:23:18] failure ( 2564): for host xxx.xxx.xxx.xxx trying to GET /hello.phtml, shellcgi-send reports: can't

RE: [PHP-WIN] Re: Searching MS Word Docs

2002-02-12 Thread Svensson, B.A.T. (HKG)
Don't turst that. Word can saw back up information in the (very same) document to. -Original Message- From: Ross Fleming To: Todd Williamsen; 'alain' Cc: [EMAIL PROTECTED] Sent: 11-2-02 18:30 Subject: RE: [PHP-WIN] Re: Searching MS Word Docs Erm... why are you here then?.. [EMAIL PROTE

[PHP-WIN] Re: IIS equivalent to Apache's .htaccess files

2002-02-12 Thread Todd Williamsen
Well, I don't know why your project team leader states it has to be NTLM.. But, since I am a network Admin, I would check both to use Basic authentication AND NTLM, for those not using IE. Just check it when the Prject Leader isn't looking... hehe!!! "Manuel Lemos" <[EMAIL PROTECTED]> wrote in

[PHP-WIN] Re: block and

2002-02-12 Thread Todd Williamsen
that would be a windows 2000 issue, not php. You would need to script something in Windows to disable after X amount of minutes. There is a policy editor in Windows 2k which may or may not allow you to time bomb a machine(not literally) "Baloo :0)" <[EMAIL PROTECTED]> wrote in message [EMAIL PRO

[PHP-WIN] Re: fsockopen via MS-Proxy authentification

2002-02-12 Thread Todd Williamsen
You are attempting to access the web port directly, is that the actual port of the proxy server? Try using the proxy server port # "Kriegers Horst" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi all, > > I wish to fetch an internet web page. > Oour intern

[PHP-WIN] Re: Checking email

2002-02-12 Thread Todd Williamsen
Here is a script that actually connects to their mail server to see if its valid Your E-mail Address is required."); } // If the format of the e-mail address is incorrect elseif ($form_errors["Email_badformat"]) { echo("Please enter a valid e-mail address."); } // If the mail server

[PHP-WIN] apache+XP+PHP page cannot be displayed

2002-02-12 Thread MisterX
I am running the latest versions of apache with php as a module in windows xp. The problem I am running into is that when a php generated page gets above a certain size/certain amount of include, it will return a Page Cannot Be Displayed error if accessed from a non-local browser. Locally it wil

[PHP-WIN] XML issues

2002-02-12 Thread Eric Tonicello
Hi ! I'm writing some code, and I have questions : #1 : it is possible to use xslt_process($xml, $xsl,$result) with a string $xml comtaining XML instead of pointing to an .xml file ? #2 : I have to copy a XML node from a XML file to another (both on server) and then transform it with XSLT and p

[PHP-WIN] Password Protecting a directory

2002-02-12 Thread Todd Williamsen
I have a variables.php file tha sets the username and password for the directory, and it seems like its not executing. the directory is recruiter/Admin and the file is put in there function error ($error_message) { echo $error_message.""; exit; } if ( (!isset($PHP_AUTH_USER)) || ! (($PHP_AUTH

Re: [PHP-WIN] im so stupid

2002-02-12 Thread Afan Pasalic
Thanks guys, I didn't know that... One more happy day... Afan - Original Message - From: Mike Flynn To: Nicole Amashta ; [EMAIL PROTECTED] ; [EMAIL PROTECTED] Sent: Tuesday, February 12, 2002 11:03 AM Subject: Re: [PHP-WIN] im so stupid At 10:43 AM 2/12/2002 -0500, N

Re: [PHP-WIN] im so stupid

2002-02-12 Thread Mike Flynn
At 10:43 AM 2/12/2002 -0500, Nicole Amashta wrote: >Not in the least. That is not the same at all. You are referencing the > button. > >I am referencing a hidden field that is set with that value no matter what. Exactly. I learned this the hard way. Don't rely on the submit button at all. IE

Re: [PHP-WIN] Form submit action type.

2002-02-12 Thread Mike Flynn
At 09:45 PM 2/11/2002 -0800, Mike wrote: >I am creating a page with a form on it. I want it so that when people click >submit, I want the information from the form to be emailed to me. Is there a >way I can do this with normal JavaScripting or even plain HTML or would I >have to use something like

Re: [PHP-WIN] im so stupid

2002-02-12 Thread Nicole Amashta
Not in the least. That is not the same at all. You are referencing the button. I am referencing a hidden field that is set with that value no matter what. "Afan Pasalic" <[EMAIL PROTECTED]> wrote in message 002601c1b3dc$7a3f7280$311f49d1@VAIO">news:002601c1b3dc$7a3f7280$311f49d1@VAIO... Hm, is

Re: [PHP-WIN] im so stupid

2002-02-12 Thread Nicole Amashta
So, do not rely on BUTTONS as variables in scripts since browsers are FUNKY and button variables don't always get set as they should. Use hidden variables. If you have different buttons doing different things, such as (delete, submit, open, etc.), then make each button call a javascript to set the

Re: [PHP-WIN] im so stupid

2002-02-12 Thread Afan Pasalic
Hm, isn't that the same I said yestreday (you don't need set value for action): Afan - Original Message - From: Nicole Amashta To: [EMAIL PROTECTED] Sent: Tuesday, February 12, 2002 10:34 AM Subject: Re: [PHP-WIN] im so stupid AHA! That is it, and I've encountere this

Re: [PHP-WIN] im so stupid

2002-02-12 Thread Nicole Amashta
AHA! That is it, and I've encountere this before. OK, actually $submit should be set. But do this instead: add a hidden tag to the form as such: = Fornavn: Etternavn: = Then, in your php script, do this: if ( $action == "submit" ) { ## do the

Re: [PHP-WIN] im so stupid

2002-02-12 Thread Nicole Amashta
Chris, Did you fix your error_reporting level in your php.ini as I suggested? Nicole Amashta www.aeontrek.com "Chris" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Well. this is what shows up... > > bruker: > passord: > PHP Warning: Undefined variable: br

Re: [PHP-WIN] Re: Searching MS Word Docs

2002-02-12 Thread Nicole Amashta
You know, I think it may be better to do the word document over HTML document. HTML docs will have all the tags. A search may accidentally go against the HTML tag as opposed to a word in the actual resume. If you can get the .docs working as I'd suggested, then you should be on a roll and everyon

[PHP-WIN] Re: Uploading scripts to web

2002-02-12 Thread Nicole Amashta
I am not even familiar with php mysql admin thing. I've just heard of it. I think I've used it once (not sure if it was that one or some other). But it lets view the database and tables. You can modify tables, add tables, delete tables, maybe even view data in the tables. sorry i can't be of too

[PHP-WIN] Re: PHP and MSDE 2000

2002-02-12 Thread Gunnar Peipman
Thanks. That made it work! With best regards, G.Peipman "Christoph Grottolo" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > Hi > > ntwdblib.dll has to be in the system path (usually it resides in > %windir%\system32) > > Christoph > > "Gunnar Peipman" <[EMAIL PROTECTED]> schrie

[PHP-WIN] Configuration

2002-02-12 Thread chris
In an earlier thread i asked about why i couldnt send data from a HTML form to a PHP script. The data just didnt go through... now i was told that this is a configuration problem... How and where do i configure such a thing? -Chris -- PHP Windows Mailing List (http://www.php.net/) To unsubscr

[PHP-WIN] Fwd: php-windows Digest 12 Feb 2002 08:39:27 -0000 Issue 997

2002-02-12 Thread neil smith
Use this : $comes_from=array(HTTP_VIA , HTTP_X_COMING_FROM , HTTP_X_FORWARDED_FOR , HTTP_X_FORWARDED , HTTP_COMING_FROM , HTTP_FORWARDED_FOR , HTTP_FORWARDED); // This array *should* hold most of the possible headers identifying the remote IP address. // Credit to [EMAIL PROTECTED] for this lis

[PHP-WIN] Re: [PHP-WINDOWS] i cannot use session functions!!! why??

2002-02-12 Thread David Léonard
Hi, do you use the before sending the headers? Or what is you error message?? "Pipee" <[EMAIL PROTECTED]> wrote in message news:8fo0sv$e5e$[EMAIL PROTECTED]... > i install php4 on w2k professional,and everything's all right, but , i > cannot use session functions. i've modified session path in ph

[PHP-WIN] Exchange and calendars

2002-02-12 Thread David Léonard
Hi, I looking for a method to catch the calendars on an Exchange server. I can get the mailboxes with the IMAP, but I can't use mcal to catch the calendar on the server, can you help me please ? Thank you, David -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

[PHP-WIN] fputs() or fwrite()

2002-02-12 Thread Martin.Andrew
Is it possible to directly append a file with fputs ("string", 'a'); and place the string at a certain point in that file, eg. line number? Now it is always placing the string at the bottim of the file. Do I have to read to file first?

Re: [PHP-WIN] im so stupid

2002-02-12 Thread George Pitcher
Chris, You've narrowed down the problem to your php configuration, I guess. I pasted your form into 'http://146.176.13.99/heronweb/chris.html' and the response is fine on my server (ie my laptop). I am using PHP 4.1.1 on Win 2000Pro with Apache and I installed the isapi rather than the cgi vers

[PHP-WIN] Re: Uploading scripts to web(Another one)

2002-02-12 Thread Radovan Radic
> > use to you. > > > > Nicole Amashta > > www.aeontrek.com > > == > > Thanks for the help, > Another one: > Usually, i am gonna have tables that i get from clients(dbf or whatever, > then convert them to mysql), and then i should upload them to the web > server. > I could use phpM

Re: [PHP-WIN] im so stupid

2002-02-12 Thread chris
Well. this is what shows up... bruker: passord: PHP Warning: Undefined variable: bruker in c:\inetpub\wwwroot\testsite\registrer.php on line 2 PHP Warning: Undefined variable: passord in c:\inetpub\wwwroot\testsite\registrer.php on line 3 and this is all i have on the page : '; echo 'Etternav

Re: [PHP-WIN] im so stupid

2002-02-12 Thread George Pitcher
Chris, If you are concerned that your variables aren't being read and then processed, chek them first and forget the db side for now. On your response page, just have the following: '; echo 'Etternavn: ' . $etternavn . ''; ?> If you get your variable data being displayed as you entered it then

php-windows Digest 12 Feb 2002 08:39:27 -0000 Issue 997

2002-02-12 Thread php-windows-digest-help
php-windows Digest 12 Feb 2002 08:39:27 - Issue 997 Topics (messages 11993 through 12012): Re: Searching MS Word Docs 11993 by: alain 11994 by: Todd Williamsen 11995 by: alain 11997 by: Todd Williamsen 11998 by: alain 12001 by: Todd Williamsen

Re: [PHP-WIN] im so stupid

2002-02-12 Thread chris
Well i tried this and it only tells me that my values are undefined variables It seems like the register.php is not receiving the info from register.html??? i have checked 1000 times to make sure that the register.html has the right action and there are no "typo's" whats going on... ??? "Tod