Hi,
I have a little problem with a function. It calls him self and the var i is
lost! after the call!
can anybody help me?
(it's javascript)
function change_check_all(tree_item) {
a = document.all[tree_item + "_check"];
b = document.all[tree_item + "_count"];
for(i=0;ihttp://www.p
the right direction to get it fixed?
Thanks in advance!
Alex
--
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]
Another option under same condition is:
'SELECT MAX(ID) AS LASTID FROM MY_TABLE'
Alex Chau
Niklas Lampén wrote:
>If you have ID that is a incrementing number, you could just query like
>this:
>'SELECT ID FROM MY_TABLE ORDER BY ID DESC, LIMIT 1'
>
>And there
Question is, why would you want to?
php3 scripts will work fine under php4.
> -Original Message-
> From: Manu Verhaegen [mailto:[EMAIL PROTECTED]]
> Sent: January 18, 2002 2:39 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] installing php3 and php4 on the same server
>
>
> Hi,
> We have i
d to make sense.
All of you have been through it at one stage in your life or another. A
newbie seeking help. So be kind, be fair, ect ect ect. This is my first and
last post that will be off topic of the mailing list. Toodles..
Alex
--
PHP General Mailing List (http://www.php.net/)
To unsu
$i++;
}
arsort($temp);
return $temp;
}
It works fine for me, though I don't really need to select orders.pid and
products.pid since they aren't used. They are there when I was debugging but
*shrug*, I'm just too lazy to remove them right now!
Alex.
-
s angry and depressed that I wasn't getting paid enough for
what I was doing so I took the easy way out. It's the only time I ever used
eval() in PHP.
> -Original Message-
> From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
> Sent: January 20, 2002 11:22 PM
> To: Alex Do
Try this code. It assumes you are already connected to the database.
Usually, I put that script in something like database.inc and just do an
include.
pid is the picture id. I'll assume you'll have an index or something in your
database setup.
Now, type is based on the extension of the file rea
contribute something usefull *shrug*...
Alex...
--
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]
Create a function like error_handling()
in it have it do echo "We're sorry, we are currently experiencing technical
difficulties" blah blah blah and have it email you whatever mysql_error()
says.
then do:
mysql_query("SELECT whatever FROM whatever") or die(error_handling());
> -Original Me
>> I will first focus on the functional aspects, then step by step making
>> the necessary changes to make that final code compliant to the PEAR
>> coding standard.
> This makes no sense for PEAR.
>
> I propose this way:
> 1. pearize Metabase (functionNames, using PEAR_Error)
> 2. commit the stuf
> * Manuel Lemos wrote:
>> I think that the greatest point of the merger is to have one and only
>> one abstraction layer in PEAR,
>
> I think consensus was that there shouldn't be "the one and
> only XYZ" PEAR class but "more than one XYZ" PEAR class (like
> IT[X] and the PEAR rewrite of PHPLib'
'Locahost' just
don't work for PHP! However, if don't use 'localhost' but use the
system's nick name (my machine is called 'puma'), then the
mysql->connect() success!
I just have no idea how it happend. Any one out there have idea
about this please
> I'm currently writing "The PEAR Manifest", a document that clearly
> defines PEAR once and for all. I'll post the first draft on pear-dev
> here when it's done, but to answer your question, there has been talk
> about a "core" set of packages for a while. In the manifest these are
> called PFC
That error is always a missing } somewhere...
:)
Alex.
- Original Message -
From: "Ben Turner" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 28, 2002 5:55 AM
Subject: [PHP] Got a problem I cant figure out
Parse error: parse error in /
Just add this header
header ("Cache-Control: public");
Alex.
- Original Message -
From: "Lee P Reilly" <[EMAIL PROTECTED]>
To: "PHP List" <[EMAIL PROTECTED]>
Sent: Monday, January 28, 2002 11:26 PM
Subject: [PHP] browser back button - &q
Maybe a dumb question, but are you sure you have the fields id, songname and
artist in a table named rage in a database named rage?
The times I got that error was because a non-existent field or a
non-existent table.
Otherwise, everything looks ok.
Alex.
- Original Message -
From
in advance!
Alex
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hould
be check for this issue, and what could be a concern in php configuration
regarding to Yahoo account?
Thanks!
Alex
>
>
> Ricardo J. Veludo
> e-mail: [EMAIL PROTECTED]
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit:
has ever used it could you please give some comment.
Thanks!
Alex Shi
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am now trying to use php script from command line. Everything is
Ok except only one thing: it will always send out header msg. How
can stop it from sending header?
Alex Shi
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
in advance for
any answers!
Regards,
Alex
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ail:", " ",$email, "
",$date, " ", "PostID:", " ",$id ,"";
IE5:Debbie McNicol E-mail: [EMAIL PROTECTED] PostID:
180
Netscape: Debbie McNicol E-mail:&[EMAIL PROTECTED]
PostID: 180
--
Alex Francis
Cameron Design
35, Drumil
Thank you - everything alright now. I guess this is what happens when you
learn using wiziwig editors.
--
Alex Francis
Cameron Design
35, Drumillan Hill
Greenock PA16 0XD
Tel 01475 798106
[EMAIL PROTECTED]
http://www.camerondesign.co.uk
This message is sent in confidence for the addressee only
Try this:
$file = "/usr/blah/doh/yuck/wow/abigfile.html";
$file = basename($file);
It will returns abigfile.html
That´s it
Regards
Alex
At 16:04 24/4/2002 -0400, ROBERT MCPEAK wrote:
>I need code that grabs the file at the end of a file path.
>I have this:
>
>
> What is the guestimate release date for r2?
it depends on how much additional help we receive.
the data i/o pipeline is functional and nearing completion
our presentation tools are under development and I expect those to go pretty
quickly
there is some work left to do on the make system.
and
out how to do this?
Thanks in advance!
Alex
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thank you, Rasmus. I am going to try your way right away..
Alex
> Alex, the real answer is to just turn your sendmail into a SMTP
> passthrough. It is dead simple to do. Locate your sendmail.cf file.
> (Yeah, I can already hear the screams of anguish, but this file isn't
file or directory (2)
I have session support enabled, is there something else I need to do.
--
Alex Francis
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
You'r right of course, the directory didn't exist. Working alright now.
--
Alex Francis
Cameron Design
35, Drumillan Hill
Greenock PA16 0XD
Tel 01475 798106
[EMAIL PROTECTED]
http://www.camerondesign.co.uk
This message is sent in confidence for the addressee only. It may conta
Hi!
How can I send a html email with just the build-in function mail()?
Is this required to put some infomation in "header" field? Thanks
in advance!
Alex
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thanks for all of you who answered my question. But another of
my stupid question is: what is RTFM?
Alex
"Michael Geier" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> While I understand the necessity in not answering every questi
Hi!
I want to know how can a script obtain the page name where
it was linked. e.g., there's a link on page.html, and the link
points to script.php, how can script.php know the name of
page.html? Thanks in advance for all answer!
Alex
--
PHP General Mailing List (http://www.php.net
Hi,
Can somebody take a look at this bug and tell me if that is a real bug or
what i do wrong?
http://bugs.php.net/bug.php?id=17305
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
code. Do I have to do any
configuration on php so that I can use url session id but don't
need to modify my code?
Alex
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
sed directly. So, in following script,
the result of print will be "password".
If this is not the answer to your quesiton, pls clarify.
Alex
"Al" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> I hope this posting is
.
Alex
"R" <[EMAIL PROTECTED]> wrote in message
000801c203db$5ba81b20$0a6da8c0@lgwezec83s94bn">news:000801c203db$5ba81b20$0a6da8c0@lgwezec83s94bn...
> Hi Guys,
>
> I need a PHP script that will allow me to upload/download chmod files etc
> on
> a remote serve
hi all,
One of the binarycloud developers just told me to have a look at the SAP OS
database, SAPDB.
I'm going to test it tomorrow to see if it actually does what it claims, but
this _looks_ like serious OS competition to Oracle, and if it is I would
very much like to use it for my next project.
> SAP DB is just another name for AdabasD from a programmers point of view-
Ah, cool.
> http://www.php.net/manual/en/ref.odbc.php
Well, yes.
> " In addition to normal ODBC support, the Unified ODBC functions in PHP allow
> you to access several databases that have borrowed the semantics of th
thinking about which could be faster and costless for the server
processing perspective.
Regards
Alex
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
x27;t want to display
anything new on screen.
As it is, when link.php runs, it displays a blank screen. I guess I could
insert a header to reload mypage.php, but I wonder if there is a way of not
leaving mypage.php at all. Is this posible?
Thanks,
-Alex
--
PHP General Mailing List (http://w
with no
problems.. When I run a phpinfo though under the GD banner I am not told
that PNG is working (and this is borne out in tests)..
Am I being incredibly dumb :) ?
Any and all help will be much appreciated.
Alex
Alex Bloor - Xela Limited
01732 465125 - [EMAIL PROTECTED] - fax 01732 7
hi all,
Apologize if php-dev is inappropriate, but since this is a compile problem I
thought it would be relevant. I have cc:d the sapdb-general list as they
should be aware of these compile problems (and that is where I first asked
for help). I would like to construct a guide for people using SA
Hi,
How can i get the greatest key of an array??
$array[1] = "...";
$array[5] = "...";
$array[0] = "...";
$array[10] = "...";
$array[7] = "...";
$greatest_key = ??? (this must be 10 in this example)
Alex Elderson
--
PHP General Mailin
n any machine, please
get in contact with me and tell me what you did :)
-alex
> Hi Alex
>
> I think, I've found the solution.
>
> Facts:
> - libsqlod is the driver
> - libsqlrte is some lib of our runtime env
> - libsqlrte is added to the libs in the configure file
Because you are telling the parser to compare a numeric variable against
something called "foo" which (in your context) has to be numerical too.
Since "foo" has not been given any value, the parser defaults it to 0. So
foo = 0. So is true that foo=$x=0.
Alex.
- Origina
y, would having
PHP3 (the version their server is running) pose problems?
Thanks,
Alex Kirk
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Where you find it? Why not show up the link?
Actually I have been always thinking of a php studio. I think at least
following
things could be integrated into such a studio: a php IDE bundled with a web
authority tool, and port to SQL server and web server.
Alex
- Original Message
Hi Rasmus,
I could not resist...How about to be here in São Paulo. I read that you
lived in Brazil , is this true???
Regards
Alex Piaz
Webmaster
Global Map Internet Marketing
http://www.globalmap.com
"Be cool or be cas
Hi Folks,
Does any one here know how to access MS Access file in PHP? And is it
possible to do it on a platform other than Window NT/2K, such as Linux or
FreeBSD?
Alex
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
Hello,
I'm curious if there's anything in PHP
like use strict in Perl.
It would save so much of development time!
Regards, Alexei Tenitski
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact
I have a php script sending newsletter to a mailing list time by time,
but some emails are no longer exist, so I need to remove them manually.
Can php detect whether an email address is a valid one, then remove it
from the list automatically? no matter before or after the newsletter
has sent.
Perl, either SSI or CGI, we can get all the environment
variables.
How can we do the same thing in PHP?
Alex
--
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]
Can you paste Tnoy2.php script? Please make sure in Tony2.php $name
is printed but not $lname.
Alex
- Original Message -
From: "Anthony Ritter" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 07, 2001 12:01 AM
Subject: [PHP] Trying to pass a v
You can use,
header ("Location: http://www.php.net";);
and you can pass variable,
header ("Location: http://www.php.net?name1=$value&$name2=$value2";);
Hope this can helps.
Alex Shi
- Original Message -
From: "Cam" <[EMAIL PROTECTED]>
To: &l
http://phpwizard.net/projects/phpMyAdmin/ -- this is a great admin tool
through web
http://www.mysql.com/downloads/gui-mysqlgui.html -- you can find screenshot
there,
looks ugly
- Original Message -
From: "Hai Nguyen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 07
give PHP a
start date and an end date and have it return the number of days between the
dates. If the first date is more recent than the second, I need it to give
me a negative number. Can somebody please help?
Alex
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL
Absolutely you are doing in the right way:) But pls make sure that
string comparison is from left to right. For example, "16" is larger
than "15-12-01".
Alex
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, Decembe
Basically I agree with you. But the second time to get time must be done
after the page is rendered on local browser. So I suggest to use Javascript
for the second time to get time, and pass the first time value into a js
function.
Alex
- Original Message -
From: "Andrew F
nd turn. I know it is not a final solution
but this is acurate.
Hope someone else out there can give better solution.
Alex
- Original Message -
From: "Jason G." <[EMAIL PROTECTED]>
To: "Alex Shi" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Saturd
Have the page expired at once!
Alex
- Original Message -
From: "ryan adorable" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, December 09, 2001 10:07 AM
Subject: [PHP] Help!
> Hi,
>
>I created a poll program for my homepage. When i vote
Hello,
For some reason I need to test Hex value in a string variable.
Could any one here help me out how to write one or more hex
values into a string variable?
Thanks!
Alex
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands
Javascript.
- Original Message -
From: "Indera" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 12, 2001 4:01 AM
Subject: [PHP] Script like this for PHP
> Hello,
>
> I came across this FAQ and I really would like to create my FAQ like this
one. I was wondering if
>
Really? It seems perfect from my end (IE5.5/Win2K)..
> I got the same error...
>
> --- R'twick Niceorgaw <[EMAIL PROTECTED]> wrote:
> > While voting I got this error
> >
> > Warning: Cannot add header information - headers already sent by
> > (output
> > started at /home/b1642/public_html/v
he url? At least can I reduce the
lenght of the value?
Thanks for any help.
Alex.
--
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]
Hi,
What do i wrong? I get this err:
Parse error: parse error in /test/put_file.php on line 14
put_file.php begin-
put_file.php end-
include.php begin-
include.php end-
--
PHP General Mailing List (http://www.php.net/)
To u
$auth_user is set, but i
want no popup window. I want i web-page for username and password!
Can anybody help me?
Alex Elderson
--
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
as anything to do with it. Anyone has
idea what's wrong with it? Please help me out if you know
this issue. Thanks in advance!
Alex Shi
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact t
Now I set extension_dir point to correct path in php.ini, the
problem changed: it shows 500 internal server error.
- Original Message -
From: "Alex Shi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 18, 2001 5:51 PM
Subject: [PHP] PHP4
d isapi mode
but got same error. It seems like this must be a web server config
problem but I don't how to find out a clue.
Alex
- Original Message -
From: "Jim Lucas" <[EMAIL PROTECTED]>
To: "Alex Shi" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]
I have a PHP script that receives a CSV text file and inserts it into a
MySQL database.
My problem is that this CSV file is made using the OEM character set and I
need it with the ANSI character set. The closest thing I've found is the
convert_cyr_string() function, but there isn't a code specific
Hi,
I 'd like to know how can we list all the sessions concurrently
active on a web site. If anyone out there knows how to do the
trick please help. Thanks in advance!
Alex
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comman
If a sesson_id is known, how can check if the session exists?
Alex
--
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]
That's because XYZ company isn't a valid email address and sendmail fixes
the address with the name of the server. If you'd put
[EMAIL PROTECTED], you'd see that address unchanged.
Alex.
- Original Message -
From: "Peter" <[EMAIL PROTECTED]>
st an algorithm to do the
jpeg-wbmp conversion?
Thanks,
Alex.
--
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]
would be great.
Many thanks
Alex
--
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]
nsions could be loaded by now.
Thanks to everyall
Regards
Alex
--
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]
!
-Alex "Big Al" Behrens
E-mail: [EMAIL PROTECTED]
Phone: 651-482-8779
Cell: 651-329-4187
Fax: 651-482-1391
ICQ: 3969599
Owner of the 3D-Unlimited Network:
http://www.3d-unlimited.com
Send News:
[EMAIL PROTECTED]
- Original Message -
From: Chadwick, Rus
in article [EMAIL PROTECTED], Randy
Johnson at [EMAIL PROTECTED] wrote on 7/13/01 10:53 AM:
> How do I rename a file on Linux in PHP?
>
> Thanks
>
> Randy
$err = `mv moo.php foo.php`
_a
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additio
I know that someone is working on an xslt->c compiler, which you could
construct hooks in php for.
but I know of no xslt->php compiler (though that would be groovy, bigtime
groovy)
:)
_a
in article [EMAIL PROTECTED], Steven
Roussey at [EMAIL PROTECTED] wrote on 7/11/01 10:25 AM:
> Hi all,
>
that has nothing to do with php.
it's that netscape is crap at rendering large tables, whereas IE is
amazingly good. :)
-a
in article [EMAIL PROTECTED], Don at [EMAIL PROTECTED] wrote on
7/11/01 9:47 AM:
> Hi,
>
> Has anyone tries any test loading PHP pages into IE 5.x and Netscape
> 4.7x?
>
w.php.net/manual/en
header("location:wheredoyouwanttogo.php");
That's it
Regards
Alex Piaz
Webmaster
Global Map Internet Marketing
http://www.globalmap.com
"Be cool or be cast out"
--
PHP General Mailing List (http://www.php
Somebody known a good PHP editor with support of KOI8?
--
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 a
> I have a php script that runs every 30 minutes. It takes the contents of a
> directory (which is constantly being updated) and dumps them into a mysql
> database. Recently this directory has become increasingly large and the php
> script only updates a portion of it before it stops execution.
>
php.install doesn't seem to be too active, I'll try here :)
hi all,
I'm trying to configure a fresh 4.0.6 cgi, and I'm getting this message
after a clean configure process:
++
| *** ATTENTION ***
low me to upload files and install the IMAP functions?
Yep:-)
www.iserver.com
Regards
Alex Piaz
Webmaster
Global Map Internet Marketing
http://www.globalmap.com
"Be cool or be cast out"
--
PHP General Mailing Lis
Hello!
I am VERY new to php and i have a question (maybe it's pretty simple, but i
couldn't get it work):
I have a form page where i start a session. I cannot use php auth because
the server does not run php as a module. Supposing the client has cookies
disabled, please tell me how to propagate
Hi all!
Please help me with this problem:
SHORT: how can I erase the content of a page currently displayed in client's
browser? Or other solutions (see LONG)
LONG:
I have a form generated with a php script that looks like:
");
}
else {
printf("Real name:");
Hi all!
How can I "logout" from a PHP based auth (with PHP_AUTH_USER and PHP_AUTH_PW
and appropriate headers sent at the beginning)?
It seems like unset($PHP_AUTH_USER) does not wotk in this case...
Any help would be appreciated!
Alex Sofronie
[EMAIL PROTECTED]
--
PHP General Ma
No, I'm just using PHP_AUTH_USER and PHP_AUTH PW and i am trying to
logout... The session_destroy() is not working.
--
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,
r any language mistakes I did.
Regards
Alex
--
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]
Thanks a lot.
And sorry about in my subject message but at a prior post on
this list I managed to skip some responses due to the volume of this list.
Thanks again,
Alex Sofronie
[EMAIL PROTECTED]
- Original Message -
From: "Sheridan Saint-Michel" <[EMAIL P
r any language mistakes I did.
Regards
Alex
--
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]
s not
work also.
Is there a way to logout and no back button or the user just have to close
his browser in order to accomplish this?
Thanks all, Alex
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-ma
.
Can anyone tell me where can i learn more about this? Or some simple :) and
security holes free solution?
Thanks all.
Alex Sofronie
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTE
Try this:
printf("");
while($row=...fetch()) {
printf("%s%s",$string_variable1,
$string_variable2);
}
- Original Message -
From: "John Bass" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 23, 2001 6:29 PM
Subject: Re: [PHP] Need help to create HTML table with 2 co
Thanks a lot.
- Original Message -
From: "Augusto Cesar Castoldi" <[EMAIL PROTECTED]>
To: "Alex Sofronie" <[EMAIL PROTECTED]>
Sent: Monday, August 27, 2001 6:22 PM
Subject: Re: [PHP] MySQL Database backup
> Alex,
>
> i'm using the cronta
/2000) and NN4
(PC-RH Linux). But I don't think the platform or browser is guilty about
trying to open without asking first, just the applications it recognizes
(the web plugins installed), right?
- Original Message -----
From: "Alex Sofronie" <[EMAIL PROTECTED]>
To:
Hi all!
Anybody knows where i can find a complete list with headers? A list with
what i can send with the header() function? And what thy mean?
Thanks
Alex Sofronie
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
: Can't connect to local MySQL server through socket
'/var/lib/mysql/mysql.sock; (111)
What does this auth do with the rights on mysql?
Thanks.
Alex Sofronie
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comman
301 - 400 of 800 matches
Mail list logo