[PHP] global/local var in a function

2002-01-10 Thread Alex Elderson
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

[PHP] MySQL connection problem?

2002-01-13 Thread Alex Shi
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]

Re: [PHP] Getting the last record in a mysql table

2002-01-17 Thread Alex Chau
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

RE: [PHP] installing php3 and php4 on the same server

2002-01-17 Thread Alex Dowgailenko
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

[PHP] Give people a break!

2002-01-20 Thread Alex Dowgailenko
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

RE: [PHP] Re: eval()

2002-01-20 Thread Alex Dowgailenko
$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. -

RE: [PHP] Re: eval()

2002-01-20 Thread Alex Dowgailenko
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

RE: [PHP] insert & select image in mySQL

2002-01-20 Thread Alex Dowgailenko
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

[PHP] Just something some people mind find useful

2002-01-20 Thread Alex Dowgailenko
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]

RE: [PHP] Error notification and pretty error page

2002-01-21 Thread Alex Dowgailenko
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

[PHP] Re: [binarycloud-dev] Re: [PEAR-DEV] New Metabase Aniversaryrelease

2002-01-22 Thread Alex Black
>> 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

[PHP] Re: [binarycloud-dev] Re: [PEAR-DEV] Re: [metabase-dev] RE:[PEAR-DEV] New Metabase Aniversary release

2002-01-22 Thread Alex Black
> * 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'

[PHP] PHP don't know 'localhost'

2002-01-23 Thread Alex Shi
'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

[PHP] Re: [binarycloud-dev] Re: [PEAR-DEV] Re: [metabase-dev] RE:[PEAR-DEV] New Metabase Aniversary release

2002-01-25 Thread Alex Black
> 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

Re: [PHP] Got a problem I cant figure out

2002-01-27 Thread Alex Vargas
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 /

Re: [PHP] browser back button - "Page has Expired.. " problem

2002-01-28 Thread Alex Vargas
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

Re: [PHP] mysql

2002-01-30 Thread Alex Vargas
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

[PHP] Talk with a remote script

2002-02-03 Thread Alex Shi
in advance! Alex -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mail() function not sending to Yahoo address

2002-02-03 Thread Alex Shi
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:

[PHP] Zend Studio

2002-02-04 Thread Alex Shi
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

[PHP] PHP script for command line

2002-02-05 Thread Alex Shi
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

[PHP] How to obtain the script's path?

2002-02-12 Thread Alex Shi
in advance for any answers! Regards, Alex -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] IE and Netscape

2002-02-19 Thread Alex Francis
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

[PHP] Re: IE and Netscape

2002-02-19 Thread Alex Francis
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

Re: [PHP] newbie: string manipulation

2002-04-24 Thread Alex Piaz
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: > >

[PHP] Re: [binarycloud-dev] Re: [PHP] Re: Seeking comments: Horde or BinaryCloud

2002-05-02 Thread alex black
> 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

[PHP] I want to use a mailer other than sendmail

2002-05-03 Thread Alex Shi
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

Re: [PHP] I want to use a mailer other than sendmail

2002-05-03 Thread Alex Shi
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

[PHP] Sessions

2002-05-04 Thread Alex Francis
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

Re: [PHP] Sessions

2002-05-04 Thread Alex Francis
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

[PHP] Send html email

2002-05-11 Thread Alex Shi
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

Re: [PHP] Send html email

2002-05-11 Thread Alex Shi
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

[PHP] How can obtain referer's name?

2002-05-12 Thread Alex Shi
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

[PHP] bug in php 4.2 with mysql

2002-05-24 Thread Alex Elderson
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

[PHP] How is SESSION_ID passed?

2002-05-24 Thread Alex Shi
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

[PHP] Re: Newbie Questionabout variables

2002-05-25 Thread Alex Shi
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

[PHP] Re: PHP script

2002-05-25 Thread Alex Shi
. 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

[PHP] SAP DB

2002-02-24 Thread alex black
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.

[PHP] Re: [PHP-DEV] SAP DB

2002-02-25 Thread Alex Black
> 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

[PHP] Question about send email through php script

2002-02-27 Thread Alex Piaz
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

[PHP] How to run a script leaving screen output of previous script

2002-03-03 Thread Alex Vargas
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

[PHP] PHP 4.1.2 + GD 2.0.1 please help.

2002-03-04 Thread Alex Bloor
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

[PHP] SAPDB compile problem

2002-03-10 Thread Alex Black
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

[PHP] get the greatest key of an array???

2002-03-14 Thread Alex Elderson
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

[PHP] FW: AW: agh - Compile w/php

2002-03-15 Thread Alex Black
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

Re: [PHP] Please explain...

2002-03-19 Thread Alex Vargas
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

[PHP] PHP & Dynamic XML Pages

2002-04-11 Thread Alex Kirk
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

Re: [PHP] Visual PHP Studio--comments?

2001-10-19 Thread Alex Shi
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

[PHP] Sao Paulo, Brazil

2001-10-23 Thread Alex Piaz
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

[PHP] Microsoft Access

2001-10-25 Thread Alex Shi
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

Re: [PHP]

2001-11-12 Thread Alex Tenitsky
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

[PHP] can php detect whether an email address is a valid one?

2001-11-13 Thread Alex Chau
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.

[PHP] HTTP Environment Varialbles

2001-12-06 Thread Alex Shi
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]

Re: [PHP] Trying to pass a variable through a form...

2001-12-06 Thread Alex Shi
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

Re: [PHP] Redirect Function?!!

2001-12-06 Thread Alex Shi
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

Re: [PHP] Is there a GUI for MySQL?

2001-12-06 Thread Alex Shi
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

[PHP] Finding num of days b/t two dates.

2001-12-07 Thread Alex Fritz
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

Re: [PHP] Comparing Dates

2001-12-08 Thread Alex Shi
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

Re: [PHP] How to compute time to load page...

2001-12-08 Thread Alex Shi
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

Re: [PHP] How to compute time to load page...

2001-12-08 Thread Alex Shi
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

Re: [PHP] Help!

2001-12-09 Thread Alex Shi
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

[PHP] HEX value for str variable

2001-12-12 Thread Alex Shi
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

Re: [PHP] Script like this for PHP

2001-12-12 Thread Alex Shi
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 >

Re: [PHP] Logo proposal - voting script!

2001-12-13 Thread Alex Shi
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

[PHP] Supressing PHPSESID from url

2001-12-14 Thread Alex Vargas
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]

[PHP] Parse error: parse error in/test/put_file.php on line 14???

2001-12-18 Thread Alex Elderson
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

[PHP] Can php make a authentication to Apache?

2001-12-18 Thread Alex Elderson
$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

[PHP] PHP4 on Windows98 with PWS4

2001-12-18 Thread Alex Shi
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

Re: [PHP] PHP4 on Windows98 with PWS4

2001-12-18 Thread Alex Shi
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

Re: [PHP] PHP4 on Windows98 with PWS4

2001-12-18 Thread Alex Shi
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]

[PHP] How to convert OEM to ANSI character set

2001-12-20 Thread Alex Vargas
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

[PHP] List all session currently associated with a web site

2001-12-20 Thread Alex Shi
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

[PHP] How to check if a session exists

2001-12-20 Thread Alex Shi
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]

Re: [PHP] Sendemail appends domain to mail function

2001-12-21 Thread Alex Vargas
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]>

[PHP] Jpeg to Wbmp algorithm

2001-12-22 Thread Alex Vargas
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]

[PHP] Apache latest + PHP latest + GD latest + Freetype latest + Jpeg latest

2001-04-05 Thread Alex Bloor
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]

[PHP] Trouble on PHP4.05 on W2k/IIS

2001-06-21 Thread Alex Piaz
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]

Re: [PHP] Bandwidth?

2001-07-05 Thread Alex Behrens
! -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

[PHP] Re: Rename a File?

2001-07-11 Thread Alex Black
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

[PHP] Re: XSLT compiler for PHP

2001-07-11 Thread Alex Black
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, >

[PHP] Re: Speed of loding PHP pages

2001-07-11 Thread Alex Black
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? >

Re: [PHP] question

2001-07-17 Thread Alex Piaz
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

Re: [PHP] a good PHP editor

2001-07-20 Thread Alex Tretjakov
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

Re: [PHP] execution time

2001-07-27 Thread Alex Black
> 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] ./configure problem with 4.0.6

2001-07-27 Thread Alex Black
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 ***

Re: [PHP] web hosting

2001-08-05 Thread Alex Piaz
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

[PHP] Session preserve

2001-08-14 Thread Alex Sofronie
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

[PHP] Reload - erase ------------- please help!

2001-08-17 Thread Alex Sofronie
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:");

[PHP] PHP based authentification -----------

2001-08-19 Thread Alex Sofronie
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

[PHP] Re: PHP based auth -----------------

2001-08-20 Thread Alex Sofronie
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,

[PHP] Mcrypt: just a little tip:-)

2001-08-21 Thread Alex Piaz
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]

Re: [PHP] Re: PHP based auth -----------------

2001-08-22 Thread Alex Sofronie
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

[PHP] Mcrypt: just a little tip:-)

2001-08-22 Thread Alex Piaz
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]

[PHP] PHP auth logout

2001-08-26 Thread Alex Sofronie
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

[PHP] MySQL Database backup

2001-08-26 Thread Alex Sofronie
. 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

[PHP] Re: Need help to create HTML table with 2 columns.

2001-08-26 Thread Alex Sofronie
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

Re: [PHP] MySQL Database backup

2001-08-27 Thread Alex Sofronie
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

Re: [PHP] MySQL Database backup

2001-08-27 Thread Alex Sofronie
/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:

[PHP] header()

2001-08-27 Thread Alex Sofronie
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

[PHP] PHP and MySQL auth?

2001-08-28 Thread Alex Sofronie
: 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

<    1   2   3   4   5   6   7   8   9   >