Re: [PHP] NetFlix Drag and Drop Row Ordering

2005-03-24 Thread Martin . C . Austin
I don't see anything special about my Netflix queue. Am I missing something there? And I have no idea what "Flex" is referring to, so I'll check that out if anyone lets me know where. :o) Martin Austin Burhan Khalid <[EMAIL PROTECTED]> 03/24/2005 12:27 A

Re: [PHP] Parsing... the hell of PHP

2005-03-30 Thread Martin . C . Austin
$url = ".HtmlEntities($url)."\">"."; It appears the parse error is at the end of your opening link tag, so PHP doesn't know what >.HtmlEntities($url) means. I'm at work so I can't test it, but that appears the culprit to me. $url = "" .

Re: [PHP] Parsing... the hell of PHP

2005-03-30 Thread Martin . C . Austin
text here" You can place variables into a string, but if you are using a function to work on that variable, you must concatenate it. "" . htmlentities($url) . ""; (needs concatenation) "$url"; (no function used, no concatenation necessary) Good luck! Martin A

Re: [PHP] How to format every secound row in a database result

2005-03-30 Thread Martin . C . Austin
ly wrong in this approach, but it has always worked for me. :o) Martin Austin Miles Thompson <[EMAIL PROTECTED]> 03/30/2005 10:18 AM To: php-general@lists.php.net cc: Subject:Re: [PHP] How to format every secound row in a database result Maintain

RE: Re[6]: [PHP] asking comment

2005-03-30 Thread Martin . C . Austin
I agree with this solution, though it only effects the OP if he is using a login system of sorts. Martin Austin "Mikey" <[EMAIL PROTECTED]> 03/30/2005 12:39 PM Please respond to frak To: cc: Subject:RE: Re[6]: [PHP] asking comme

Re: [PHP] Include file

2005-03-30 Thread Martin . C . Austin
ase server you are using, than with PHP? I assume database since you are querying something. Just curious. And Jay: I'm using Lotus Notes R6, not much I can do about top quoting. Martin Austin xfedex <[EMAIL PROTECTED]> 03/30/2005 06:27 PM Please respond to xfedex To:

Re: [PHP] functions vs classes

2005-04-04 Thread Martin . C . Austin
I know I sure appreciate reading any discussions on OOP issues, as they are something I just cannot seem to grasp. Thanks! Martin Austin Brent Baisley <[EMAIL PROTECTED]> 04/04/2005 08:44 AM To: DuSTiN KRySaK <[EMAIL PROTECTED]> cc: PHP Subjec

Re: [PHP] Header issues

2005-04-05 Thread Martin . C . Austin
Perhaps you can do some juggling to make this work, passing the query to the server, then using a client side language to transmit those results to the appropriate frame. Sounds like a big headache to me though. Martin Austin John Nichel <[EMAIL PROTECTED]> 04/05/2005 11

RE: [PHP] PHP Web Hosting

2004-04-20 Thread Stanley X. Martin
Why don't you two just email each other instead of including us all in your little pissing contest? Stanley G. Martin -Original Message- From: -{ Rene Brehmer }- [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 4:59 PM To: PHP Mailing List Subject: Re: [PHP] PHP Web Ho

[PHP] Problem when compiling php5

2004-04-24 Thread Martin Hjort Eriksen
-jpeg-dir=/usr' '--with-png' '--with-mysql=/usr/local/mysql' '--with-mm=/usr' '--enable-trans-sid' '--enable-shmop' '--enable-sockets' '--with-regex=php' '--enable-sysvsem' '--enable-sysvshm' '--enable-yp' '--enable-memory-limit' '--with-tsrm-pthreads' '--enable-shared' '--disable-debug' '--with-zlib' '--disable-libxml' '--with-pgsql' What is wrong \Martin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP /\ UML

2004-05-13 Thread Martin Hjort Eriksen
subproject to Dia supports PHP. Dia: http://www.lysator.liu.se/~alla/dia/ Dia2Code: http://dia2code.sourceforge.net/ /Martin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP /\ UML

2004-05-10 Thread Martin Hjort Eriksen
Try Umbrello http://www.blinkenlights.de/arcade/index.en.html /Martin Eriksen Matthias H. Risse wrote: Hi, I wonder if anyone here is aware of UML Tools for PHP? I know of ArgoUML whichs PHP-codegenerator seems to be very beta. Maybe there are or are planned and well intergrated plugins for

Re: [PHP] PHP /\ UML

2004-05-10 Thread Martin Hjort Eriksen
This time with the correct URL http://uml.sourceforge.net /Martin Eriksen Martin Hjort Eriksen wrote: Try Umbrello http://www.blinkenlights.de/arcade/index.en.html /Martin Eriksen Matthias H. Risse wrote: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] PHP 5 Documentation

2004-05-10 Thread Martin Hjort Eriksen
Fidencio Monroy wrote: Does PHP 5 documentation exist? I have not found it in php.net. can someone send link please? Tnx http://www.zend.com/php5/zend-engine2.php /Martin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: PEAR::DB is great but is sooooo SLOW !

2004-05-16 Thread Martin Hjort Eriksen
, etc. in. /Martin Eriksen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] rewind 5 lines

2004-05-17 Thread Martin Hjort Eriksen
I have a file where the pointer is set at EOF. Is it possible, in a very easy way, to rewind it 5 lines? Thereby being able to return the last 5 lines of the file with "fgets". regards Martin Eriksen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

[PHP] Help understanding/debugging the following script:

2006-09-21 Thread Martin Bach Nielsen
speed != $this->num_speeds ) { $this->speed++; return; } if( $this->speed != 1 ) { $this->speed--; } ?> I will be thankful for any help/hints that leads to a solution. If anymore info are needed, please let me know. Regards, Martin -- PHP General Mailing List (http://

RE: [PHP] Override php.ini

2006-09-22 Thread Martin Bach Nielsen
was added in 3.0.4. I don't know if you can use a php.ini override command to do this, but it's worth a try :) // Martin -Original Message- From: Beauford [mailto:[EMAIL PROTECTED] Sent: 22. september 2006 18:42 To: PHP Subject: [PHP] Override php.ini Is there a way I can use <

[PHP] quick question about preg_replace

2006-10-04 Thread Martin Bach Nielsen
Hi all. I have written a guestbook (I know, there's a ton out there), which until recently did not get any spam, so now I'm trying to remove the spam-ad by using preg_replace: $melding = preg_replace('/(

[PHP] Problems with upload

2004-03-08 Thread Martin Hjort Eriksen
not using the stadard packages, that did not work either. The settings within php allow fileupload, so the problem should not be there. Has anybody else had similar problems???? /Martin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problems with upload

2004-03-08 Thread Martin Hjort Eriksen
Jason Wong wrote: On Monday 08 March 2004 23:35, Martin Hjort Eriksen wrote: I am running a fullt upgraded Debain "testing" system, and I have a smaller problem with uploading files. Does the example in the manual work for you? If it does, what does the php error log say wh

Re: [PHP] Problems with upload

2004-03-08 Thread Martin Hjort Eriksen
files. upload_max_filesize = 2M /Martin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] ldap_8859_to_t61

2004-03-24 Thread Juan Angel Martin
Hi all, I'm trying to use the LDAP function ldap_8859_to_t61() but I get this error: PHP Fatal error: Call to undefined function: ldap_8859_to_t61() The PHP version is 4.3.3 and I use others LDAP functions like ldap_connect() without any problem. Can anyone help me? Thanks in advance Juanan --

RE: [PHP] How to generate MD5 passwords

2005-07-29 Thread Martin B. Nielsen
Are you maybe looking for something like this: The above will output: 098f6bcd4621d373cade4e832627b4f6 as MD5 hash value. For more info, http://se2.php.net/manual/en/function.md5.php Best regards, Martin -Original Message- From: Michelle Konzack [mailto:[EMAIL PROTECTED] Sent: 30

[PHP] Secure Mail Form using PHP

2006-02-16 Thread Martin E. Koss
$Email = ereg_replace( "cc:", " ", $Email ); $Senders_Name = preg_replace( "/[\n\r]+/", " ", $Senders_Name ); $Message = preg_replace( "/[\n\r]+/", " ", $Message ); $recipient = preg_replace( "/[\n\r]+/",

[PHP] Secure Mail Form using PHP

2006-02-16 Thread Martin E. Koss
$Email = ereg_replace( "cc:", " ", $Email ); $Senders_Name = preg_replace( "/[\n\r]+/", " ", $Senders_Name ); $Message = preg_replace( "/[\n\r]+/", " ", $Message ); $recipient = preg_replace( "/[\n\r]+/",

Re: [PHP] Exit Function

2001-01-31 Thread Martin A. Marques
-- System Administration: It's a dirty job, but someone told I had to do it. - Martín Marqués email: [EMAIL PROTECTED] Santa Fe - Argentina http://math.unl.edu.ar/~martin/ Administrado

Re: [PHP] Tab character

2001-02-01 Thread Martin A. Marques
[EMAIL PROTECTED] Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/ Administrador de sistemas en math.unl.edu.ar - -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP] Tab character

2001-02-02 Thread Martin A. Marques
El Jue 01 Feb 2001 13:49, Alexander Skwar escribió: > So sprach Martin A. Marques am Thu, Feb 01, 2001 at 12:20:54PM -0300: > > yes (depending) > > On what? It depends on the charset you use. Saludos... :-) -- System Administration: It's a dirty job, but someone

[PHP] getting STDIO

2001-02-02 Thread Martin A. Marques
ntinahttp://math.unl.edu.ar/~martin/ Administrador de sistemas en math.unl.edu.ar - -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

Re: [PHP] PHP & mySQL on Sun Solaris OS

2001-02-06 Thread Martin A. Marques
email: [EMAIL PROTECTED] Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/ Administrador de sistemas en math.unl.edu.ar - -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: [PHP] PHP & mySQL on Sun Solaris OS

2001-02-06 Thread Martin A. Marques
ail: [EMAIL PROTECTED] Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/ Administrador de sistemas en math.unl.edu.ar - -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: [PHP] PHP/Majordomo web interface

2001-02-06 Thread Martin A. Marques
, but someone told I had to do it. - Martín Marqués email: [EMAIL PROTECTED] Santa Fe - Argentina http://math.unl.edu.ar/~martin/ Administrador de sistemas en math.unl.edu.ar

Re: [PHP] PHP/Majordomo web interface

2001-02-06 Thread Martin A. Marques
; ground! Well, when I sent the mail to the mailling list we have here in our LUG, I got a responce from Roberto Alsina (KDE developer) that said he was working on something like that, with C++ and it was 80% compete. So lets see what comes out of all this. > Gracìas, Martin! De nada. ;-)

Re: [PHP] base dir

2001-02-07 Thread Martin A. Marques
AIL PROTECTED] Santa Fe - Argentina http://math.unl.edu.ar/~martin/ Administrador de sistemas en math.unl.edu.ar - -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

Re: [PHP] Compiling php??

2001-02-08 Thread Martin A. Marques
ion: It's a dirty job, but someone told I had to do it. - Martín Marqués email: [EMAIL PROTECTED] Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/ Administrador de sistemas en m

Re: [PHP] base dir

2001-02-08 Thread Martin A. Marques
-- System Administration: It's a dirty job, but someone told I had to do it. - Martín Marqués email: [EMAIL PROTECTED] Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/ Administrador de sistemas en math.unl.edu.ar

Re: [PHP] How to make PHP work in all sub-directories?

2001-02-08 Thread Martin A. Marques
, but someone told I had to do it. - Martín Marqués email: [EMAIL PROTECTED] Santa Fe - Argentina http://math.unl.edu.ar/~martin/ Administrador de sistemas en math.unl.edu.ar - -- PHP General Mai

Re: [PHP] copy PEAR

2001-02-09 Thread Martin A. Marques
aludos... ;-) -- System Administration: It's a dirty job, but someone told I had to do it. - Martín Marqués email: [EMAIL PROTECTED] Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/ Administrador de

Re: [PHP] mysql not reporting errors

2001-02-09 Thread Martin A. Marques
inistration: It's a dirty job, but someone told I had to do it. - Martín Marqués email: [EMAIL PROTECTED] Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/ Administrador de sistemas en math.unl.edu.ar -

RE: [PHP] money maths

2001-02-12 Thread Martin E. Koss
Try the number_format example: $Price = number_format($BasePrice,2); Martin. -Original Message- From: Michael Hall [mailto:[EMAIL PROTECTED]] Sent: 12 February 2001 10:35 To: PHP List Subject: [PHP] money maths I'm building a demo shopping cart and have sorted out most thing

[PHP] Run a script for 20minutes

2001-02-12 Thread Martin E. Koss
he process. Thanks, Martin. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP] Run a script for 20minutes

2001-02-12 Thread Martin E. Koss
it's on a AMD K6-2/366 with 128mb ram. I have a Athlon 900 that I could run it on but that's not a machine I want to tinker too much with - will go for a trusty old 450 first. Is it a surprise that it might take up to 20 or 30 minutes to build over 20,000 simple HTML files? Martin. -

Re: [PHP] HTTP Authentication not getting unset

2001-02-14 Thread Martin A. Marques
Martín Marqués email: [EMAIL PROTECTED] Santa Fe - Argentina http://math.unl.edu.ar/~martin/ Administrador de sistemas en math.unl.edu.ar - -- PHP General Mailing List (http://www.php.net/) To un

Re: [PHP] HTTP Authentication not getting unset

2001-02-14 Thread Martin A. Marques
-- Martín Marqués email: [EMAIL PROTECTED] Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/ Administrador de sistemas en math.unl.edu.ar - -- PHP General Mailing List

[PHP] PHP 4 sessions and PHPLIB

2001-02-14 Thread Martin A. Marques
meone told I had to do it. - Martín Marqués email: [EMAIL PROTECTED] Santa Fe - Argentina http://math.unl.edu.ar/~martin/ Administrador de sistemas en math.unl.edu.ar - --

Re: [PHP] HTTP Authentication not getting unset

2001-02-14 Thread Martin A. Marques
;s a dirty job, but someone told I had to do it. - Martín Marqués email: [EMAIL PROTECTED] Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/ Ad

Re: [PHP] Compiling PHP for Apache.

2001-02-15 Thread Martin A. Marques
t's a dirty job, but someone told I had to do it. - Martín Marqués email: [EMAIL PROTECTED] Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/ Administrador de sistemas en math.unl.edu.ar -

Re: [PHP] Session Questions...

2001-02-15 Thread Martin A. Marques
s email: [EMAIL PROTECTED] Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/ Administrador de sistemas en math.unl.edu.ar - -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [E

Re: [PHP] unstable execution of mysql_db_query($db, $myQuery)

2001-02-15 Thread Martin A. Marques
7;s a dirty job, but someone told I had to do it. - Martín Marqués email: [EMAIL PROTECTED] Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/ Administrador de sistemas en math.unl.edu.ar - --

Re: [PHP] case sensitivity checking?

2001-02-15 Thread Martin A. Marques
told I had to do it. - Martín Marqués email: [EMAIL PROTECTED] Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/ Administrador de sistemas en m

Re: [PHP] php site, parse error

2001-02-15 Thread Martin A. Marques
had to do it. - Martín Marqués email: [EMAIL PROTECTED] Santa Fe - Argentinahttp://math.unl.edu.ar/~martin/ Administrador de sistemas en math.unl.edu.ar -

Re: [PHP] Help!! IP functions!!!

2001-02-19 Thread Martin A. Marques
Mensaje citado por: Bruno Freire <[EMAIL PROTECTED]>: > Hi!! > > My name is Bruno, From Brazil!!! > > I need to know how can i discovery the ip address when somebody access > my > home page > > What function can I use Bruno, check the phpinfo() function, which will give you lots of i

Re: [PHP] Libraries

2001-02-19 Thread Martin A. Marques
Mensaje citado por: Kath <[EMAIL PROTECTED]>: > Why do a lot of people use libraries like PHPLib? > > I find it a lot better to write my own basic functions. > > Is it just the attitude "Someone else coded it already, why should I?" Like some said to me "Don't re-invent the wheel" Saludos...

Re: [PHP] sessions and data missing browser message

2001-02-19 Thread Martin A. Marques
t; cache. If you wish you can repost the form > data to recreate the document by pressing the reload button. Whta does the error file say (error_log in apache)? > I am having this message since I include session handling in the code. Change the expire time? > Is there any way to avoid t

[PHP] function with 2 arguments

2001-02-19 Thread Martin A. Marques
Hi, I'm about to make a function with two arguments, and I want the second one to be optional. Can I just write the function and use it with one or two arguments without problems (I check if the second argument was passed inside the function). Is this OK? Saludos... :-) Martin Marques --

[PHP] graph 3d

2001-01-16 Thread Pablo Martin De Natale
Hello. Does anybody know any class or similar for 3d graph like bars, lines, etc? Thanks Pablo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROT

[PHP] telnet timeout

2001-01-25 Thread Pablo Martin De Natale
Hi, anybody knows where can i change the telnet timeout on a linux red hat 6.2? Thanks Pablo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTEC

[PHP] parallel execution of php code?

2005-08-08 Thread Martin van den Berg
I add something like a critical section or semaphore to overcome this problem. Thanx, Martin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] parallel execution of php code?

2005-08-09 Thread Martin van den Berg
> I have lots of places where I used to do this. Since MySQL 4.1 I've > changed it to something like: > > "INSERT INTO mytable SET id = 123, bla = '$x' ON DUPLICATE KEY UPDATE > bla='$x'" > > This saves you a query, and makes it easier to isolate the insert/ > update as it will play nicely with aut

[PHP] convert array to HTML GET request

2005-10-02 Thread Martin van den Berg
Newbe question: How does one convert an array into a HTML GET request easely? Are there any standard functions? Same for HTML POST requests. Thanks, Martin. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] gif support

2001-02-08 Thread Pablo Martin De Natale
Hello! I've installed php4 like apache module, with enable gd. But I have't got gif support. How can I install php with gif support? Thanks Pablo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To c

[PHP] multiple select

2001-02-16 Thread Pablo Martin De Natale
Hello, I'm trying to make a multiple select... I've this code... 1 2 3 then I select more than one option but when I see the value of $test, I only see the last value that I checked. Somebody can help me? Thanks Pablo -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] simpleXML - simplexml_load_file() timeout?

2006-04-10 Thread Martin Alterisio \"El Hombre Gris\"
Maybe it's too late to say this, but if your real problem is that you don't want the function reading the rss feed to block the rest of your page, you can always put the output of the reading of the feed on a separate page, and include this through an iframe. darren kirby wrote: Hello all, M

Re: [PHP] function by reference

2006-04-11 Thread Martin Alterisio \"El Hombre Gris\"
Well, it was a bad example to begin with, first of all max() is already defined in php, I should at least checked that before posting. Second, I forgot PHP (the Zend engine) has an interesting way of handling variables, when you copy assign a var or pass it as an argument of a function, a real

Re: [PHP] internationalization of web site

2006-04-12 Thread Martin Alterisio \"El Hombre Gris\"
Ussually, the browsers send a header with information about the language preferences of the user. This header is HTTP_ACCEPT_LANGUAGE. You can retrieve its value in PHP through the array $_SERVER: $_SERVER['HTTP_ACCEPT_LANGUAGE'] Here you can find about the format of this header: http://www.w3.o

Re: [PHP] How can I see where my script wasting time?

2006-04-17 Thread Martin Alterisio \"El Hombre Gris\"
Use the EXPLAIN sql command to check what your queries are really doing, you'll have to read the manual for the database you're using to figure out the information returned by this command. [EMAIL PROTECTED] wrote: Hi to all! I was developing one site with fake records in DB. Now, I put it l

Re: [PHP] Pushing PHP Into The Web 2.0 Generation

2006-04-18 Thread Martin Alterisio \"El Hombre Gris\"
Just what I needed today, another guy trying to find solutions when he doesn't even comprehend what the real problem is. A complete waste of my time. James Crane wrote: I've written a short paper on the future of PHP and I'd appreciate it if you folks would take a look at it and exchange your

Re: [PHP] session_destroy

2006-04-18 Thread Martin Alterisio \"El Hombre Gris\"
That's exactly what the manual says. session_destroy() doesñ't clean the session cookie (if one is used), that's probably why your session persists. Peter Hoskin wrote: I've also had this issue from time to time. Used the following to destroy it under all circumstances. if (isset($_COOKI

Re: [PHP] session_destroy

2006-04-19 Thread Martin Alterisio \"El Hombre Gris\"
Original Message- From: Martin Alterisio "El Hombre Gris" [mailto:[EMAIL PROTECTED] Sent: Wednesday, 19 April 2006 12:36 PM To: Peter Hoskin Cc: Shannon Doyle; php-general@lists.php.net Subject: Re: [PHP] session_destroy That's exactly what the manual says. session_destroy() d

Re: [PHP] programming contests as a way of finding/evaluating offshore talent...

2006-04-19 Thread Martin Alterisio \"El Hombre Gris\"
This is just my personal opinion on the subject. I don't believe nowadays programming contests are of any worth when judging a developer's talent, at least not what I expect from a coder. These contests usually prove that an a coder can pull out an development as an individual, but from lookin

Re: [PHP] Re: no offense to Rasmus... are you kidding me

2006-04-20 Thread Martin Alterisio \"El Hombre Gris\"
Matt Todd wrote: There's nothing wrong with staying true to the philosophy at all, I just think that it may well be detrimental in the end. And that is what I said in the (toilet)paper, that there will be (emphasis on the eventuality, not on the present actuality) a time that PHP will become t

Re: [PHP] session

2006-04-20 Thread Martin Alterisio \"El Hombre Gris\"
It's really that hard to read the whole manual page about session_destroy()? Quoting the php manual: "In order to kill the session altogether, like to log the user out, the session id must also be unset. If a cookie is used to propagate the session id (default behavior), then the session cookie

Re: [PHP] PHP error log

2006-04-20 Thread Martin Alterisio \"El Hombre Gris\"
Please, explain how are you logging the errors. Weber Sites LTD wrote: Hi I'm using PHP 4.4.0 (cli) and all of the errors / warnings are written to file. I can see all of the direct errors but when I have an error inside an include file the script fails and the error is not shown in the log. I

Re: [PHP] Sanity checker?

2006-05-03 Thread Martin Alterisio \"El Hombre Gris\"
Ezra Nugroho escribió: Well, Since my original post failed to generate reasonable feedback, not even a successful kick at people's funny bone or a flame, let me restate my question with a story. Php reduces the barrier to web development quite a bit, such that less technical people can jump in

Re: [PHP] Problem with usort

2006-05-04 Thread Martin Alterisio \"El Hombre Gris\"
Rabin Vincent escribió: On 5/4/06, Jon Earle <[EMAIL PROTECTED]> wrote: $ret_val = 0; if ($aday == $bday) {$ret_val = 0;} else {$ret_val = ($aday < $bday) ? -1 : 1;} return ret_val; You're missing the $ for ret_val on the return line. PHP thus understands the return value as a string,

Re: [PHP] set_error_handler() fails

2006-05-05 Thread Martin Alterisio \"El Hombre Gris\"
icy escribió: chris smith wrote: What does your code look like? I just realized that when called a second time, set_error_handler() returns my custom error handler but it is never triggered. Code looks like this: '; trigger_error('test error'); var_dump(set_error_handler('core_er

[PHP] PHP Web Hosting

2004-04-19 Thread Martin, Stanley G [Contractor for Sprint]
took them over last year. I can't contact them either. Does anyone know anything that may have happened here? I suspect I need to find another web hosting company before my site just goes away. Stanley G. Martin System Administrator Sprint - EAS Business Intelligence [EMAIL PROTECTED]

RE: [PHP] PHP Web Hosting

2004-04-19 Thread Martin, Stanley G [Contractor for Sprint]
Stanley G. Martin System Administrator Sprint - EAS Business Intelligence 913.762.8667 913.221.8241 PCS [EMAIL PROTECTED] -Original Message- From: Richard Davey [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 3:26 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] PHP Web Hosting Hel

RE: [PHP] PHP Web Hosting

2004-04-20 Thread Martin, Stanley G [Contractor for Sprint]
's time to move on. Thanks for the link Justin. Stanley G. Martin System Administrator Sprint - EAS Business Intelligence [EMAIL PROTECTED] -Original Message- From: Justin Palmer [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 5:01 PM To: [EMAIL PROTECTED] Subject: RE

RE: [PHP] Regular Expression

2004-05-05 Thread Martin, Stanley G [Contractor for Sprint]
Here's a neat little tool I came across while taking an ASP.NET course at a local college for creating regular expressions. I've used it with my Perl/PHP scripting also. Regular Expression Designer http://www.radsoftware.com.au/web/Default.aspx Stanley G. Martin System Administra

[PHP] PHP 4.3.6

2004-05-20 Thread Martin, Stanley G [Contractor for Sprint]
s for building PHP and followed them, but that didn't help. Here is the configure line I used for PHP: ./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs Now nothing works right. Stanley G. Martin System Administrator Sprint - EAS Business Intelligence 913.762.8667 913.221

RE: [PHP] PHP 4.3.6

2004-05-20 Thread Martin, Stanley G [Contractor for Sprint]
I'm getting a segmentation fault in the Apache error log whenever I access a page the doesn't finish. Stanley G. Martin System Administrator Sprint - EAS Business Intelligence [EMAIL PROTECTED] -Original Message- From: John Nichel [mailto:[EMAIL PROTECTED] Sent: Thursday, Ma

RE: [PHP] PHP 4.3.6

2004-05-20 Thread Martin, Stanley G [Contractor for Sprint]
OK. Here it is [Thu May 20 11:52:41 2004] [notice] child pid 19615 exit signal Segmentation fault (11) Stanley G. Martin System Administrator Sprint - EAS Business Intelligence [EMAIL PROTECTED] -Original Message- From: raditha dissanayake [mailto:[EMAIL PROTECTED] Sent: Thursday

RE: [PHP] PHP 4.3.6

2004-05-20 Thread Martin, Stanley G [Contractor for Sprint]
file libphp4.so and I'm loading it in Apache (which I didn't have to change because it was there before). I did notice before the changes that when I executed httpd -l to list loaded modules, PHP was listed and it's not now. I didn't have mod_so loaded before, but I loaded it this

RE: [PHP] PHP 4.3.6

2004-05-20 Thread Martin, Stanley G [Contractor for Sprint]
Yes. I used --enable-module=so. Stanley G. Martin System Administrator Sprint - EAS Business Intelligence 913.762.8667 913.221.8241 PCS [EMAIL PROTECTED] -Original Message- From: John Nichel [mailto:[EMAIL PROTECTED] Sent: Thursday, May 20, 2004 1:21 PM To: [EMAIL PROTECTED] Subject

RE: [PHP] PHP 4.3.6

2004-05-20 Thread Martin, Stanley G [Contractor for Sprint]
so I have everything back to normal now, but was wondering if this is a bug in the 4.3.6 installation where it doesn't create the needed library files. Stanley G. Martin System Administrator Sprint - EAS Business Intelligence [EMAIL PROTECTED] -Original Message- From: Aaron Gould

<    15   16   17   18   19   20