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
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
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
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
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
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 - 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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?
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
> > 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
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
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 - 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
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
38 matches
Mail list logo