Re: [PHP] How easy is this idea?

2003-06-06 Thread Maxim Maletsky
or JavaScript or both. -- Maxim Maletsky [EMAIL PROTECTED] On Fri, 6 Jun 2003 10:38:05 +0100 Simon Thurtle [EMAIL PROTECTED] wrote: OK, now I have I have been convinced that PHP is the best thing since cheese burgers, I have a question... How easy is it to... Have a set of 6 HTML drop downs each

Re: [PHP] Linux vs. Windows

2003-06-06 Thread Maxim Maletsky
c) In Linux Im using Apache, where in Windows Im using IIS probably this is the issue. Make it be apache as well. -- Maxim Maletsky [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: [PHP-DB] PHP Database Abstraction Layer

2003-02-06 Thread Maxim Maletsky
', 'yourdbname', 'yourdbuser', 'yourdbpass' ); ? ZoomStats uses it: http://sf.net/projects/zoomstats P.S: I wrote that phparch article, and I based it on my ZoomStats experoence which I also founded. -- Maxim Maletsky [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net

Re: [PHP] Client Side PHP

2003-02-06 Thread Maxim Maletsky
I am doing now ;) How would you guys like the idea, though? -- Maxim Maletsky [EMAIL PROTECTED] Pete [EMAIL PROTECTED] wrote... : Has any one ever considered creating browser / client-side php to replace Javascript and vb?? One language across the whole web ;-) Posted

Re: [PHP] Client Side PHP

2003-02-06 Thread Maxim Maletsky
-- Maxim Maletsky [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Security question with PHP on Unix / Linux.

2003-02-05 Thread Maxim Maletsky
and we have synched up our souces for the 4.3 branch. Interesting. Are you working with the php-dev team or on your own? -- Maxim Maletsky [EMAIL PROTECTED] Maxim Maletsky [EMAIL PROTECTED] 02/04/03 08:45PM Ananth Kesari [EMAIL PROTECTED] wrote... : I am working on porting PHP onto

Re: [PHP] PHP connecting to MS Access

2003-02-05 Thread Maxim Maletsky
You could use ODBC -- Maxim Maletsky [EMAIL PROTECTED] Phil Schwarzmann [EMAIL PROTECTED] wrote... : If a MS Access database and a PHP server were on the same machine, could they connect without having to use something like MS SQL Server? -- PHP General Mailing List (http

[PHP] Re: [PHP-DEV] Database Abstraction

2003-02-05 Thread Maxim Maletsky
(www.phparch.com) -- Maxim Maletsky [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php3 + HTTP_POST_FILES

2003-02-04 Thread Maxim Maletsky
-- Maxim Maletsky [EMAIL PROTECTED] electroteque [EMAIL PROTECTED] wrote... : is there a way to get this variable in php3 for some reason i cannot acess it ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing

Re: [PHP] Security question with PHP on Unix / Linux.

2003-02-04 Thread Maxim Maletsky
, not a shell interface or something. Stays up to you what to do once user runs your PHP script. -- Maxim Maletsky [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php3 + HTTP_POST_FILES

2003-02-04 Thread Maxim Maletsky
same as what $_FILES since PHP 4.1.0 gives you -- Maxim Maletsky [EMAIL PROTECTED] Dan Rossi [EMAIL PROTECTED] wrote... : i looked there i'm sure i didnt see that :| what a pain , another reason to get them to upgrade ;) what information can i get out of the file then ? -Original

Re: [PHP] file copy

2003-02-03 Thread Maxim Maletsky
: attachment; filename=\file.gif\); -- Maxim Maletsky [EMAIL PROTECTED] Cenk Uysal [EMAIL PROTECTED] wrote... : hi, how can i copy a file from web to my local disk? http://www.xxx.com/xxx.gif i try to get xxx.gif to my local disk... -- PHP General Mailing List (http

Re: [PHP] mktime with Feb or Jan ..

2003-02-03 Thread Maxim Maletsky
readon about strtotime() function www.php.net/strtotime you might not even need to preg_match() it -- Maxim Maletsky [EMAIL PROTECTED] Torsten Rosenberger [EMAIL PROTECTED] wrote... : Hello I parse the apache logfile and get a date format like this [03/Feb/2003:09:22:50 +0100

Re: [PHP] PHP Framework

2003-02-03 Thread Maxim Maletsky
. -- Maxim Maletsky [EMAIL PROTECTED] Danny Shepherd [EMAIL PROTECTED] wrote... : Well, Yahoo! have moved/are moving to Smarty and they get a few million views a day. The killer part with smarty is that it converts the Smarty tags, in your template, to real PHP code - that's what makes it so fast

Re: [PHP] Help with classes (oop)

2003-02-03 Thread Maxim Maletsky
to create the instance (define) your class with already passing parameters to it. Like this: $obj = new First($par1, $par2); The next, you don't need to call $obj-first(..., ...); once again, as you just did it one line above. -- Maxim Maletsky [EMAIL PROTECTED] On Mon, 3 Feb 2003 14:27:36 -0500

Re: [PHP] how to write clean code.

2003-02-02 Thread Maxim Maletsky
for KR: http://www.purists.org/linux/ http://www.jetcafe.org/~jim/c-style.html http://www.cs.utexas.edu/users/scottm/cs307/Handouts/codingStandards.htm http://staff.oclc.org/~thompson/correct_style.html -- Maxim Maletsky [EMAIL PROTECTED] On Sun, 02 Feb 2003 20:34:35 +0100 anders thoresson

Re: [PHP] Screen Size detect??

2003-01-31 Thread Maxim Maletsky
:) Best solution? Perhaps using an absolute width for HTML tables (100%) or a fixed (minimal) page width (775 px recommended) P.S: Hope this email gets read archived and read from there :) -- Maxim Maletsky [EMAIL PROTECTED] On Fri, 31 Jan 2003 20:48:19 -0800 (PST) Dade Register [EMAIL PROTECTED

Re: [PHP] Screen Size detect??

2003-01-31 Thread Maxim Maletsky
On Sat, 01 Feb 2003 18:44:19 +0100 Maxim Maletsky [EMAIL PROTECTED] wrote: There is no way to do that with PHP. PHP/JavaScript rule #1: PHP = Client Side JS = Server Side Geez I mean viceversa :) In Stalin's times I'd get killed for certain mistakes :) -- Maxim

Re: [PHP] fputs / fwrites ?

2003-01-31 Thread Maxim Maletsky
as a new thread. -- Maxim Maletsky [EMAIL PROTECTED] On Fri, 31 Jan 2003 23:41:12 -0600 Lee Herron [EMAIL PROTECTED] wrote: Okay, so I want to open a file, get a small number from it (less than 3 digits) then overwrite a new number (incremented the original by 1) and close the file. The goal

Re: [PHP] php.net links page question

2003-01-30 Thread Maxim Maletsky
mail it to [EMAIL PROTECTED] -- Maxim Maletsky [EMAIL PROTECTED] dan [EMAIL PROTECTED] wrote... : i would like to suggest a link for the php.net links page, how would i go about doing that? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] best way to save form data on user side

2003-01-29 Thread Maxim Maletsky
Isn't it simplier to just do like when you purchase something? You also need a prove then that you have paid and are expecting the merchandise to be shipped. That is simply solved with mailing a copy plus a registration number for future reference. Should be more than enough. -- Maxim Maletsky

Re: [PHP] register_globals

2003-01-29 Thread Maxim Maletsky
or $_GET/$_POST respectively -- Maxim Maletsky [EMAIL PROTECTED] Kiswa [EMAIL PROTECTED] wrote... : I know its stupid but i´ve been writing a site for a register_globals = on enviroment now i need to convert all the code to an off setting the page is built by sending a whole lot off vars

Re: [PHP] Advice on uploaded files

2003-01-29 Thread Maxim Maletsky
it is - writable, permissions won't change, things won't get corrupted, it's writable by you and but not by other user etc I'd say that DB is a better way, although altogether it would get it a little slower, but not by too much. DB will be quite large. -- Maxim Maletsky [EMAIL PROTECTED] Manuel Ochoa

Re: [PHP] ayuda help

2003-01-29 Thread Maxim Maletsky
you used a wrong password -- Maxim Maletsky [EMAIL PROTECTED] Rot Alvarez [EMAIL PROTECTED] wrote... : Tengo este herros y no se de q esWarning: MySQL Connection Failed: Access denied for user: 'fullweb@localhost' (Using password: YES) in /home/sites/site22/web/45/connect_database.php

Re: [PHP] php and sql problem with mysql_query and insert

2003-01-29 Thread Maxim Maletsky
Guess what? add this on top of the file: error_reporting(E_ALL); this will probably tell you these variables are unset :) Why? Register global... wrong logic... etc... What php 4 is exactly installed there? -- Maxim Maletsky [EMAIL PROTECTED] Sunfire [EMAIL PROTECTED] wrote... : hi

Re: [PHP] test

2003-01-29 Thread Maxim Maletsky
worked -- Maxim Maletsky [EMAIL PROTECTED] Sol [EMAIL PROTECTED] wrote... : test -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] new

2003-01-29 Thread Maxim Maletsky
and the question is -- Maxim Maletsky [EMAIL PROTECTED] Ysrael Guzmán [EMAIL PROTECTED] wrote... : Warning: Failed opening 'cliente.php' for inclusion (include_path='.;c:\php4\pear') in Unknown on line 0 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] PHP Crashing on iPlanet 6sp4 Enterprise, Solaris 8, PHP 4.3.0

2003-01-29 Thread Maxim Maletsky
why don't you check the bug database at bugs.php.net and investigate whether there is anything similar to this? If not, test well, combine your information together (specs, code, system, trace/logs etc) and submit it as a bug. Unless, this is not a bug :) -- Maxim Maletsky [EMAIL PROTECTED

Re: [PHP] Found a PHP bug!!!!!!!!!

2003-01-28 Thread Maxim Maletsky
just try doing it with === (three equal signs) and you'll see what is where -- Maxim Maletsky [EMAIL PROTECTED] Cal Evans [EMAIL PROTECTED] wrote... : John. Actually, 08 is equal to 8 in PHP. PHP will convert the string to an integer and the two will compare as equal

Re: [PHP] Found a PHP bug!!!!!!!!!

2003-01-28 Thread Maxim Maletsky
the original string. Then compare. That is the only way to be safe, other ways are magic because PHP debugged them for you. It's really all about the programming logic. few of you who are fluent with C or Java would dump into this. -- Maxim Maletsky [EMAIL PROTECTED] Scott Fletcher [EMAIL PROTECTED

Re: [PHP] Do php extension need to be thread-safe?

2003-01-28 Thread Maxim Maletsky
Absolutely yes. Take a look at the current extensions there to see how it can be controlled. -- Maxim Maletsky [EMAIL PROTECTED] Joshua Moore-Oliva [EMAIL PROTECTED] wrote... : Do php extension need to be thread-safe? I am running php on apache2. I would guess that since it's compiled

Re: [PHP] phpMyAdmin for Microsoft SQL

2003-01-28 Thread Maxim Maletsky
There is nothing for MS SQL that I know. phpMyAdmin was used for mySQL initially and then some volunteers like you made postreSQL and Oracle versions of it. So, you might want to try one on your own on SourceForge :) -- Maxim Maletsky [EMAIL PROTECTED] Joshua E Minnie [EMAIL PROTECTED] wrote

Re: [PHP] Help with Filesize

2003-01-28 Thread Maxim Maletsky
Try fstat() function on the file pointer - it will return you the various results, including its size. -- Maxim Maletsky [EMAIL PROTECTED] Rodrigo Corrêa [EMAIL PROTECTED] wrote... : How do i use the function filesize, because i´m using like: I just want associate the variable $body

Re: [PHP] help needed with session variables

2003-01-28 Thread Maxim Maletsky
['lastname'] = $last_name; and the three variables will be available on the next pages. remember to start sessions before hand: session_start(); -- Maxim Maletsky [EMAIL PROTECTED] Pushpinder Singh Garcha [EMAIL PROTECTED] wrote... : hello, I am making use of sessions in my PHp/MySQL

Re: [PHP] multiple entry forms !!

2003-01-28 Thread Maxim Maletsky
into the DB. That is the most elegant way, IMO. -- Maxim Maletsky [EMAIL PROTECTED] scott [EMAIL PROTECTED] wrote... : hi looking for some advice I have a site in progress. user to it have to enter a LOT of information (it will contain a club directory) in order to try and make

Re: [PHP] HELP session cache limiters

2003-01-28 Thread Maxim Maletsky
this means that somewhere (on line 19 of /home/sisource/public_html/stage/administration/config.php) there is an output. For sessions to work, session_start() should be *before* any output was created. Even a new line or a whitespace would break it. -- Maxim Maletsky [EMAIL PROTECTED

Re: [PHP] PHP vs Perl for system scripts (non-web)

2003-01-28 Thread Maxim Maletsky
it. -- Maxim Maletsky [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Access to Pear

2003-01-28 Thread Maxim Maletsky
It is a bad idea to hijack someone's thread. In other words, when posting a new question, do not reply to an existing post changing its subject and content. Mail headers still reference to the old one and we all see it just being another post of a thread. -- Maxim Maletsky [EMAIL PROTECTED

Re: [PHP] PHP Page Refresh on Redirection

2003-01-28 Thread Maxim Maletsky
make sure that new page's headers do not cache. See www.php.net/header for examples. -- Maxim Maletsky [EMAIL PROTECTED] Phil [EMAIL PROTECTED] wrote... : I have a PHP page with a form that submits to another PHP processing page. On completion of the PHP actions on the processing page, I

Re: [PHP] Good way to organize code using classes???

2003-01-28 Thread Maxim Maletsky
with. Also, check out the new Zend 2 engine, it has tons of improvements with classes for PHP5. Currently the code is in CVS (checkout php5 module). Changes are listed here: http://cvs.php.net/co.php/ZendEngine2/ZEND_CHANGES -- Maxim Maletsky [EMAIL PROTECTED] -- PHP General Mailing List (http

Re: [PHP] Need Guru's Help

2003-01-28 Thread Maxim Maletsky
What about looking for something like that written in C that would convert your HTML into XML and then use PEAR's XMLParser to get it into a PHP structure? -- Maxim Maletsky [EMAIL PROTECTED] Tariq Murtaza [EMAIL PROTECTED] wrote... : Hi All Guru's here, I need your help regarding

Re: [PHP] printing

2003-01-28 Thread Maxim Maletsky
It's easy to do with JavaScript. Client will only have to confirm. Sometimes, in PDF nor even confirming is necessary. Not sure if what I said makes sense. -- Maxim Maletsky [EMAIL PROTECTED] Shaun van den Berg [EMAIL PROTECTED] wrote... : Hey, Is there a way in php to print

Re: [PHP] Thread safety

2003-01-28 Thread Maxim Maletsky
Don't the current PHP extensions have a good example there? It's pretty much easy to understand reading the code. -- Maxim Maletsky [EMAIL PROTECTED] Olga Tonkonog [EMAIL PROTECTED] wrote... : Hello ! I write extension for PHP. I create bibliothek for Windows and for Linux. I set

Re: [PHP] problem with copy()

2003-01-28 Thread Maxim Maletsky
you need to escape the windows backslash: $file = c:\pic.jpg; should be $file = c:\\pic.jpg; or $file = c:/pic.jpg; which will work the same -- Maxim Maletsky [EMAIL PROTECTED] Bartosz Matosiuk [EMAIL PROTECTED] wrote... : hi can the string source in copy () looks like

Re: [PHP] parsing ini files

2003-01-28 Thread Maxim Maletsky
click reply-to and change the to and body to your own so it looks like a new post, some of us still get it as a thread of the previous one. -- Maxim Maletsky [EMAIL PROTECTED] Erich C. Beyrent [EMAIL PROTECTED] wrote... : Hey everybody, I'm new the list and to PHP, so I thought I'd launch

Re: [PHP] Access

2003-01-28 Thread Maxim Maletsky
with ODBC www.php.net/odbc -- Maxim Maletsky [EMAIL PROTECTED] Todd Barr [EMAIL PROTECTED] wrote... : Access Does anyone here have any idea how to connect access to PHP? Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Evaluate PHP var in stored sql statement?

2003-01-25 Thread Maxim Maletsky
no, much less instead --- Maxim Maletsky [EMAIL PROTECTED] On Sat, 25 Jan 2003 09:18:47 -0800 Noah [EMAIL PROTECTED] wrote: Thanks for your help Maxim. I've got quite a bit to learn. PHP is far more challenging than Cold Fusion. --Noah - Original Message - From

Re: [PHP] File Permissions

2003-01-24 Thread Maxim Maletsky
try this: echo you . ( is_writable(testfile2.php)? 'can ' : 'cannot' ) . write; the function is_writable() will tell you in advance whether the file is writable or not. -- Maxim Maletsky [EMAIL PROTECTED] Don Mc Nair [EMAIL PROTECTED] wrote... : Sorry if this is not really PHP related

Re: [PHP] Has This Been Done?

2003-01-24 Thread Maxim Maletsky
Pear has an interesting installer. Try checking it out -- Maxim Maletsky [EMAIL PROTECTED] Stephen [EMAIL PROTECTED] wrote... : Just a question but has something like ever been done? A PHP script that would create an installation form for any other PHP script developed by the user

Re: [PHP] Evaluate PHP var in stored sql statement?

2003-01-24 Thread Maxim Maletsky
use eval() www.php.net/eval -- Maxim Maletsky [EMAIL PROTECTED] CF High [EMAIL PROTECTED] wrote... : Hey all. I need to find out how to get PHP to evaluate a PHP variable stored in our MySql database. Currently the variable is being read as a string; i.e. select * from table where

Re: [PHP] Evaluate PHP var in stored sql statement?

2003-01-24 Thread Maxim Maletsky
eval takes the string and executes PHP in that string. So, eval(\$myrow[2] = \$myrow[2]\;); is equivalent to: $myrow[2] = $myrow[2]; I'd reccomend you using single quotes and then escape only backslashes and single quotes within a string -- Maxim Maletsky [EMAIL PROTECTED] Noah [EMAIL

Re: [PHP] Word Count

2003-01-23 Thread Maxim Maletsky
words, for a programming language, are nothing more than just the spaces. So, as previousely was shown - could the mount of spaces in the string to get the amount of `words' in between them. -- Maxim Maletsky [EMAIL PROTECTED] Craig [EMAIL PROTECTED] wrote... : Is there a way to count

Re: [PHP] Executing Shell Commands.

2003-01-23 Thread Maxim Maletsky
Use the execution operator backtricks (``) ?php echo 'pre'; echo `ls -la`; ? will throw you the shell's ls -la to the browser -- Maxim Maletsky [EMAIL PROTECTED] scott [EMAIL PROTECTED] wrote... : Hello, Does anybody know how to execute a shell command from PHP on a Linux system

Re: [PHP] Page doesn't load..

2003-01-23 Thread Maxim Maletsky
Guess what, if you'll try another browser the whole thing will work :) This is IE's problem -- Maxim Maletsky [EMAIL PROTECTED] Marek Kilimajer [EMAIL PROTECTED] wrote... : Do you get the message from apache? If so, check apache logs. If it is the exploder's default error page, turn user

Re: [PHP] Speed concerns with OOP and PHP4

2003-01-16 Thread Maxim Maletsky
because it has few to do with OO/PHP. 60k of code, if all together on the same request will be definitely slow. So, make sure that *only* the required classes are loaded on each execution. -- Maxim Maletsky [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] Php's future with Asp .NET?

2003-01-16 Thread Maxim Maletsky
add to your pages :) -- Maxim Maletsky [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Php's future with Asp .NET?

2003-01-16 Thread Maxim Maletsky
to also work on Linux. I have very little ASP experiance, but that has cost me the oppertinity to apply for several well-paying jobs, as there is very few PHP positions around - I'm speaking for the UK market here. Not that few, even in UK (as far as I know). -- Maxim Maletsky [EMAIL PROTECTED

Re: [PHP] phpBB

2003-01-15 Thread Maxim Maletsky
http://sf.net/projects/phpbb -- Maxim Maletsky [EMAIL PROTECTED] Félix García Renedo [EMAIL PROTECTED] wrote... : Hi, How could I download phpBB? I tryed in http://www.phpbb.com/index.php but I couldn't. Thanks. Un saludo. Félix García Renedo ( [EMAIL PROTECTED] ) -- PHP

Re: [PHP] Send email when some action

2003-01-15 Thread Maxim Maletsky
mail() function @ http://php.net/mail -- Maxim Maletsky [EMAIL PROTECTED] Miguel Brás [EMAIL PROTECTED] wrote... : Hi gents, i have a script to manage the registered users on my site. have also a table with id, name, uname, passwrd, email, datejoined, level and status my question

Re: [PHP] fsockopen() to remote URL: what if remote URL times out?

2003-01-10 Thread Maxim Maletsky
110 which means Connection timed out. Additionally, if you set anything over 30 seconds, you might also consider altering the execution time limit for the php script itself. -- Maxim Maletsky [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Is this possible with php?

2003-01-10 Thread Maxim Maletsky
in a simple VIM or other fancy directly on the server by logging there with telnet or SSH. Have fun. -- Maxim Maletsky [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Converting Excel Spreadsheet to MySQL table ...

2003-01-10 Thread Maxim Maletsky
on Linux box... -- Maxim Maletsky [EMAIL PROTECTED] Adam Ferguson [EMAIL PROTECTED] wrote... : Hello ... I was wondering if anyone had a good resource or code sample for opening ( or accessing ) an excel spreadsheet using php. I need to be able to convert a spreadsheet of products

Re: [PHP] searching for string inside document

2003-01-10 Thread Maxim Maletsky
these functions can work. Though, you will need to get the document's contents into a variable of your script so you can perform a preg_match()/ereg()/strstr() on that string variable. I believe this is what you missed out. -- Maxim Maletsky [EMAIL PROTECTED] -- PHP General Mailing List (http

Re: [PHP] something annoying about includes/relative paths.

2003-01-10 Thread Maxim Maletsky
for __FILE__, and removing the filename from the output, gives you a sort of relative path hack. Hope someone finds that useful -- Maxim Maletsky [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Medium to Large PHP Application Design

2003-01-10 Thread Maxim Maletsky
and people are enough - you can do it just fine. -- Maxim Maletsky [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP/Oracle Command line Segmentation Fault

2003-01-10 Thread Maxim Maletsky
. Do what, try removing the last function from your script and run again. If the segfault happens again submit a bug report at http://bugs.php.net with all the possible details (server log, script, system etc) and I will take over the bug myself (I maintain the OCI8 extension) -- Maxim Maletsky

Re: [PHP] Mysql/php database performance question

2003-01-10 Thread Maxim Maletsky
keeping those 5 columns with a lot of empty cells in the last columns is better as it is means exactly for that. Just don't make it a not null field. -- Maxim Maletsky [EMAIL PROTECTED] Khalid El-Kary [EMAIL PROTECTED] wrote... : the thing that may make difference in performance (as i think

Re: [PHP] PHP not executing files in subdirectories

2003-01-10 Thread Maxim Maletsky
to add them to your httpd.conf or .htaccess files. -- Maxim Maletsky [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] how can I use an external 'template' file and still use PHP variables?

2003-01-10 Thread Maxim Maletsky
Check out Smarty: http://smarty.php.net it does exactly what you need. -- Maxim Maletsky [EMAIL PROTECTED] Daevid Vincent [EMAIL PROTECTED] wrote... : I've posted this a few weeks ago with no response. I want to use an external email template as it were, so that the sales guys can edit

Re: [PHP] version switch problem

2003-01-10 Thread Maxim Maletsky
Please, when posting a new message - MAKE IT A *NEW* MESSAGE and not reply to something on the list changing the body and the subject - we notice it because that breaks threading of most email clients (Reference header) -- Maxim Maletsky [EMAIL PROTECTED] Christian Stalberg [EMAIL PROTECTED

Re: [PHP] groupware tool in PHP for PostgreSQL

2003-01-07 Thread Maxim Maletsky
Miguel González Castaños [EMAIL PROTECTED] wrote... : I have been looking around during more than one month, and the best that I have found seems to be phpGroupware, PHProjekt and TuTOS but I am hoping to get some comments/suggestions from you guys. probably phpGroupWare. -- Maxim

Re: [PHP] regular expression help

2003-01-07 Thread Maxim Maletsky
Here is your answer: http://www.phpbuilder.com/columns/ying2718.php3?page=2 -- Maxim Maletsky [EMAIL PROTECTED] adrian [EMAIL PROTECTED] [EMAIL PROTECTED] wrote... : I'm a bit useless at regular expressions so i thought i ask. i need to turn all [link url=http://www.site.com] link

Re: [PHP] Zend IDE vs. PhpEd

2003-01-07 Thread Maxim Maletsky
more affordable and better integrated with PHP. -- Maxim Maletsky [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] login_script_help needed.

2002-11-30 Thread Maxim Maletsky
what is on your line 22? -- Maxim Maletsky [EMAIL PROTECTED] On Sat, 30 Nov 2002 20:46:12 -0800 Karl James [EMAIL PROTECTED] wrote: http://www.ultimatefootballleague.com/Create_Account.phps hey people I was wondering if anyone can tell me why I cant get this script

Re: [PHP] Redirect opening in a new window

2002-11-30 Thread Maxim Maletsky
isn't there an only module you could modify? Do you really need to edit 2000 pages? I am not NUKE fan, but I am sure there is an easier way -- Maxim Maletsky [EMAIL PROTECTED] On Sat, 30 Nov 2002 12:09:33 -0800 Troy May [EMAIL PROTECTED] wrote: That easy solution is not so easy for me

Re: [PHP] Help with login/redirect/insert to dbase

2002-11-29 Thread Maxim Maletsky
I think you better describe your question here and wait for the world to answer. -- Maxim Maletsky [EMAIL PROTECTED] Karl James [EMAIL PROTECTED] wrote... : Hello guys Happy thanksgiving!!! My question is I'm Trying to apply this code to what I have done already on my site http

Re: [PHP] file creation date

2002-11-29 Thread Maxim Maletsky
How would you know about a file on someone's system before it was implicitly sent you by user? Take a look at JavaScript, but I doubt there will be a sure solution for it. Nothing is sure with JavaScript except for it's cross-browser incompatibility :) -- Maxim Maletsky [EMAIL PROTECTED

Re: [PHP] Help with the PHP

2002-11-29 Thread Maxim Maletsky
Try this: http://www.sourceforge.net/projects/phptriad and dowload there phptriad. It is a simplified distribution of PHP. Also, try reading the articles on the web. You might want to start from PHP Beginner (www.phpbeginner.com). There are also some installtion tutorials for you. -- Maxim

Re: [PHP] File handling

2002-11-29 Thread Maxim Maletsky
loop through the file line by line explode()ing every line with TEXt in it. Then, if retrning array count is bigger than one, unset() the key one and break the loop. All read OVERWRITE in the original file. Sorry, too lazy writing the code here :) -- Maxim Maletsky [EMAIL PROTECTED] Jeff

Re: [PHP] PHP Version of Outlook????

2002-11-22 Thread Maxim Maletsky
What does outlook have to do with PHP? No, there is nothing official has been made. There are some similar apps though, very good ones actually. -- Maxim Maletsky [EMAIL PROTECTED] Craig [EMAIL PROTECTED] wrote... : Does Any one of a web based version of Microsoft Outlook/MSN Hotmail

Re: [PHP] FAQ a good idea?

2002-11-22 Thread Maxim Maletsky
there is a bunch of info everywhere on the web. One should have better means to find these, but at the end, that is what others do here - answer questions :) I don't think this will ever happen -- Maxim Maletsky [EMAIL PROTECTED] Noodle Snacks [EMAIL PROTECTED] wrote... : I think

Re: [PHP] Undefined variables?

2002-11-18 Thread Maxim Maletsky
set error reporting to 55 -- Maxim Maletsky [EMAIL PROTECTED] Martin Magnusson [EMAIL PROTECTED] wrote... : I installed php 4.2.3 on Apache2. When I write ? echo $anyvariable; ? I get an error message telling me that I have an undefined variable $anyvariable. Is this something new

Re: [PHP] Problems with Caching

2002-11-18 Thread Maxim Maletsky
try calling implicitly flush() function: Example code: p id=hideWorking.../p ?php flush(); sleep ( 10 ); ? -- Maxim Maletsky [EMAIL PROTECTED] Adam Humphrey [EMAIL PROTECTED] wrote... : When I upgraded to 4.2.3 from 4.2.2 I no longer am able to see HTML before PHP code that takes a while

Re: [PHP] Help with variables in email

2002-11-18 Thread Maxim Maletsky
. . .. . ... -- Maxim Maletsky [EMAIL PROTECTED] Clint Tredway [EMAIL PROTECTED] wrote... : I am trying to send an email with form vars inside it but I cannot seem to get the vars to be parsed. Here is my code: /* message */ $message = ' html

Re: [PHP] PHP Newbie question

2002-11-18 Thread Maxim Maletsky
(requires some editing of httpd.conf, read the manual) Cheers, -- Maxim Maletsky [EMAIL PROTECTED] Bryan Cassidy [EMAIL PROTECTED] wrote... : This might sound stupid but what the hell. I am running Red Hat 8.0 with Apache. I have apache working fine right now. I am wanting to learn some php

Re: [PHP] Browsing directory

2002-11-18 Thread Maxim Maletsky
look at here: www.php.net/dir -- Maxim Maletsky [EMAIL PROTECTED] Helen Muller [EMAIL PROTECTED] wrote... : I would like to create a web page which allow people to browse the directory structure and the files listed in every directory. If you have experience about that, could you

Re: [PHP] sunrise/sunset programs?

2002-11-18 Thread Maxim Maletsky
I saw some similar code once... But PHP does not have it installed by default. Try searching on Google, HotScripts and SourceForge... I'm sure you will come up with something -- Maxim Maletsky [EMAIL PROTECTED] Adam [EMAIL PROTECTED] wrote... : Does anyone know if PHP has the capabilities

Re: [PHP] decode

2002-11-18 Thread Maxim Maletsky
where is that coming from? What encoding is that? Any info of the b abbab abbab baaba part? -- Maxim Maletsky [EMAIL PROTECTED] Roman Duriancik [EMAIL PROTECTED] wrote... : Please Help me ! This is not a php problem but if someone knows how to decode this : I have document

Re: [PHP] echoing date of first and last day of current week.

2002-11-18 Thread Maxim Maletsky
); ? Cheers, and thank my curiousity :) -- Maxim Maletsky [EMAIL PROTECTED] Noodle Snacks [EMAIL PROTECTED] wrote... : I want to get the unix timestamps of the first and last days of this week... Currently I have this: echo 'Words for the week from '.date('jS F Y',strtotime(last

Re: [PHP] testing

2002-11-18 Thread Maxim Maletsky
just mail: [EMAIL PROTECTED] :) You succeded though :) -- Maxim Maletsky [EMAIL PROTECTED] [EMAIL PROTECTED] wrote... : not sure how to post -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http

Re: [PHP] Post Problem

2002-11-18 Thread Maxim Maletsky
I think you should comment on this bug: http://bugs.php.net/bug.php?id=18648 provide the details about your system configurations and everything else that might help us to fix it. Though, it seems to be an Apache2 problem, so try upgrading that as well. -- Maxim Maletsky [EMAIL PROTECTED

Re: [PHP] phpMyAdmin 2.2.6

2002-11-14 Thread Maxim Maletsky
. -- Maxim Maletsky [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Authentication with PHP and HTTP

2002-11-14 Thread Maxim Maletsky
it if security is of a minimum importance or you're completely sure you know what you do. -- Maxim Maletsky [EMAIL PROTECTED] On Tue, 5 Nov 2002 02:04:52 +0100 silver [EMAIL PROTECTED] wrote: hi - I'm not quite sure if this will help you, but lets give it a try: you could use this URL

Re: [PHP] PHP/Flash

2002-11-14 Thread Maxim Maletsky
wanna write an article for PHP Beginner? We'd be looking for something like this some time next month... -- Maxim Maletsky [EMAIL PROTECTED] On Mon, 4 Nov 2002 15:46:12 -0600 Clint Tredway [EMAIL PROTECTED] wrote: I have a small example of using Flash/PHP if anyone wants it.. Clint

Re: [PHP] left click downloads

2002-11-12 Thread Maxim Maletsky
Yes. Just make a header appropriate for browser to understand that it should fire up the download dialog. -- Maxim Maletsky [EMAIL PROTECTED] Javier Montserat [EMAIL PROTECTED] wrote... : I want to make it easier for people to download files from my website by having the download start

Re: [PHP] Can somebody help me with making a login Script?

2002-11-12 Thread Maxim Maletsky
Also, look up on PHP Beginner, it was covered on it: www.phpbeginner.com -- Maxim Maletsky [EMAIL PROTECTED] Jon Haworth [EMAIL PROTECTED] wrote... : Hi Matt, can somebody please help me make an login script step one by one? My website is Http://tweak2x.cjb.net and I am looking

Re: [PHP] Help w/ $_SESSION

2002-11-12 Thread Maxim Maletsky
what PHP version are you running? $_SESSION variable is only available since PHP v4.1.0 and, btw, you always need to use session_start() before using it. -- Maxim Maletsky [EMAIL PROTECTED] Jason Wong [EMAIL PROTECTED] wrote... : On Tuesday 12 November 2002 15:59, conbud wrote: Hey, I

Re: [PHP] Oracle 7 support

2002-11-12 Thread Maxim Maletsky
manual has a list of PHP extension - that is what one should read. -- Maxim Maletsky [EMAIL PROTECTED] Many thanks, -- Dan Field Systems Development Officer - Social Services Dept. Ceredigion County Council

Re: [PHP] Oracle 7 support

2002-11-12 Thread Maxim Maletsky
production environments. We interface 3.5 Terrabytes Oracle 8 database framework for an e-government project using PHP's OCI8 extension. -- Maxim Maletsky [EMAIL PROTECTED] Ford, Mike [LSS] [EMAIL PROTECTED] wrote... : -Original Message- From: Dan Field [mailto:danf

Re: [PHP] PHP seg faulting

2002-11-12 Thread Maxim Maletsky
Try posting this on bugs.php.net onto the appropriate category. Add the output too. There you will have more chances to know why this happens. -- Maxim Maletsky [EMAIL PROTECTED] Mike Hall [EMAIL PROTECTED] wrote... : Afternoon: I'm having problems with PHP CGI crashing and I have

  1   2   3   4   5   6   7   >