RE: [PHP] Backup of MySQL database

2002-04-22 Thread Maxim Maletsky \(PHPBeginner.com\)
I think it is already done a WHILE ago. Look for it on source Forge or hotscripts.com. Include C/C++, Perl and Shell scripting in your searches. Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original Message- From: Julian [mailto

RE: [PHP] Mass Mail {?!}

2002-04-22 Thread Maxim Maletsky \(PHPBeginner.com\)
Or just: While(True) { // send email sleep(1); if($tired==True) Break; } Count how many mails you want and quit :-) Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original Message- From

RE: [PHP] PHP editor for windows

2002-04-22 Thread Maxim Maletsky \(PHPBeginner.com\)
Edit Plus, PHPEdit ... Just browse the archives, Ben Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original Message- From: .ben [mailto:[EMAIL PROTECTED]] Sent: Monday, April 22, 2002 3:36 PM To: PHP Subject: [PHP] PHP editor

RE: [PHP] authentication

2002-04-23 Thread Maxim Maletsky \(PHPBeginner.com\)
, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins I have one directory that is protected with an .htaccess file on my server where I store all member content. What I want to do is have a page where members can log in, and after they have entered there user name

RE: [PHP] If else question

2002-04-23 Thread Maxim Maletsky \(PHPBeginner.com\)
); // HTTP/1.1 header(Cache-Control: post-check=0, pre-check=0, false); header(Pragma: no-cache); // HTTP/1.0 -- php.net/header Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original Message- From: Richard

RE: [PHP] If else question

2002-04-23 Thread Maxim Maletsky \(PHPBeginner.com\)
Post it, Jennifer, post it - we promise not to yell (ignore the yelling people - they never sleep enough, that is why...) Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original Message- From: Jennifer Downey [mailto:[EMAIL PROTECTED

RE: [PHP] Browser Cache

2002-04-23 Thread Maxim Maletsky \(PHPBeginner.com\)
Sorry, that was regarding the browser cache. Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original Message- From: Maxim Maletsky (PHPBeginner.com) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 7:44 PM To: 'Richard Emery

RE: [PHP] ASP to PHP

2002-04-23 Thread Maxim Maletsky \(PHPBeginner.com\)
. Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original Message- From: .ben [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 2:00 PM To: PHP Subject: RE: [PHP] ASP to PHP I am in the process of porting an ASP site to PHP

RE: [PHP] If else question

2002-04-23 Thread Maxim Maletsky \(PHPBeginner.com\)
VALUE='discard'Discard this item/OPTION; echo OPTION VALUE='donate'Donate this item/OPTION; echo /SELECT; echo INPUT TYPE='submit' VALUE='Submit' NAME='submit'; echo /FORM; } ? - Sincerely, Maxim Maletsky Founder, Chief Developer

RE: [PHP] If else question

2002-04-23 Thread Maxim Maletsky \(PHPBeginner.com\)
Oh well. The line I mentioned was not the right one. I misSAW your comment. Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original Message- From: Jennifer Downey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 7:48 PM

RE: [PHP] If else question

2002-04-23 Thread Maxim Maletsky \(PHPBeginner.com\)
you've got something wrong in your code. Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original Message- From: Jennifer Downey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 7:48 PM To: [EMAIL PROTECTED] Subject: Re: [PHP

RE: [PHP] If else question

2002-04-23 Thread Maxim Maletsky \(PHPBeginner.com\)
Jennifer, satus! People are nervous here! Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original Message- From: Jennifer Downey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 7:48 PM To: [EMAIL PROTECTED] Subject: Re: [PHP

RE: [PHP] phpnuke still around?

2002-04-24 Thread Maxim Maletsky \(PHPBeginner.com\)
Try looking on sourceforge (www.sf.net) Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original Message- From: Dennis Gearon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 12:56 AM To: [EMAIL PROTECTED] Subject: [PHP

RE: [PHP] security

2002-04-24 Thread Maxim Maletsky \(PHPBeginner.com\)
Was the question is it neccessary or how to do it secure? I myself don't tlike the idea, But if needed, then this could be a way. Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original Message- From: [EMAIL PROTECTED] [mailto

RE: [PHP] PHP Lists

2002-04-24 Thread Maxim Maletsky \(PHPBeginner.com\)
and sourceofrge.com. Also the very nice PHP Objects (classes) repository is at phpclasses.org. 3) Nice and educative sites on the web are a lot. I recommend you mine as the start though: www.PHPBeginner.com. Also, check out newbienetwork.net and devshed.com Sincerely, Maxim Maletsky Founder, Chief

RE: [PHP] what constants are in php like __FILE__

2002-04-24 Thread Maxim Maletsky \(PHPBeginner.com\)
Try this: php.net/constants Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original Message- From: nospam [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 2:36 PM To: 'Php-General Subject: [PHP] what constants are in php

RE: [PHP] registering an array to a session?

2002-04-24 Thread Maxim Maletsky \(PHPBeginner.com\)
Yes, just assign it as if you would do with a string or integer. Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original Message- From: Christoph Starkmann [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 2:46 PM

RE: [PHP] Upload

2002-04-24 Thread Maxim Maletsky \(PHPBeginner.com\)
E.. si, capita a molti qui :-) Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original Message- From: Neil Highley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 4:53 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Upload

RE: [PHP] Background Processing

2002-04-24 Thread Maxim Maletsky \(PHPBeginner.com\)
, check also max_execution_time directiv in your PHP.INI. Or, the best is - loop up a way to reduce (or split) the times. Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original Message- From: Richard Perez [mailto:[EMAIL PROTECTED]] Sent

RE: [PHP] can someone help?

2002-04-24 Thread Maxim Maletsky \(PHPBeginner.com\)
Hey, I started playing with your code for a while ... And then realized.. What you're trying to do it to reproduce chunk_split() function. Try other work arounds for this. Read the docs, Start from here: www.php.net/chunk_split Sincerely, Maxim Maletsky Founder, Chief Developer

RE: [PHP] replacing first occurence

2002-04-24 Thread Maxim Maletsky \(PHPBeginner.com\)
Two ways: 1. $string = preg_replace(^.{1}, 'h', 'bill'); // will make 'h'ill out of 'b'ill 2. $string = 'h'.substr('bill', 1);// will get rid of the first char and concatenate Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com

RE: [PHP] comparing time (related question)

2002-04-24 Thread Maxim Maletsky \(PHPBeginner.com\)
comparison right within SQL having so raw data for PHP to layout on your pages. That is the first rule of dynamicity, and RDBMS (even if mySQL is kind of not...) usually count on such uses. Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original

RE: [PHP] phpnuke still around?

2002-04-24 Thread Maxim Maletsky \(PHPBeginner.com\)
I'd give you a medal for these words :-) Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original Message- From: Brian McGarvie [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 6:23 PM To: [EMAIL PROTECTED] Subject: RE: [PHP

RE: [PHP] looking for script

2002-04-24 Thread Maxim Maletsky \(PHPBeginner.com\)
A chat? A website? A sourceforge :-) Anyway, try hotscripts.com whatever you're looking for. Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original Message- From: Teqila MAN [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24

RE: [PHP] Not A PHP question but I need help in a big way...

2002-04-24 Thread Maxim Maletsky \(PHPBeginner.com\)
There was some kind of ASP for Linux. I only heard of it. Search. Also, for apache's mailing list look on the Groups of Google. May god have mercy on your soul... Amen Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original Message

RE: [PHP] To store or not to store . . .

2002-04-24 Thread Maxim Maletsky \(PHPBeginner.com\)
EuroCents. The rest on why to keep the images in Db is a very good answer. Actually, it is so good that I might even write an article on this issue. Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -- PHP General Mailing List (http://www.php.net

RE: [PHP] read text file into mysql

2002-04-24 Thread Maxim Maletsky \(PHPBeginner.com\)
Do this: $contents = file($file); foreach($contents as $line_num=$line_data) { $data = explode('|', $line_data); // now data contains: // [0] = aa // [1] = bb // [2] = cc // nd so on } Sincerely, Maxim Maletsky Founder, Chief

RE: [PHP] SourceForge. Whats the worst part about it?

2002-04-24 Thread Maxim Maletsky \(PHPBeginner.com\)
SF is OK, as every other software it itself may have some problems from time to time. But overall it always works. You might be frustrated abut the security precautions it takes, but this is only for your best. Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where

RE: [PHP] -- I N C L U D E -- O R -- F O P E N -- ?

2002-04-24 Thread Maxim Maletsky \(PHPBeginner.com\)
name. Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Setcookie problems...

2002-04-24 Thread Maxim Maletsky \(PHPBeginner.com\)
for more: www.php.net/setcookie Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original Message- From: Erik Price [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 9:32 PM To: Pusta Cc: [EMAIL PROTECTED] Subject: Re: [PHP

RE: [PHP] Parse Error - Help? (AGAIN)

2002-04-25 Thread Maxim Maletsky \(PHPBeginner.com\)
PHP listetiquette. Jason Soza Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins - Original Message - From: 1LT John W. Holmes [EMAIL PROTECTED] Date: Thursday, April 25, 2002 5:35 am Subject: Re: [PHP] Parse Error - Help

RE: [PHP] Parse Error - Help? (AGAIN)

2002-04-25 Thread Maxim Maletsky \(PHPBeginner.com\)
'expensive' then when PHP debugs it. I think it is wise using this feature of PHP. The only reason not to is for having the full control of your code. Just my 2 Eurocents Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original Message

RE: [PHP] Re: Newbie Book Database Question

2002-04-25 Thread Maxim Maletsky \(PHPBeginner.com\)
this book: http://www.phpclasses.org/products.html/id/0957921802.html Also take a look at the reviewed books in this page: http://www.phpclasses.org/products.html Regards, Manuel Lemos Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins

RE: [PHP] PHP Security Leak

2002-04-25 Thread Maxim Maletsky \(PHPBeginner.com\)
it goes without saying). 5. You can't login from a page that isn't on the server. Is there any validation or security holes that I'm overlooking? at least this two: 1. Use SSL 2. Store passwords MD5 encrypted in the DB Sincerely, Maxim Maletsky Founder, Chief Developer

RE: [PHP] using html select as array

2002-04-25 Thread Maxim Maletsky \(PHPBeginner.com\)
. ? Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original Message- From: Rodrigo Peres [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 8:22 PM To: [EMAIL PROTECTED] Subject: [PHP] using html select as array Hi list, In my

RE: [PHP] Parse Error - Help? (AGAIN)

2002-04-25 Thread Maxim Maletsky \(PHPBeginner.com\)
about variable types. Setting them before solves this problem. Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins # Nathan - Original Message - From: Maxim Maletsky (PHPBeginner.com) [EMAIL PROTECTED] To: 'Nathan' [EMAIL PROTECTED

RE: [PHP] getting a string from an external asp file

2002-04-25 Thread Maxim Maletsky \(PHPBeginner.com\)
You can POST forms transparently between servers by using sockets. Basically, your PHP file will simply send the POSTed data to a page and will read it after that. Then you parse the ASP output and vuala! Start here: www.php.net/fsockopen Good Luck! Maxim Maletsky Founder, Chief Developer

RE: [PHP] PHP Security Leak

2002-04-25 Thread Maxim Maletsky \(PHPBeginner.com\)
Create yourself an SQL function that does that :-) Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original Message- From: Joshua b. Jore [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 10:26 PM Cc: [EMAIL PROTECTED

RE: [PHP] Redirect

2002-04-25 Thread Maxim Maletsky \(PHPBeginner.com\)
With header you can do by using header(Location: http://www.site.com/some/page.php?some=var;); here's a good article about it: http://www.phpbeginner.com/columns/shobhan/browser other than that, you can always include(). But this is a little bit of a mess. Sincerely, Maxim Maletsky Founder

RE: [PHP] Include Files self aware?

2002-04-30 Thread Maxim Maletsky \(PHPBeginner.com\)
// In your config file: function selfAwareInclude($filename) { define($filename, true); } // in the file you are making an include selfAwareInclude($filename) include($filename); Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins

RE: [PHP] PHP editing environment

2002-05-03 Thread Maxim Maletsky \(PHPBeginner.com\)
got all I need. Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original Message- From: John Holmes [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 5:36 PM To: 'Pag'; [EMAIL PROTECTED] Subject: RE: [PHP] PHP editing environment

RE: [PHP] Turning OFF 'auto_prepend_file' on a page by page basis

2002-05-03 Thread Maxim Maletsky \(PHPBeginner.com\)
.htaccess Not sure if ini_set() will work in your case. But try. Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original Message- From: Stefen Lars [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 3:02 PM To: [EMAIL

RE: [PHP] PHP editing environment

2002-05-03 Thread Maxim Maletsky \(PHPBeginner.com\)
Here's one good tutorial: http://www.phpbeginner.com/columns/morten/win32 Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original Message- From: Steve Bradwell [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 3:00 PM

RE: [PHP] Frames

2002-05-04 Thread Maxim Maletsky \(PHPBeginner.com\)
Yes, But this is a JavaScript problem. Please ask elsewhere or look at the Google. Also, take a look here: http://developer.irt.org/script/script.htm Sincerely, Maxim Maletsky Founder, Chief Developer www.PHPBeginner.com // where PHP Begins -Original Message- From: Morten

RE: [PHP] Javascript function

2002-05-04 Thread Maxim Maletsky \(PHPBeginner.com\)
Is it possible to call a function in a javascriptpage from a PHP page? Javascriptpage? Do you mean using JavaScript to call a PHP function? NO, it is not. Because PHP is SERVER-SIDE and JavaScript is CLIENT-SIDE. You can do vice versa though. Sincerely, Maxim Maletsky Founder, Chief

[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] 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

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] 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

[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] 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

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] 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] 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

<    1   2   3   4   5   6   7   >