I have a problem, I am accepting a file type input in IE6. The file that I want to
upload is shown as
C:\dir1\dir2\File.ext
Posting this page to the next one, where I try to do
$_FILES["filename"]["name"]
All I get is
File.ext
This is because of the back slashes. If I c
i need to automate a php script i'm writing. php doesn't look like it's the
best for this.
is there a way to automate a php script?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
php-windows Digest 15 May 2002 21:37:33 - Issue 1146
Topics (messages 13779 through 13802):
Sendmail.php
13779 by: Aziz Durmaz
13780 by: Aziz Durmaz
13783 by: aleksandar.skodric.com
USERS and thier managment
13781 by: Mentor Mala
php+apache+interbase
Please can anyone tell me how to cope with IE6 showing files after browsing
with http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> -Original Message-
> From: Mike Flynn [mailto:[EMAIL PROTECTED]]
> Sent: den 15 maj 2002 22:59
> To: Alan Hale; RoboTeddy; [EMAIL PROTECTED]
> Subject: Re: [PHP-WIN] Undefined variables (was php_gd.dll
> and Windows XP)
>
>
> Blah, blah, blah, for the zillionth time, 4.2 turns
> reg
Blah, blah, blah, for the zillionth time, 4.2 turns register_globals off in
the php.ini. If you want to access the variables directly, turn on
register_globals in your php.ini. Otherwise, access them via one of the
global arrays ($GLOBALS, $GET, $POST, etc).
At 09:16 PM 5/15/02 +0100, Alan H
Thanks, I'm set.
I use both MySQL and SQL Server.
-nicole
www.aeontrek.com
Scott Hurring wrote:
> If you don't want to install that god-awful MS SQL thing,
> MySQL is free, open-source, and runs on Win32 platforms
> (and is a snap to install)
>
> Just have it running as a service on whatever c
If you don't want to install that god-awful MS SQL thing,
MySQL is free, open-source, and runs on Win32 platforms
(and is a snap to install)
Just have it running as a service on whatever computer
you need to access it on... plug in the IP, name,
password, and you're good to go. I do all my devel
Currently set to report all errors.
This seems to be a problem now with variables passed in query strings or
from forms not being sent (hence undefined). Other variables OK. So I guess
again it's something to do with the server settings, but I don't know how
- Original Message -
From: "R
Check the error reporting directive in your php.ini configuration file
- Original Message -
From: "Alan Hale" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "Jeff Waldock" <[EMAIL PROTECTED]>
Sent: Wednesday, May 15, 2002 1:58 AM
Subject: Re: [PHP-WIN] php_gd.dll and Windows XP
> I think t
Hello, again. And thanks for letting me join ...
I noticed some bugs on the profile form. It doesn't show the saved
Country. And why does United States of America show up as "United"? And
why no field for state? (We have states in the US, city alone isn't enough).
Also, is it very necessary to
If you want to use a regex to parse the string:
and get back the ID portion, try doing this:
$strlink = "";
## note, you may want to double check my regex syntax. but hopefully
## you will get the idea based on the explanation found in the
## explanation of the eregi function and the 3rd par
> -Original Message-
> From: brother [mailto:[EMAIL PROTECTED]]
> $var['2'] would then be the id number (I cann't recall the
> function really
> so I hope I didn't make any mistakes now =)
$var['1'] is number two in the index, my bad.
/brother
--
PHP Windows Mailing List (http://www.
> -Original Message-
> From: R.S. Herhuth [mailto:[EMAIL PROTECTED]]
>
>
>
> There might be many occurrances of this substring in exactly the same
> format but the id's will be unique with each occurance.
>
> Can someone please show me how to extract the id's (in this case the
> 102
I have an instance where I have an article ($article) that may or may
not contain:
There might be many occurrances of this substring in exactly the same
format but the id's will be unique with each occurance.
Can someone please show me how to extract the id's (in this case the
102) of the abo
PHP contains many precompiled functions which you have to discover and then
create by hand in asp.
eg htmlspecialchars
PLUS Many more
Zac
-Messaggio originale-
Da: "Spychala, Wojciech" [mailto:[EMAIL PROTECTED]]
Inviato: mercoledi 15 maggio 2002 15.39
A: [EMAIL PROTECTED]
Ogg
Of course, those who wish to join the community are more than welcome.
-Original Message-
From: Nicole Amashta [mailto:[EMAIL PROTECTED]]
Sent: 15 May 2002 15:38
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Re: Fw: php site: comments welcomed
At first glance, I can say I like the look 'n'
PRO PHP:
1) It's free
2) It's multiplatform
3) It's at leat 60% more quick than asp
4) It's open source
5) Not come from Microsoft
6) It's "little"
7) It's C/C++ and PERL sintax like
8) It's easy to learn
9) It can connect to the most used dbms in the world
10) It's cool and you can do also pizza
is there somebody who can write few points why PHP is better than asp and
why is worse?
Thanks very much
Bitter
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
At first glance, I can say I like the look 'n' feel! :) Very clean and nice.
Good luck with it and may I join? ;)
Nicole
www.aeontrek.com
The Freelancernetwork Team wrote:
> D'oh! A link would help...
>
> www.freelancernetwork.com/index.php
>
> thanks again.
>
> - Original Message -
D'oh! A link would help...
www.freelancernetwork.com/index.php
thanks again.
- Original Message -
From: The FreelancerNetwork Team
To: [EMAIL PROTECTED]
Sent: Wednesday, May 15, 2002 3:27 PM
Subject: php site: comments welcomed
Hi,
we are currently in the process of completing
Hi,
we are currently in the process of completing a freelancer portal developed in PHP and
I'd be interested in see what some of you think.
All comments welcome, but better to mail me direct than posting to the list.
Thanks.
Andrew
check this, there's quite a long list of contributions and from each one you can get
some usefull info...
http://www.php.net/manual/en/function.mail.php
Regards,
Alex
>
>I know only $subject, $redirect, $mailto (who gets the mail),
>
>The other variables (Example: $mailbody, $sender, or $somet
Hi for all.
If I try to connect a remote database as:
ip:/path_base
it work well
but if i try to connect a local database as:
path_base
it don't work well.
My local database is in:
DOC_ROOT/path_base.
Can anyone help me?
Thanks in advance.
--
Mauricio
+55 - (041) - 219-5246
[EMAIL PROTECT
Hello all,
I have been recently asked by our company to develop or in some way
modify a script that has the LOGIN function, at the same time the
password that is entered to be transferred automatically to the support
group or in database, as that password will be the identifying "item"
for secur
I know only $subject, $redirect, $mailto (who gets the mail),
The other variables (Example: $mailbody, $sender, or $something_else) i dont
know variables name becaues of this i want to use them in the mail-body.
But how can i get them(other variables because i dont know their names)
-Origin
hi,
i want to make a sendmail.php but i know only some variables (Example: who,
redirect, subject). Others variables is changeable and i dont know its
names. How i can write other variables into mail body
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.p
php-windows Digest 15 May 2002 09:24:26 - Issue 1145
Topics (messages 13769 through 13778):
MSSQL2000 'real' data type and multiple SQL statments in one mssql_query()
13769 by: Jerome Houston
13771 by: Nicole Amashta
13772 by: Jerome Houston
skipping # sign
> This is just a request. Could some one kindly make the PHP manual more
> suitable for Newbies too. It's a bit hard to understand, particularly
> for concepts that require prior understanding of programming. If some
> one could make any suggestions on this matter I would be very grateful
> --
29 matches
Mail list logo