Hi!
system(), exec(), popen() and similar has been disabled in the system I'm
working on, if that's what you're talking about. :(
I can't read the temp file because it's created in PHP's UID which is not
the same as the script's. I also tried the FTP approach, but apparently the
files written wit
This is not PHP problems but it's a programming problems.
Just paste your code here and remove the original one on you site.
Many people here will help.
--
-Tuna-
""Marthe Kristiansen"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hey you guys!
>
> I'm a
SOLVED!
Setting TMPDIR="site-specific-upload-directory" at execution time of the PHP
parser, made it work. The directory must have a+rwx though!
--
--
Intent A/S
Tais M. Hansen
Web Developer
""[Intent A/S] Tais M. Hansen"" <[EMAIL PROTECTED]> wrote in message
9abu1j$99q$[EMAIL PROTECTED]">ne
Hello,
I am trying to validate the email address in my PHP program using the ereg
function. I have different combinations of regular expressions to get the
chunks of the email substring before and after the @ symbol and the dot (.)
character. However, this does not seem to work.
Can anyone sugge
i've only been using the php image functions for about a week now. i
understand that jpegs have their own custom color pallette. so whenever i
want to add something to an existing jpeg, the only colors i have to work
with are the ones that are already defined. hence the purpose of
imagecolorclo
Try register globals off, see if it helps.
(You need to use $HTTP_SESSION_VARS)
I always set track vars to on (It's always on from 4.0.3(?), if I remember
correctly), register globals OFF.
It works fine. (I use custom session handling functions, though)
FYI: It seems there is race condition prob
I have a number of php4/mysql sites running from various NT boxes. I have
the opportunity to move a lot of stuff across from one of the NT boxes onto
a new Cobalt RaQ XTR. This job will have to be done in a hurry. If anyone
can prewarn me of any problems, or better still, tell me it will all run
l
On Tue, 3 Apr 2001 02:05, Marcelo Pereira wrote:
> > Hi all [again],
>
> I'm becoming crazy installing PHP3 on my system I had already been
> using PHP but with no postgresql support, now I need it and I done:
>
> get php3-3.0.18.tar.gz
> untared it
> ./configure --with-pgsql
> ./make
> ./ma
On Tue, Apr 03, 2001 at 05:34:05PM +0900, Yasuo Ohgaki wrote:
> Try register globals off, see if it helps.
> (You need to use $HTTP_SESSION_VARS)
ok. will do that. Does $HTTP_SESSION_VARS always work? (even with
register_globals being on?)
> FYI: It seems there is race condition problem in curr
I forgot to mention that I haven't tested session module behavior when script
execution is timed out. So it may/ may not be the cause. I set
max_execution_time = 300 for file uploading, so I never worried about time out.
Does anyone know what happens to session vars in this case?
Regards,
--
Yas
On Monday 02 April 2001 18:37, you wrote:
> Thank You Steve!
> Here is my php
>
> $fillista = "fillista.xml";
> $fp = @fopen($fillista,r);
> $count = fgets($fp,filesize($fillista));
use fread ()
--
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)
"Never doubt that a small g
On Tuesday 03 April 2001 01:42, you wrote:
> Hello
>
> In PHP there is an instruction : nl2br .
> Does anybody know if there is something similar in Perl???
Well, you'd think Perl experts would know this a bit better that PHP
experts, hm?
--
Christian Reiniger
LGDC Webmaster (http://sunsite.dk
Hi,
I need to retrieve some information from a database, asociated with the user
session so I could query this information whenever I want through the user
session. I am searching for something similar to ASPs global variables if
there is anything equivalent with PHP.
Thanks
--
PHP General M
On Tuesday 03 April 2001 08:22, you wrote:
> hi, i'm in the body of a html page, and I'd like to
> redirect to a new URL in an if() statement.
>
> I *could* re-write the whole page so that the test
> is in the head, and use meta tags to refresh, but
> i'd rather not... the code will be heaps clean
Hello Everyone
I have a php 4.0.4 installed on my windows-98 machine and apache
with the server.
I had a problem with the imap_open() function . Later I discovered that
I have to have the php_imap4r2.dll . But i dont have this file there.Can
anyone tell me where can i get this file !
Jon wrote:
>
> Hi,
>
> I need to retrieve some information from a database, asociated with the user
> session so I could query this information whenever I want through the user
> session. I am searching for something similar to ASPs global variables if
> there is anything equivalent with PHP.
>
I'm using PHP to send emails. The problem I have is that when the emails
reach a certain length, the emails are sent with the email contents as an
attachment, not as part of the body.
I've looked thru all the mailing lists, but I can't find a reference to a
similar problem. Has anyone come across
sniper Tue Apr 3 03:51:16 2001 EDT
Modified files:
/php4/ext/standard filestat.c
Log:
SCO (and maybe others) do not have this defined.
Index: php4/ext/standard/filestat.c
diff -u php4/ext/standard/filestat.c:1.56 php4/ext/standard/filestat.c:1.57
--- php4/ex
> On Tuesday 03 April 2001 01:42, you wrote:
> > Hello
> >
> > In PHP there is an instruction : nl2br .
> > Does anybody know if there is something similar in Perl???
>
> Well, you'd think Perl experts would know this a bit better that PHP
> experts, hm?
$string =~ s/\n/\n/g
-James
--
James
php-general Digest 3 Apr 2001 10:12:44 - Issue 605
Topics (messages 46688 through 46793):
Re: HTTP Upload Problem
46688 by: Phillip Bow
46689 by: Yev
46691 by: Yev
Re: Porting ASP code to PHP
46690 by: Lindsay Adams
46712 by: Michael Stearne
Moderat
i have a file with something like this which I include at the top of every
page ...
Tim Ward
Senior Systems Engineer
Please refer to the following disclaimer in respect of this message:
http://www.stivesdirect.com/e-mail-disclaimer.html
> -Original Message-
> From: We
http://freetype.sourceforge.net/old_index.html
Freetype is a freeware font engine. It works great for adding ttf to graphic
images generated on the fly and such. Do you absolutely have to have ttf to
create graphic images? No...but it sure makes things a lot prettier to look
at. I think you will
What's the problem with connect to the informix database ?
When I write this line for connect do the informix
$connect = ifx_connect("inv","roman","romanpwd");
i don't connect and i have these result :
Warning: ifx_connect : E [SQLSTATE=IX 001 SQLCODE=-1829] in
e:\programovanie\
Marthe,
How was the script executed and under what user privileges? Was it executed
by a client from a browser or was it executed directly from the command
line?
PHP is a server-side scripting language (that can also be configured to
execute as a standalone language). Your clients should not be
Hi,
this is the regular expression from a PHP book.
ereg("^[_a-zA-Z0-9-]+(\.[_a-zA-Z0-9-]+)*@([a-zA-Z0-9-]+\.)+([a-zA-z]{2,3})$,
$formfield");
looks horrible but works.
"Sharat Hegde" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
30402B4CB8C7D311A3C600C04F1513BC3BDAE4@bg2ipmail">news:30402B4CB8C7D
try readfile()
Daniel BI
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
Christian Reiniger wrote:
> (1) Open a telepatic connection to the users browser and appeal to its
> sense of duty to go to the new page
that sounds about as reliable as javascript :P
> (2) Rewrite the thing
looks like that'll be the case
> (3) Use output buffering
huh? appreciate mroe on
I thought there was something in the manual that it didn't work on IIS.
I had the same problem, and had to give up. There was definitely someone
else on the mailing list who mentioned this months ago.
Christian Dechery wrote:
> Why does system() - or any of its cousins, I've tried them all: e
I want to upgrade to 4.04pl1 PHP, I just downloaded the source from their
website. One problem I have had in the past, is when I recompile PHP with
different support options the phpinfo() still displays the old information.
Could anyone help me to find out where phpinfo() is pulling it's informati
Johannes Janson wrote:
>
> Hi,
>
> this is the regular expression from a PHP book.
>
> ereg("^[_a-zA-Z0-9-]+(\.[_a-zA-Z0-9-]+)*@([a-zA-Z0-9-]+\.)+([a-zA-z]{2,3})$,
> $formfield");
> looks horrible but works.
>
Besides the RE you might wanna take a look at these functions:
http://www.php.net
> -Original Message-
> From: Yasuo Ohgaki [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 02, 2001 8:00 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] Why does it work this way?
>
>
> I guess PHP is doing this
>
> $str = "a";
> $str++;
>
> as
>
> $str = "a";
> $str = $str + $str; //
> -Original Message-
> From: Roman [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 03, 2001 6:58 AM
> To: Php-General
> Subject: [PHP] Informix a PHP
>
>
> What's the problem with connect to the informix database ?
>
> When I write this line for connect do the informix
>
>
Hi there,
any hints on how to install two versions of PHP
on one linux machine? Is it possible?
I want to have a 'normal' installation
working together with apache
and a 'command-line' version
for running cron jobs (#!/usr/local/bin/php ...).
bye Matthias
Matthias Krehl
[EMAIL PROTECTED]
Hi all,
Has anyone had any experience in using the QSI payments software with
PHP4?
Mark
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTE
Yes
> Hi all,
>
> Has anyone had any experience in using the QSI payments software with
> PHP4?
>
> Mark
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-
I use a login script with the header() function and $PHP_AUTH_USER etc.
the problem is once i've logged in once ,i refresh the page i stay logged
in.
i want to do testing with different privileges so i want to be asked for a
username
and password each time i've refreshed the page.I thought
unset($
Hello,
Would someone please offer some specific suggestions for the following?:
1. I have several static web pages ready to be published on the
internet.
2. We have chosed PHP, MySQL and Apache as part of our development
system.
3. I would like to incorporate a PHP script into each static w
When I go from using mysql_insert_id() with the module to using it with
PHP as CGI it fails because I always provide a link identifier as the
argument.
When I remove the link identifier it works again.
But that seems risky to me. If I have concurrent users couldn't one
user finish a query, anot
Hi,
Could someone explain what the following passage in php.ini means:
You should do your best to write your scripts so that they do not require
; register_globals to be on; Using form variables as globals can easily
lead
; to possible security problems, if the code is not very well thought of
Hi
I have the following code
/*number of times to run*/
$NumCases = $HTTP_POST_VARS['txtNumCases'];
/*execute the sql*/
$sqlLargeRequest = sqlexecute($LargeRequest);
for ($val = 0; $val < $NumCases; ++$val){
if ($val < $NumCases) {
$details = sqlFetchObject( $sqlLargeRequest );
$AccNo = $d
Just compile it twice. Once using --with-apxs and once without.
-Rasmus
On Tue, 3 Apr 2001, Matthias Krehl wrote:
> Hi there,
>
> any hints on how to install two versions of PHP
> on one linux machine? Is it possible?
>
> I want to have a 'normal' installation
> working together with apache
>
> When I go from using mysql_insert_id() with the module to using it with
> PHP as CGI it fails because I always provide a link identifier as the
> argument.
>
> When I remove the link identifier it works again.
>
> But that seems risky to me. If I have concurrent users couldn't one
> user finish
You can't unset $PHP_AUTH_USER. Well, you can, but your browser sends it
on each connection and it gets re-established. There is no way to
effectively log out using http authentication unless you change the realm
or otherwise force a 403 again.
-Rasmus
On Tue, 3 Apr 2001, Adrian Murphy wrote:
> 1. I have several static web pages ready to be published on the
> internet.
Great
> 2. We have chosed PHP, MySQL and Apache as part of our development
> system.
Ok
> 3. I would like to incorporate a PHP script into each static web page
> that queries a MySQL database. This script will de
> Could someone explain what the following passage in php.ini means:
>
> You should do your best to write your scripts so that they do not require
> ; register_globals to be on; Using form variables as globals can easily
> lead
> ; to possible security problems, if the code is not very well thou
"Phil Driscoll" <[EMAIL PROTECTED]> wrote:
> I have a number of php4/mysql sites running from various NT boxes. I have
> the opportunity to move a lot of stuff across from one of the NT boxes
onto
> a new Cobalt RaQ XTR. This job will have to be done in a hurry. If anyone
> can prewarn me of any p
hi [[EMAIL PROTECTED]] wrote:
> Hi,
>
> Could someone explain what the following passage in php.ini means:
>
> You should do your best to write your scripts so that they do not require
> ; register_globals to be on; Using form variables as globals can easily
> lead
> ; to possible security pro
"Walgamotte, David" <[EMAIL PROTECTED]> wrote:
> I want to upgrade to 4.04pl1 PHP, I just downloaded the source from their
> website. One problem I have had in the past, is when I recompile PHP with
> different support options the phpinfo() still displays the old
information.
> Could anyone help m
Have a look at the imlib2 extension. It doesn't have the 8-bit colour
limit GD does. See http://mmcc.cx/php_imlib/
-Rasmus
On Tue, 3 Apr 2001, J.R. Lillard wrote:
> i've only been using the php image functions for about a week now. i
> understand that jpegs have their own custom color pallet
"Renze Munnik" <[EMAIL PROTECTED]> wrote:
> Besides the RE you might wanna take a look at these functions:
>
> http://www.php.net/manual/en/function.getmxrr.php
> and
> http://www.php.net/manual/en/function.checkdnsrr.php
>
> Using (one of) those you can check the email-address better. I.e.
> the
Yep Steve is a smart man. The solutions I gave are good but can
ruin your own performance totaly without it being your mistake. The
bad performance of a different server (which you probably don't even
know!) can ruin the speed of your site. Depending on the importance
of the check you'll have
Hello,
I am looking for the path to my php so I can put it on the top of my php
script. Like this: #!/path/to/php
All I can find that looks like this is libphp4.so Does anyone know where to
look for the binary?
Thanks
Brandon
--
PHP General Mailing List (http://www.php.net/)
To uns
Not really sure what you need suggestions on. There are tons
of examples for querying MySQL databases from PHP out
there around the net, not to mention the php.net mysql
area itself.
Scott Novinger wrote:
> Hello,
>
> Would someone please offer some specific suggestions for the following?:
>
Brandon Orther wrote:
>
> Hello,
>
> I am looking for the path to my php so I can put it on the top of my php
> script. Like this: #!/path/to/php
>
> All I can find that looks like this is libphp4.so Does anyone know where to
> look for the binary?
>
> Thanks
> Brandon
>
> --
> PHP
Hi all,
i need to use an array in a session variable.
On a page i fill the Sessionvar :
$HTTP_SESSION_VARS["xy"] []=$whatever
(The var is registered with session_register("xy"))
I mean that the entry would made at the end of the array, is it not so?
But evrey time i proove the entries wi
Or alternatively use the xml object to send an xml (flash 5) document to php
which then waits for an xml response.
Cheers
> -Original Message-
> From: Lindsay Adams [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 02, 2001 10:00 PM
> To: PHP
> Subject: Re: [PHP] FLASH AND PHP
>
>
> If yo
Hello,
It is installed as a module, Is there a way I can keep it installed as a
module but install it so I can use it to shell script also?
Thanks Ahead Of Time
Brandon
-Original Message-
From: Renze Munnik [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 03, 2001 8:32 AM
To: [EMAIL PRO
On 3 Apr 2001 06:26:47 -0700, Justin French <[EMAIL PROTECTED]> wrote:
>> (3) Use output buffering
>
>huh? appreciate mroe on this...
put ob_start() at the top of your page and ob_end_flush() at the bottom. PHP
will store all of the output instead of sending it to the browser. If you put a
heade
Hi
I have created my database in mysql in linux, but i nedd my aplication,
including the database in windows, I tryied to copy, but i had problems with
the database...
all the tables are copie.. i could see the tables, but i cant make selects,
inserts
what could i do to copy well the datab
Under linux you can use lynx to run php scripts under the shell.
e.g.
Assuming lynx is setup correctly
lynx -source
your.server.com/devel/newtrlkit/test.php?param=whatever>test.txt
-Stewart
-Original Message-
From: Brandon Orther [mailto:[EMAIL PROTECTED]]
Sent: 03 April 2001 17:02
To:
Yes, download the source and compile it.
Do not turn on the module options in ./configure.
I was able to compile my own standalone cgi version of PHP on my ISP without
issue.
If you download it, unpack it
Do
./configure
Make
And look in the bin directory of the source directory for your cgi v
I didn't read carefully yours and original post. Sorry.
Anyway,
warn_plus_overloading=On ; warn if the + operator is used with strings
does not raise warnings on my PHP4.0.4pl1 for some reason.
I think incrementing strings should results in 1 if type juggling works as
documented.
--
According to the headers in your email, you are using Outlook Express.
I think it is a microsoft issue. Because when I write a long email in OE,
and send it to myself, I get it as an attachment.
If I write it in Eudora, and pick up my mail with Eudora, it comes as one
message, no attachment, but
Hello everyone-
Here at work I'm hearing this new buzz word about SOAP and people are asking
me if PHP can work with SOAP. Well first of all if any of you know the
answer to this please let me know because I am clueless.
Thanks,
Jay
--
PHP General Mailing List (http://www.php.net/)
To unsubscri
Hi
Thanks to Sebastian Bergmann's recent wordfile, I got turned on the
the potential of the function list in UltraEdit.
Here are some PHP regexes which UltraEditers may find useful. If you use
all three, your function list will list all the constants, class vars
and functions in the script like
:)
yes,
just
./configure (don't use --with-apache or --with-apxs) [other options]
make
cp php /usr/local/bin (or whatever)
regards,
Nuno Silva
Brandon Orther wrote:
> Hello,
>
> It is installed as a module, Is there a way I can keep it installed as a
> module but install it so I can use it
Sorry folks -
I included the wrong version of the regexes in my last post! (Well -
it's been a long day...
Here is the debugged version - should work better I hope...
/Function String = "%[ ^t;]++CREATE[ ]+[a-zA-Z0-9_]+[ ]+^([0-9a-z_]+^)*"
/Function String = "%[ ^t;]++function[ ]+^(*^)(*"
/Fun
SOAP stands for Simple Object Access Protocol.
It's the XML version of RPC/RMI. It's actually a specification that
describes how interfaces from different systems can communicate with each
other. It's called an IDL (Interface Definition Language).
This is going to be big because it is a very larg
I had that same warning the other day
and the problem was a slight syntax
error in my query statement.
Jerry Lake- [EMAIL PROTECTED]
Web Designer
Europa Communications - http://www.europa.com
Pacifier Online - http://www.pacifier.com
-Original Message-
From: WK [mailto:[
When I type: make it does nothing??? What am I supposed to be typing?
-Original Message-
From: Nuno Silva [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 03, 2001 9:19 AM
To: Brandon Orther
Cc: PHP User Group
Subject: Re: [PHP] Shell Programming with PHP, but where is the PHP?
:)
yes,
>
>This is going to be big because it is a very large part of the new Microsoft
>.NET strategy. In essence it will enable everyone and everything to talk
>together without worrying about hardware, software or OS's incompatibilities
>(well, that's the theory, anyway). Of course, I'm sure that MS w
I'm having a problem with file upload.
I have "" in the HTML file. The
action of the form is "upload.php",
and in the upload.php3 I have this line "
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
T
Geoff Caplan wrote:
> Sebastian - if you like them, you might want to add them to your
> "Open Source" wordfile...
I'll have a look at your stuff tomorrow. The current wordfile.txt in
the CVS is buggy somehow and I'm going to sort out some of those bugs
tomorrow.
--
sebastian bergmann
Java rocks. Personally I'm not a fan of MS. However, I saw a sneak preview
of .NET in action last July and was astonished by the possible potential for
this. There are many aspects of .NET, SOAP being just one of them. I saw
code being written in a single GUI development environment where VB calle
Hi,
Is there a way to set the compression level for the automatic compression
output buffering with ob_gzhandler? Both gzcompress() and gzdeflate() have
an optional compression level. We would like to use the highest setting by
default.
Sincerely,
Steven Roussey
Network54.com
http://network54.
This is a question that is better directed to the mysql mailing list, not
php. It is also self evident in the manual. But, here is the short answer.
Standard mysql tables are in ISAM format (pre 3.23 versions of mysql) which
is not directly portable between machines. MyISAM tables are.
On linux,
What happens when you type ./configure?
If the answer is nothing, or it ends with an error, then your ISP does not
provide you with dev tools. And you are sort of out of luck.
If you can find out for certain, what platform your isp is running, you may
be able to install a binary. But a wouldn't
I have this
...
or
...
or
...
or
...
I want to strip the all that out of my text. I havent a clue about regex, I wish I
did. could I get some insight, even a site to learn a little more. ? thanks
--
Chris Lee
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsu
Yes, maybe, but it means that your old stuff in ASP has to be modified.
It's cool, but it's a path of no return, just like any ms stuff, be careful...
py
Some links:
http://xml.apache.org/soap/
http://sourceforge.net/projects/soapphpclient/
At 06:32 PM 4/3/01 +0100, you wrote:
>Java rocks. Per
Hey all,
I'm trying to mangle email addresses to pass to an email sending form and
want to use a custom hashing function within an eregi_replace.
Example:
$text = eregi_replace("[my big email regex]", "send.php?addr=" .
hash_func("\\1@\\2.\\3"), $text);
I can't seem to get this to work... it i
On Tuesday 03 April 2001 14:39, you wrote:
> Christian Reiniger wrote:
> > (1) Open a telepatic connection to the users browser and appeal to
> > its sense of duty to go to the new page
>
> that sounds about as reliable as javascript :P
>
> > (2) Rewrite the thing
>
> looks like that'll be the cas
On 4/3/01 11:06 AM, "Dan Wilson" <[EMAIL PROTECTED]> wrote:
> Hey all,
>
> I'm trying to mangle email addresses to pass to an email sending form and
> want to use a custom hashing function within an eregi_replace.
>
> Example:
>
> $text = eregi_replace("[my big email regex]", "send.php?addr="
On Tuesday 03 April 2001 17:57, you wrote:
> I have this
>
> ...
> or
> ...
> or
> ...
> or
> ...
>
> I want to strip the all that out of my text. I havent a clue about
> regex, I wish I did. could I get some insight, even a site to learn a
> little more. ? thanks
use strip_tags()
--
Christian
On Tuesday 03 April 2001 19:34, you wrote:
> Hi,
>
> Is there a way to set the compression level for the automatic
> compression output buffering with ob_gzhandler? Both gzcompress() and
> gzdeflate() have an optional compression level. We would like to use
> the highest setting by default.
Don'
On Tuesday 03 April 2001 20:06, you wrote:
> Hey all,
>
> I'm trying to mangle email addresses to pass to an email sending form
> and want to use a custom hashing function within an eregi_replace.
>
> Example:
>
> $text = eregi_replace("[my big email regex]", "send.php?addr=" .
> hash_func("\\1@\\
> On 4/3/01 11:06 AM, "Dan Wilson" <[EMAIL PROTECTED]> wrote:
>
>> Hey all,
>>
>> I'm trying to mangle email addresses to pass to an email sending form and
>> want to use a custom hashing function within an eregi_replace.
>>
>> Example:
>>
>> $text = eregi_replace("[my big email regex]", "sen
Hi Jason,
Metabase is a library that tries to hide 99% of the differences between all
databases. In that sense
it is a thick abstraction layer.
The other school of thought is to provide a thin layer that doesn't do very
much so that it runs fast.
I am the author of another database abstraction l
In the previous version we had (4.0.3), the following
worked:
echo date( "m/d/Y h:ia" );
to display the date on the first line and the hours:minutes
am/pm on the second line.
Now, looking at the date function, it looks like the "r"
character has been added as a formatting specifier. Is there
The subject explains all.
I need to send html emails unsing php
Thanks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
echo date( "r h:ia" );
returns:
Tue, 3 Apr 2001 13:45:46 +0500 12:875903540pm
What's up with the minutes? Does anyone else get
this problem? It seems the minutes are only screwed
up with the "r" format specifier is used...
Chris
fmk Tue Apr 3 11:09:02 2001 EDT
Modified files:
/php4/ext/fbsql php_fbsql.c
Log:
Fixing crash when listing databsaes
Fixing rowcount to woirk when the result contains an array og data.
Index: php4/ext/fbsql/php_fbsql.c
diff -u php4/ext/fbsql/php_fbsq
I haven't checked date( ) in the manual, but could work?
"Boget, Chris" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> In the previous version we had (4.0.3), the following
> worked:
>
> echo date( "m/d/Y h:ia" );
>
> to display the date on the first line an
> I haven't checked date( ) in the manual, but could work?
Sometimes, I am *such* a retard...
My humble apologies for my previous post.
Chris
"Steve Werby" <[EMAIL PROTECTED]> wrote
> Renze is correct. Unless you're checking local email addresses which you
> control, there's no way to check down to that level. And be happy there
> isn't. Otherwise the amount of spam you get right now will increase ten
> fold.
I should have said ther
rasmus Tue Apr 3 12:07:23 2001 EDT
Modified files:
/CVSROOTavail gen_acl_file.m4
Log:
Karma for Fred
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.129 CVSROOT/avail:1.130
--- CVSROOT/avail:1.129 Mon Apr 2 07:57:11 2001
+++ CVSROOT/avail Tue Apr
I've got a script that returns a smil file in a header but I'd like to
change the name of the file. The file is sent as blah.php (even though it is
a smil file) but I'd like to be able to name it something like blah.sml. Is
there a way to do this?
Spunk
--
PHP General Mailing List (http://www.
EXPLAIN !!
I am not an XML expert
Please explain. I have only now begun to read up on XML
""Richard Kirk"" <[EMAIL PROTECTED]> wrote in message
000d01c0bc55$6db38ee0$720a@proj00014">news:000d01c0bc55$6db38ee0$720a@proj00014...
> Or alternatively use the xml object to send an xml
Hello,
How do I alphabetize the out put of my data base?
The field would be LastName
Brandon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTEC
> How do I alphabetize the out put of my data base?
> The field would be LastName
"SELECT * FROM MyTable ORDER BY LastName"
Then loop through the result set.
Chris
On 4/3/01 12:34 PM, "Spunk S. Spunk III" <[EMAIL PROTECTED]> wrote:
> I've got a script that returns a smil file in a header but I'd like to
> change the name of the file. The file is sent as blah.php (even though it is
> a smil file) but I'd like to be able to name it something like blah.sml. Is
1 - 100 of 228 matches
Mail list logo