[PHP] Re: Passing Values

2002-04-03 Thread Maxim Maletsky
if it will help. Thanks in Advnace -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Maxim Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) www.PHPBeginner.com [EMAIL PROTECTED] -- PHP General Mailing List (http

RE: [PHP] can't get it to work

2002-04-03 Thread Maxim Maletsky
for the data comparisons and output formatting. Take some time reading the manuals and you will discover a whole new world on the RDBMS use. Sincerely, Maxim Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com -Original Message- From

RE: [PHP] Re: Any ideas on combining arrays????

2002-04-03 Thread Maxim Maletsky
That's the way! Sincerely, Maxim Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com -Original Message- From: Demitrious S. Kelly [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 8:26 PM To: 'Scott Fletcher

RE: [PHP] PHP FAQ (again)

2002-04-03 Thread Maxim Maletsky
. Though, it's been always kind of tough to accomplish, and even start. Reason: everyone is trying to purge the project in its own way... not too easy to agree. But, I'd love to follow this idea. Sincerely, Maxim Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED

RE: [PHP] auto submit

2002-04-03 Thread Maxim Maletsky
in your form you're already being collecting, even so he pressed no submit buttons yet. I made an intranet editor that had this failure-free feature similar to MS Word. Sincerely, Maxim Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com

RE: [PHP] HTML to PHP Links

2002-04-03 Thread Maxim Maletsky
yourself. Sincerely, Maxim Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) www.phpbeginner.com [EMAIL PROTECTED] -Original Message- From: G-no / |{iller [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 4:20 AM To: [EMAIL PROTECTED] Subject: [PHP] HTML

RE: [PHP] Query from POST_VARS

2002-04-03 Thread Maxim Maletsky
You can also use this mySQL syntax: INSERT INTO table SET field1='$value1', field2='$value2', ...etc Sincerely, Maxim Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com -Original Message- From: chris allen [mailto:[EMAIL

RE: [PHP] Re: some kind of library loader

2002-04-03 Thread Maxim Maletsky
Have you considered simply using require_once? Also, you can find out if a class was defined by calling 'class_exists()'. In this way you might save something. The best way thought is what Miguel was saying: load the files conditionally with a logic. Sincerely, Maxim Maletsky Founder, Chief

RE: [PHP] syntax for date math expressions

2002-04-03 Thread Maxim Maletsky
recently turned to 10m) instead of the simple timestamp(14). Sincerely, Maxim Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] syntax for date math expressions

2002-04-03 Thread Maxim Maletsky
Just insert the date: like NOW(), or whatever formatted string into the field PS: YAY! In Attack! Sincerely, Maxim Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com -Original Message- From: Erik Price [mailto:[EMAIL

RE: [PHP] syntax for date math expressions

2002-04-03 Thread Maxim Maletsky
In two words - here's your bible, Erik: http://www.mysql.org/documentation/mysql/bychapter/manual_Reference.html #Date_and_time_functions Sincerely, Maxim Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) www.phpbeginner.com [EMAIL PROTECTED] -Original Message

RE: [PHP] Javascript and PHP??

2002-04-03 Thread Maxim Maletsky
Use header to start file download: http://www.php.net/manual/en/function.header.php Sincerely, Maxim Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com -Original Message- From: Joe Keilholz [mailto:[EMAIL PROTECTED]] Sent

RE: [PHP] Re: [PEAR] PEAR

2002-04-03 Thread Maxim Maletsky
is just and extension it is possible to access it without touching any files at all. Just use it the way you would use PHPLIB: put pear folder somewhere and start including its files and call its classes and methods. Sincerely, Maxim Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP

RE: [PHP] Re: included file name

2002-04-03 Thread Maxim Maletsky
Try this: function whatFile($f) { $LOCALS['fname'] = $f; } $then in the file of yor interest do this: whatFile(__FILE__); and wherever next you will want to have that value the file name will be within $fname; Sincerely, Maxim Maletsky Founder, Chief Developer PHPBeginner.com

RE: [PHP] PHP and MS Access

2002-04-02 Thread Maxim Maletsky
? No I think a way could be by trying the ODBC functions of PHP. See www.php.net/odbc If you give us more details we might be more of a help. Sincerely, Maxim Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com If any of you

RE: [PHP] April fools day - did anyone notice Thies's fangs on rc1???

2002-04-02 Thread Maxim Maletsky
Exactly what I always though in here, Rasmus:-) Maxim Maletsky -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 02, 2002 8:12 PM To: Brian Drexler Cc: Erik Price; Frank Joerdens; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP] April

[PHP] FYI = ( Single_Concatenated_Q*2=Double_Parsed_Q*2 );

2001-10-05 Thread Maxim Maletsky
-elapsed().'/BBR'; echo 'double_escape B'.$double_escape-elapsed().'/BBR'; echo 'double_no_escape B'.$double_no_escape-elapsed().'/BBR'; echo 'double_curly_escape B'.$double_curly_escape-elapsed().'/BBR'; ? Maxim Maletsky www.PHPBeginner.com -- PHP General Mailing List (http://www.php.net

RE: [PHP] Easy Question

2001-10-05 Thread Maxim Maletsky \(PHPBeginner.com\)
, but it is advisable not getting over 500 lines - saves you a lot of developing time. However, too many (7, 10, more) includes will become noticeable. Not all is said by this, there are so many reasons why use this or that, but generally it is up to your own coding style. Maxim Maletsky

RE: [PHP] ad rotation program

2001-10-04 Thread Maxim Maletsky \(PHPBeginner.com\)
Have you looked into phpAdsNew? www.sf.net And search for it there Maxim Maletsky www.PHPBeginner.com -Original Message- From: Michael Geier, CDM Systems Admin [mailto:[EMAIL PROTECTED]] Sent: giovedi 4 ottobre 2001 23.39 To: Wandrer; Joseph Bannon Cc: [EMAIL PROTECTED

RE: [PHP] PHP is a Bloated Kludge, discuss!

2001-10-04 Thread Maxim Maletsky \(PHPBeginner.com\)
the traffic levels on indymedia.org during anti-capitalist demonstrations and I am sure during the New York attacks they went belistic. Search archives for php sites or something like this. The topic comes up every week or so :-) Maxim Maletsky www.PHPBeginner.com -- PHP General Mailing

RE: [PHP] PHP is a Bloated Kludge, discuss!

2001-10-04 Thread Maxim Maletsky \(PHPBeginner.com\)
: require.test.php ? echo 'included?'; if($go) require 'require.error.test'; ? require.error.test ? echo 'H1yup!/H1'; parse error; ? Access it with: 1. require.test.php?go=e And then try it with: 2. require.test.php What do you buy now? Maxim Maletsky

RE: [PHP] PHP is a Bloated Kludge, discuss!

2001-10-04 Thread Maxim Maletsky \(PHPBeginner.com\)
Of cource changing the require with include would explain everything :-) Sorry, forgot to mention that :-) Maxim Maletsky www.PHPBeginner.com -Original Message- From: Maxim Maletsky (PHPBeginner.com) [mailto:[EMAIL PROTECTED]] Sent: venerdì 5 ottobre 2001 3.33 To: 'Opec Kemp

RE: [PHP] PHP is a Bloated Kludge, discuss!

2001-10-04 Thread Maxim Maletsky \(PHPBeginner.com\)
conditionally load the function/files that you want then you should use include(). Was the implication of the poster I replied to. To the original I replied commenting each of his arguments, therefore I knew his points. Maxim Maletsky www.PHPBeginner.com -- PHP General Mailing List

RE: [PHP] ereg checking if its only numbers

2001-10-04 Thread Maxim Maletsky \(PHPBeginner.com\)
With ereg it could be: if(ereg(^[^[:digit:]]+$)) echo 'something else came through'; Untested though ... Maxim Maletsky www.PHPBeginner.com -Original Message- From: Jack Dempsey [mailto:[EMAIL PROTECTED]] Sent: venerdì 5 ottobre 2001 3.42 To: Chris Aitken; PHP General

RE: [PHP] bulk e-mails

2001-10-03 Thread Maxim Maletsky \(PHPBeginner.com\)
need to send it to into a temporary table. And run ezmlm to send emails. You can do it all very automatically and maybe even in a better way that what I said. Ezmlm is the greatest, with lots of features and add-ons. Even this list uses it. Maxim Maletsky www.PHPBeginner.com -Original Message

RE: [PHP] Simple Question, I think

2001-10-03 Thread Maxim Maletsky \(PHPBeginner.com\)
Try also mod_rewrite of apache. It is great for doing such things. Visit apache.org and search docs for mod_rewrite or simply look into archives of this list. Maxim Maletsky www.PHPBeginner.com -Original Message- From: Ralph Guzman [mailto:[EMAIL PROTECTED]] Sent: mercoledi 3

RE: [PHP] something like alert (javascript)

2001-10-03 Thread Maxim Maletsky \(PHPBeginner.com\)
Then what do you need? We are not any sure on what your question is ... Maxim Maletsky www.PHPBeginner.com -Original Message- From: Eduardo Kokubo [mailto:[EMAIL PROTECTED]] Sent: mercoledì 3 ottobre 2001 16.31 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [PHP] something like

RE: [PHP] How to simulate any browser

2001-10-03 Thread Maxim Maletsky \(PHPBeginner.com\)
So you need a browser of your own? You should be using fosockopen() php.net/fsockopen Maxim Maletsky www.PHPBeginner.com -Original Message- From: Kamil Nowicki [mailto:[EMAIL PROTECTED]] Sent: mercoledi 3 ottobre 2001 17.47 To: PHP-list Subject: [PHP] How to simulate any browser

RE: [PHP] Newlines in files

2001-10-03 Thread Maxim Maletsky \(PHPBeginner.com\)
It did. Try opening that file with a text editor. Maxim Maletsky www.PHPBeginner.com -Original Message- From: Big5ive [mailto:[EMAIL PROTECTED]] Sent: mercoledì 3 ottobre 2001 19.10 To: [EMAIL PROTECTED] Subject: [PHP] Newlines in files My Code: $PW_LIST=../config/pw.txt; $fp

RE: [PHP] PHP Knowledge Base solution?

2001-10-03 Thread Maxim Maletsky \(PHPBeginner.com\)
I think you can take just about any forum or other script and modify it on your own if you know how. And, what you're asking is relatively easy to do from scratch as well. You should try at least. Maxim Maletsky www.PHPBeginner.com -Original Message- From: Michael O'Neal [mailto

RE: [PHP] Problem when displaying the $ character

2001-10-03 Thread Maxim Maletsky \(PHPBeginner.com\)
It is the same thing. trim() is enough to make it work. Maxim Maletsky www.PHPBeginner.com -Original Message- From: Mauricio T?llez Jim?nez [mailto:[EMAIL PROTECTED]] On Behalf Of EDUMEXICO Sent: mercoledì 3 ottobre 2001 19.53 To: Dominik Cc: [EMAIL PROTECTED] Subject: Re: [PHP

RE: [PHP] file maniputation??

2001-10-03 Thread Maxim Maletsky \(PHPBeginner.com\)
Not sure, but this 'wb' looks suspicious to me. From the manual: The mode may contain the letter 'b'. This is useful only on systems which differentiate between binary and text files (i.e. Windows. It's useless on Unix). If not needed, this will be ignored. Can you ignore it as well? Maxim

RE: [PHP] file reading and textarea problem

2001-10-03 Thread Maxim Maletsky \(PHPBeginner.com\)
Yup. fread() Read on PHP.net/fread PHP.net/fgets ...to learn how to manipulate files. Maxim Maletsky www.PHPBeginner.com -Original Message- From: Nikola Veber [mailto:[EMAIL PROTECTED]] Sent: mercoledi 3 ottobre 2001 11.11 To: php forum Subject: [PHP] file reading and textarea

RE: [PHP] cookie not set anymore by IE5 (localhost)

2001-10-03 Thread Maxim Maletsky \(PHPBeginner.com\)
be a pain, a real pain when testing your apps. Maxim Maletsky www.PHPBeginner.com -Original Message- From: Chris Hayes [mailto:[EMAIL PROTECTED]] Sent: mercoledi 3 ottobre 2001 23.29 To: [EMAIL PROTECTED] Subject: [PHP] cookie not set anymore by IE5 (localhost) hi, i'm having a cookie

[PHP] This is SOOOO FREAKY!!! Laughed like HELL !!! :-)

2001-10-03 Thread Maxim Maletsky \(PHPBeginner.com\)
laughed like hell. :-) you're a funny man Have fun guys :-) Maxim Maletsky www.phpbeginner.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Michel 'ZioBudda' Morelli Sent: mercoledì 3 ottobre 2001 17.34 To: [EMAIL PROTECTED] Subject: [PHP

RE: [PHP] associative array syntax question

2001-10-03 Thread Maxim Maletsky \(PHPBeginner.com\)
Strange, I always though it should be working. Have you tried $a[{$b['b']}] ? What version of PHP are you running? Maxim Maletsky www.PHPBeginner.com -Original Message- From: Job Miller [mailto:[EMAIL PROTECTED]] Sent: giovedi 4 ottobre 2001 1.41 To: [EMAIL PROTECTED] Subject

RE: [PHP] write to multiple sql tables

2001-10-03 Thread Maxim Maletsky \(PHPBeginner.com\)
PHP can only handle a query at a time. If the database in question allows you to construct a such query where you can write to multiple files then you can. Go to the manual of your DB and look for the answer there. For instance; look at the syntax of INSERT. Maxim Maletsky www.PHPBeginner.com

RE: [PHP] associative array syntax question

2001-10-03 Thread Maxim Maletsky \(PHPBeginner.com\)
What about adding a few quotes above the problem? $row['TICKER'] = 'NTAP'; $test = 'NTAP'; $quotes[$test] = '8.30'; // $quotes[{$row[TICKER]}] = will that parse? $quotes[$row[TICKER]] = will that parse? Maxim Maletsky www.PHPBeginner.com -Original Message- From: Job Miller

[PHP] associative array syntax question

2001-10-03 Thread Maxim Maletsky \(PHPBeginner.com\)
-Original Message- From: Maxim Maletsky (PHPBeginner.com) [mailto:[EMAIL PROTECTED]] Sent: giovedi 4 ottobre 2001 2.02 To: 'Job Miller' Subject: RE: [PHP] associative array syntax question I tried on winXP/PHP4.0.6/Apache ? $a = Array('print me'); $b = Array('b'=0

RE: [PHP] associative array syntax question - got it!

2001-10-03 Thread Maxim Maletsky \(PHPBeginner.com\)
Well, the actual problem wasn't that. It was you not posting your code entirely ;-) Often the bugs happen right where you don't except them, just like anything in this life ;-) Maxim Maletsky www.PHPBeginner.com -Original Message- From: Job Miller [mailto:[EMAIL PROTECTED]] Sent

RE: [PHP] Add $String to $Num ???

2001-10-03 Thread Maxim Maletsky \(PHPBeginner.com\)
$sess = $String.$Num; session_register($sess); ..is your answer :-) ...you're welcome :-) Maxim Maletsky www.PHPBeginner.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: giovedi 4 ottobre 2001 2.53 To: [EMAIL PROTECTED] Subject: [PHP] Add $String

RE: [PHP] associative array syntax question - got it!

2001-10-03 Thread Maxim Maletsky \(PHPBeginner.com\)
Yes, that does for sure Maxim Maletsky www.PHPBeginner.com -Original Message- From: Matthew Loff [mailto:[EMAIL PROTECTED]] Sent: giovedi 4 ottobre 2001 4.02 To: 'Job Miller'; 'Maxim Maletsky (PHPBeginner.com)'; [EMAIL PROTECTED] Subject: RE: [PHP] associative array syntax question

RE: RE: [PHP] write to multiple sql tables

2001-10-03 Thread Maxim Maletsky \(PHPBeginner.com\)
You can't do it through PHP. ';' - won't work Maxim Maletsky www.PHPBeginner.com -Original Message- From: Frank M. Kromann [mailto:[EMAIL PROTECTED]] Sent: giovedì 4 ottobre 2001 6.24 To: Maxim Maletsky (PHPBeginner.com) Cc: 'sc'; [EMAIL PROTECTED] Subject: Re: RE: [PHP] write

RE: [PHP] php in css not working with IF's

2001-10-03 Thread Maxim Maletsky \(PHPBeginner.com\)
with two frames. So, here's another thing. The only reason of using external CSS file is to have it automatically cached by your browser so it loads once per session. By default it will not. You're gonna need to review your headers, adding cache control to it. Hope it gave you an idea. Maxim

RE: [PHP] php in css not working with IF's

2001-10-03 Thread Maxim Maletsky \(PHPBeginner.com\)
Thanks Rasmus. The link you provided will become a great resource for PHPBeginner.com Cheers! Maxim Maletsky www.PHPBeginner.com -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: giovedi 4 ottobre 2001 6.58 To: Jason Dulberg Cc: [EMAIL PROTECTED] Subject: RE

RE: [PHP] php in css not working with IF's

2001-10-03 Thread Maxim Maletsky \(PHPBeginner.com\)
trying religiously to understand logicals from raw code samples. Maxim Maletsky www.PHPBeginner.com -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: giovedi 4 ottobre 2001 7.09 To: Maxim Maletsky (PHPBeginner.com) Cc: 'Jason Dulberg'; [EMAIL PROTECTED] Subject

RE: [PHP] php in css not working with IF's

2001-10-03 Thread Maxim Maletsky \(PHPBeginner.com\)
Wonderful! Update as all on your start so we can contribute! P.S: and happy birthday! Real-life story: my ex manager asked me once: Dude, I heard you're leaving office at 2am, are you also coding on your birthdays and Christmas? Maxim Maletsky www.PHPBeginner.com -Original Message

RE: [PHP] php in css not working with IF's

2001-10-03 Thread Maxim Maletsky \(PHPBeginner.com\)
Ok. Wll show you with an example: if (($site_style!==10) ($site_style!==9) ($site_style!==8)) { } elseif ($site_style==10) { } Should simply be if($site_style != ('10' or '9' or '8')) {} Bla bla bla Maxim Maletsky www.PHPBeginner.com -Original Message- From: Maxim Maletsky

RE: [PHP] how to decrease serverload easily?

2001-10-02 Thread Maxim Maletsky \(PHPBeginner.com\)
What about in Europe and Japan. I live between Italy and Tokyo. I only met Zeev Suraski and Doron (the CEO of Zend) representing my company on a meeting in Tokyo this June. What about you? Are there any speeches you do in my locations? Maxim Maletsky www.PHPBeginner.com -Original

RE: [PHP] how to decrease serverload easily?

2001-10-02 Thread Maxim Maletsky \(PHPBeginner.com\)
Yey! Let's do a little party on Ibiza! :-) Though, Spain is OK too :-) Maxim Maletsky www.PHPBeginner.com -Original Message- From: paharito [mailto:[EMAIL PROTECTED]] Sent: martedì 2 ottobre 2001 18.39 To: [EMAIL PROTECTED] Subject: Re: [PHP] how to decrease serverload easily

RE: [PHP] how to decrease serverload easily?

2001-10-02 Thread Maxim Maletsky \(PHPBeginner.com\)
What's in Paris? I know that PHP international Conference will take place in Frankfurt, I saw your name there as well. But what is it going to be in Paris? Where could I get some info about it? Maxim Maletsky www.PHPBeginner.com -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL

RE: [PHP] Htaccess / regex / php I dont know why it won't work

2001-10-02 Thread Maxim Maletsky \(PHPBeginner.com\)
rules. Also read about mod_rewrite, right in the manual there are a few examples to do what you need. Always if you have it loaded. Maxim Maletsky www.PHPBeginner.com -Original Message- From: affixcom [mailto:[EMAIL PROTECTED]] Sent: martedì 2 ottobre 2001 20.54 To: [EMAIL PROTECTED

RE: [PHP] A powerful editor!

2001-10-02 Thread Maxim Maletsky \(PHPBeginner.com\)
. There are thousands posts about Editor. Maxim Maletsky www.PHPBeginner.com -Original Message- From: Sheridan Saint-Michel [mailto:[EMAIL PROTECTED]] Sent: martedì 2 ottobre 2001 23.20 To: Dean Householder; [EMAIL PROTECTED] Subject: Re: [PHP] A powerful editor! I just have to ask what EXACTLY you

RE: [PHP] php graphics generation

2001-10-01 Thread Maxim Maletsky \(PHPBeginner.com\)
Check out netcratf.com Their graphs are auto generated by (I think) PHP. Also you can use them a lot for many other kind of charts and stats graphs. Maxim Maletsky www.PHPBeginner.com -Original Message- From: Chip [mailto:[EMAIL PROTECTED]] Sent: lunedì 1 ottobre 2001 6.43

RE: [PHP] php graphics generation

2001-10-01 Thread Maxim Maletsky \(PHPBeginner.com\)
netcraFT.com, sorry Maxim Maletsky www.PHPBeginner.com -Original Message- From: Maxim Maletsky (PHPBeginner.com) [mailto:[EMAIL PROTECTED]] Sent: lunedì 1 ottobre 2001 8.54 To: 'Chip'; [EMAIL PROTECTED] Subject: RE: [PHP] php graphics generation Check out netcratf.com

RE: [PHP] Namo Web Editor

2001-10-01 Thread Maxim Maletsky \(PHPBeginner.com\)
by searching google, perhaps Maxim Maletsky www.PHPBeginner.com -Original Message- From: Justin Rodino [mailto:[EMAIL PROTECTED]] Sent: martedi 2 ottobre 2001 5.30 To: Petras Virzintas Cc: PHP General List Subject: Re: [PHP] Namo Web Editor Where does one find this Namo Web Editor

RE: [PHP] mysql query for current id-1

2001-10-01 Thread Maxim Maletsky \(PHPBeginner.com\)
What about this: $sql=select id,agent,host, DATE_FORMAT(time_in, '%M %d, %Y, %l:%i') AS unixdate from logged_in WHERE userid='$current_user' ORDER BY id DESC LIMIT 1; I think this should work for your case. Maxim Maletsky www.PHPBeginner.com -Original Message- From: Jason Dulberg

RE: [PHP] Namo Web Editor

2001-10-01 Thread Maxim Maletsky \(PHPBeginner.com\)
. Still, it feels like it is better than Dreamveawer and Microsoft FrontPage (oh boy, I pronounced devil's name) Just my 0.2c Nice lead, Justin. Maxim Maletsky www.PHPBeginner.com -Original Message- From: Maxim Maletsky (PHPBeginner.com) [mailto:[EMAIL PROTECTED]] Sent: martedi 2

RE: [PHP] mysql query for current id-1

2001-10-01 Thread Maxim Maletsky \(PHPBeginner.com\)
... DESC LIMIT 1,1 As you wrote yourself. Sorry, haven't taken in consideration ;-) Maxim Maletsky www.PHPBeginner.com -Original Message- From: Jason Dulberg [mailto:[EMAIL PROTECTED]] Sent: martedì 2 ottobre 2001 6.59 To: Maxim Maletsky (PHPBeginner.com); [EMAIL PROTECTED

RE: [PHP] MySQL Ability

2001-10-01 Thread Maxim Maletsky \(PHPBeginner.com\)
is considered the best open source DBMS. Maxim Maletsky www.PHPBeginner.com -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] Sent: martedi 2 ottobre 2001 5.50 To: Devin Pittman Cc: [EMAIL PROTECTED] Subject: Re: [PHP] MySQL Ability sure On Tue, 2 Oct 2001, Devin

[PHP] The Kewl Script

2001-09-30 Thread Maxim Maletsky \(PHPBeginner.com\)
brought me almost nowhere. So, what will be the next step now? Ideas, please! http://maxim.cx/test/img.php http://maxim.cx/test/img.phps (source) Maxim Maletsky www.PHPBeginner.com -Original Message- From: ReDucTor [mailto:[EMAIL PROTECTED]] Sent: lunedì 30 luglio 2001 8.42

RE: [PHP] The Kewl Script

2001-09-30 Thread Maxim Maletsky \(PHPBeginner.com\)
is relatively easy. Maxim Maletsky www.PHPBeginner.com -Original Message- From: Ashley M. Kirchner [mailto:[EMAIL PROTECTED]] Sent: domenica 30 settembre 2001 9.51 To: [EMAIL PROTECTED] Subject: Re: [PHP] The Kewl Script Maxim Maletsky (PHPBeginner.com) wrote: I ported it to use

RE: [PHP] Does PHP + PHP CACHE can vs JSP ?

2001-09-27 Thread Maxim Maletsky \(PHPBeginner.com\)
. Most of other developers will probably agree with me. Maxim Maletsky www.PHPBeginner.com -Original Message- From: mydata [mailto:[EMAIL PROTECTED]] Sent: giovedì 27 settembre 2001 9.04 To: [EMAIL PROTECTED] Subject: Re: [PHP] Does PHP + PHP CACHE can vs JSP ? I just want to know which

RE: [PHP] HTML table to MySQL table conversion

2001-09-27 Thread Maxim Maletsky \(PHPBeginner.com\)
that what it would be getting an intern guy/girl pasting the staff :-) Maxim Maletsky www.PHPBeginner.com -Original Message- From: RNie [mailto:[EMAIL PROTECTED]] Sent: giovedì 27 settembre 2001 12.53 To: [EMAIL PROTECTED] Subject: [PHP] HTML table to MySQL table conversion Hello

RE: [PHP] Receive Header.

2001-09-26 Thread Maxim Maletsky \(PHPBeginner.com\)
Have you looked into GetImageSize()? php.net/getimagesize Though, I don't know if it works with remote files. Try it. Maxim Maletsky PHPBeginner.com -Original Message- From: Marian Vasile [mailto:[EMAIL PROTECTED]] Sent: mercoledì 26 settembre 2001 8.48 To: [EMAIL PROTECTED

RE: [PHP] one pattern, one string, multiple results

2001-09-26 Thread Maxim Maletsky \(PHPBeginner.com\)
Hi Richard. Subsrt_count() is what you are looking for: int substr_count (string haystrack, string needle) php.net/substr_count P.S: Helen Fielding's Bridget Jones Diary is a nice novel, hun? Maxim Maletsky PHPBeginner.com -Original Message- From: Richard Baskett [mailto:[EMAIL

RE: [PHP] Building Dynamic Value list using ohp

2001-09-26 Thread Maxim Maletsky \(PHPBeginner.com\)
it is your local server (you might not be original with the password on production machines, no?) Hope it helps, Maxim Maletsky PHPBeginner.com -Original Message- From: George Pitcher [mailto:[EMAIL PROTECTED]] Sent: mercoledì 26 settembre 2001 15.31 To: [EMAIL PROTECTED] Subject: [PHP

RE: [PHP] Getting the file size, wtihout download... is this possible ?

2001-09-26 Thread Maxim Maletsky \(PHPBeginner.com\)
AFAIAC, The only function that gets you image size is GetImageSize() which you claimed cannot do remote check. Therefore, I do not think you can manage this without downloading/copying the file to your server. Maxim Maletsky www.PHPBeginner.com -Original Message- From: Marian Vasile

RE: [PHP] Building Dynamic Value list using ohp

2001-09-26 Thread Maxim Maletsky \(PHPBeginner.com\)
What error do you see, George? Maxim Maletsky www.PHPBeginner.com -Original Message- From: Sheridan Saint-Michel [mailto:[EMAIL PROTECTED]] Sent: mercoledì 26 settembre 2001 17.01 To: George Pitcher; [EMAIL PROTECTED] Subject: Re: [PHP] Building Dynamic Value list using ohp

RE: [PHP] Building Dynamic Value list using ohp

2001-09-26 Thread Maxim Maletsky \(PHPBeginner.com\)
If you see no errors this might mean you have no records :-) Maxim Maletsky www.PHPBeginner.com -Original Message- From: Derek Mailer [mailto:[EMAIL PROTECTED]] Sent: mercoledì 26 settembre 2001 17.14 To: George Pitcher Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Building Dynamic Value

RE: [PHP] PHP Chat recommendations

2001-09-26 Thread Maxim Maletsky \(PHPBeginner.com\)
Try to browse hotscripts.com, it has a plenty of them for you to choose. Maxim Maletsky www.PHPBeginner.com -Original Message- From: Tom Beidler [mailto:[EMAIL PROTECTED]] Sent: mercoledi 26 settembre 2001 17.06 To: php list Subject: [PHP] PHP Chat recommendations Does anyone have

RE: [PHP] updating a database (mysql)

2001-09-26 Thread Maxim Maletsky \(PHPBeginner.com\)
Try mysql_affected_rows() It will tell you how many rows were affected. Maxim Maletsky www.PHPBeginner.com -Original Message- From: Joseph Bannon [mailto:[EMAIL PROTECTED]] Sent: mercoledì 26 settembre 2001 21.47 To: PHP (E-mail) Subject: [PHP] updating a database (mysql) When I

RE: [PHP] How to obtain all the fields' names of a MySQL table?

2001-09-25 Thread Maxim Maletsky \(PHPBeginner.com\)
Why not to look into source code of PHPLIB? The class db_mysql has a function called metadata (I think) - it does exactly that and much more. You can copy the function only or use the class for all your db manipulations if you wish. Maxim Maletsky PHPBeginner.com -Original Message

RE: [PHP] Running Programs.....

2001-09-25 Thread Maxim Maletsky \(PHPBeginner.com\)
Try one of the following: exec() php.net/exec system() php.net/system Maxim Maletsky PHPBeginner.com -Original Message- From: Anthony [mailto:[EMAIL PROTECTED]] Sent: mercoledi 26 settembre 2001 20.05 To: [EMAIL PROTECTED] Subject: [PHP] Running Programs

[PHP] I'm back

2001-09-24 Thread Maxim Maletsky \(PHPBeginner.com\)
personal projects to finally work on, I think of becoming quite active on the php-general mailing list. Oh well, who didn't know me can whether ignore this message or just say hi :-) Cheers Everybody! Maxim Maletsky -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

RE: [PHP] select based on time/date

2001-09-24 Thread Maxim Maletsky \(PHPBeginner.com\)
to do time comparisons within mySQL database. In other words, go to mySQL documentation and read there. mySQL will do it way better and faster than PHP. Cheers, Maxim Maletsky PHPBeginner.com -Original Message- From: Jason Dulberg [mailto:[EMAIL PROTECTED]] Sent: martedì 25 settembre 2001

RE: [PHP] Free PHP runtime Accelerator for Linux available

2001-08-21 Thread Maxim Maletsky
Thanks, Nick. Well, I am running FreeBSD machine, but can start up my old Linux box to play with your accelerator. I'll let you know when I do that, I am kind of curious to compare it with Zend's Cache. Cheers, Maxim Maletsky -Original Message- From: PHP Accelerator [mailto:[EMAIL

RE: [PHP] Re: To jump or not to jump?

2001-08-21 Thread Maxim Maletsky
Hey, we've got an article about it on PHPBeginner.com http://www.phpbeginner.com/columns/jason/echo Cheers, Maxim Maletsky www.PHPBeginner.com -Original Message- From: Alexander Skwar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 6:14 AM To: Gabe da Silveira Cc: [EMAIL

RE: [PHP] session timeouts

2001-08-20 Thread Maxim Maletsky
on php.net/sessions Cheers, Maxim Maletsky www.PHPBeginner.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 8:53 AM To: [EMAIL PROTECTED] Subject: [PHP] session timeouts Hi, I'm writing a web survey in php and trying to set session

RE: [PHP] charset

2001-08-20 Thread Maxim Maletsky
Chinese charset. Maxim Maletsky -Original Message- From: Mark Lo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 3:03 PM To: [EMAIL PROTECTED] Subject: [PHP] charset Hi, What could be wrong if I don't specific the CHARSET in my webpage. If my webpage will display

RE: [PHP] Free PHP runtime Accelerator for Linux available

2001-08-20 Thread Maxim Maletsky
Great work, Nick. keep it this way! Maxim Maletsky -Original Message- From: PHP Accelerator [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 12:00 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Free PHP runtime Accelerator for Linux available Right

RE: [PHP] charset

2001-08-20 Thread Maxim Maletsky
P.S: just as in this email :-) Maxim Maletsky -Original Message- From: Maxim Maletsky Sent: Tuesday, August 21, 2001 3:02 PM To: 'Mark Lo'; [EMAIL PROTECTED] Subject: RE: [PHP] charset Chinese charset. Maxim Maletsky -Original Message- From: Mark Lo [mailto:[EMAIL

RE: [PHP] Picking random numbers

2001-08-20 Thread Maxim Maletsky
($random_array); echo '/PRE'; ? regards, Maxim Maletsky www.PHPBeginner.com -Original Message- From: Seb Frost [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001 10:13 AM To: PHP General List Subject: [PHP] Picking random numbers OK I want to pick 5 random numbers from 1 to 200. Easy

RE: [PHP] looong date formatting for MySQL

2001-08-17 Thread Maxim Maletsky
Still, read this php.net/date it has a variety of functions, dates with zeros and without... Another thing you can do is using the mySQL manual. Did you know that mySQL has a WHOLE BUNCH of date functions? Cheers, Maxim Maletsky -Original Message- From: CGI GUY [mailto:[EMAIL

RE: [PHP] question from a php newbie

2001-08-17 Thread Maxim Maletsky
but not always necessary procedure. Cheers, Maxim Maletsky www.PHPbeginner.com -Original Message- From: 602e23 [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 18, 2001 12:26 PM To: [EMAIL PROTECTED] Subject: [PHP] question from a php newbie I'm so new to this, in fact, that I may not be able

RE: [PHP] History of the browser

2001-08-17 Thread Maxim Maletsky
The last page browser visited and clicked on 'you' would be available in $HTTP_REFERER. But, as the whole history, you would need some javascript to do that. It should also be impossible to do due security reasons. Cheers, Maxim Maletsky -Original Message- From: Ing. Raul Glez Rdguez

[PHP] FW: Large sites using PHP

2001-08-17 Thread Maxim Maletsky
planning to open soon. All of you are welcome to contribute and/or to reproduce it on your own sites. Thanks all, hope it's helpful. Regards, Maxim Maletsky www.PHPBeginner.com -Original Message- From: Maxim Maletsky [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 18, 2001 2:30 PM

RE: [PHP] Need open source community help!

2001-08-16 Thread Maxim Maletsky
the programmers busy improving the site. Now, after that lesson it is easier for me to talk about our own sites here. But at client sites it's hard to convince. I noticed that real-life examples and testimonials are often working. Cheers, Maxim Maletsky -Original Message- From: Jay

RE: [PHP] to set file tye at apache module using htaccess

2001-08-16 Thread Maxim Maletsky
Yes, you can. Maxim Maletsky -Original Message- From: Jack [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 3:33 AM Cc: [EMAIL PROTECTED] Subject: Re: [PHP] to set file tye at apache module using htaccess In response to Rasmus again, please bare with me a sec, where can I

RE: [PHP] Classes and performance bottlenecks

2001-08-14 Thread Maxim Maletsky
, Maxim Maletsky -Original Message- From: Artyom Plouzhnikoff [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 14, 2001 2:22 PM To: [EMAIL PROTECTED] Subject: [PHP] Classes and performance bottlenecks I have a strange problem with PHP 4.0.4pl1 and above. It looks like including a file

RE: [PHP] Regarding file upload using php

2001-08-14 Thread Maxim Maletsky
If HTML would work this way then people would never stop guessing the other's files to steal as you visit web pages. answer: no. I'm curious now: perhaps, you can have a value attribute in it? But neither that should be allowed. Never tried myself. Cheers, Maxim Maletsky -Original

RE: [PHP] location bar

2001-08-14 Thread Maxim Maletsky
for small static sites, and is not really a solution. try to extend this idea, with maybe use of databases and go ahead. Also, look for such scripts. Tons of code was written already and some module like this, I think, you can easily find. Cheers, Maxim Maletsky www.PHPBeginner.com

RE: [PHP] Put value directly into form?

2001-08-14 Thread Maxim Maletsky
it will then reappear on the next page (which is obviously as same as the one before) Cheers, Maxim Maletsky www.PHPBeginner.com -Original Message- From: Phil Latio [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 14, 2001 1:14 PM To: [EMAIL PROTECTED] Subject: [PHP] Put value directly into form

RE: [PHP] stop a batch of mail during send

2001-08-14 Thread Maxim Maletsky
try to learn about register_shut_down (whatever the actual name of it was) function. let me see, here: http://www.php.net/manual/en/function.register-shutdown-function.php this could be of some help to you. Cheers, Maxim Maletsky -Original Message- From: Matthew Delmarter [mailto

RE: [PHP] Mail()

2001-08-13 Thread Maxim Maletsky
Try using .htaccess or ini_set() - perhaps this will help you when on shared server. regards, Maxim Maletsky -Original Message- From: Mahmoud Kassem [mailto:[EMAIL PROTECTED]] Sent: Monday, August 13, 2001 4:12 PM To: karthik Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Mail() THe same

RE: [PHP] IE Download twice from DB - MAJOR disaster to db users

2001-08-13 Thread Maxim Maletsky
how many times it loads it. Cheers, Maxim Maletsky www.PHPBeginner.com -Original Message- From: Ben-Nes Michael [mailto:[EMAIL PROTECTED]] Sent: Monday, August 13, 2001 5:56 PM To: Richard Lynch; [EMAIL PROTECTED] Subject: [PHP] IE Download twice from DB - MAJOR disaster to db users

RE: [PHP] IE Download twice from DB - apologies

2001-08-13 Thread Maxim Maletsky
you're forgiven :-) take care, m -Original Message- From: Ben-Nes Michael [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 14, 2001 3:15 PM To: Maxim Maletsky; [EMAIL PROTECTED] Subject: Re: [PHP] IE Download twice from DB - apologies ohh I'm sorry after reading it more deeply I

RE: [PHP] include, require, require_once

2001-07-21 Thread Maxim Maletsky
. Sincerely, Maxim Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com -Original Message- From: Martin Marconcini [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 21, 2001 11:54 AM To: 'Thiago Locatelli da Silva'; [EMAIL

RE: [PHP] .

2001-07-21 Thread Maxim Maletsky
well, if I was still living in Moscow or st. Petersburg I would definitely take a look at those job offers. ...wrong address? -maxim maletsky -Original Message- From: ASP [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 21, 2001 11:35 PM To: [EMAIL PROTECTED] Subject: [PHP] ðÒÉÇÌÁÛÁÅÍ

RE: [PHP] a good PHP editor

2001-07-20 Thread Maxim Maletsky
keep it alive after few days as it's hot. It is totally irrelevant for PHP programmers. P.S: the reason this goes CC'ed to the list is in fact to stop it. Yoroshiku onegaishimasu, Maxim Maletsky -Original Message- From: ~~~i LeoNid~~ [mailto:[EMAIL PROTECTED]]On Behalf Of ~~~i LeoNid

<    1   2   3   4   5   6   7   >