Re: [PHP] Problems installing php with pdflib

2007-04-26 Thread Tijnema !
On 4/25/07, Richard Lynch [EMAIL PROTECTED] wrote: On Tue, April 24, 2007 7:39 am, Tijnema ! wrote: On 4/17/07, Richard Lynch [EMAIL PROTECTED] wrote: On Sat, April 14, 2007 3:55 am, Merlin wrote: I am moving to a new box and want to install php with pdflib again. After configure I get

Re: [PHP] problem with shared object file

2007-04-26 Thread Tijnema !
it? How can I find out why dynamic loading fails? Is it possibly due to different glibc versions? Regards Marten Yes, a different glibc version could be the problem. try ldd /homepages/xyz/util.so Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Re: posting variables to parent frame

2007-04-26 Thread Tijnema !
, getting the last little bit fixed up is about 5 minutes of work. Yeah, fix PHP errors first, and finish your site, then validate it with the w3c validator (validator.w3c.org). Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] TrueType font changes size when rotated?

2007-04-26 Thread Tijnema !
the others with much larger variations in length is disconcerting, in your image, if those length calculations are correct... Still, it has probably nothing to do with PHP, as PHP is just using the GD library Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

2007-04-26 Thread Tijnema !
On 4/26/07, Al [EMAIL PROTECTED] wrote: font.. is depreciated and shouldn't be used anyhow. Use styles instead. I use combination of both :) style type=text/css font.grey { color: grey; } /style font class=grey My Grey Text :) /font Tijnema Dave Goodchild wrote: View the source, you have

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

2007-04-26 Thread Tijnema !
On 4/26/07, Stut [EMAIL PROTECTED] wrote: Tijnema ! wrote: On 4/26/07, Al [EMAIL PROTECTED] wrote: font.. is depreciated and shouldn't be used anyhow. Use styles instead. I use combination of both :) style type=text/css font.grey { color: grey; } /style font class=grey My Grey Text

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

2007-04-26 Thread Tijnema !
On 4/26/07, Stut [EMAIL PROTECTED] wrote: Tijnema ! wrote: On 4/26/07, Stut [EMAIL PROTECTED] wrote: Tijnema ! wrote: On 4/26/07, Al [EMAIL PROTECTED] wrote: font.. is depreciated and shouldn't be used anyhow. Use styles instead. I use combination of both :) style type=text/css

Re: [PHP] Re: posting variables to parent frame

2007-04-26 Thread Tijnema !
that BrowserCam provides has not demonstrated any problems with using br -- or at least none that I've seen. Cheers, tedd I believe it was IE4 and with some Netscape browsers. Tijnema -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: posting variables to parent frame

2007-04-26 Thread Tijnema !
.. :P You're page is HTML 4.01 valid, i think you should make it XHTML 1.0 Strict. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: posting variables to parent frame

2007-04-26 Thread Tijnema !
On 4/26/07, tedd [EMAIL PROTECTED] wrote: At 4:54 PM +0200 4/26/07, Tijnema ! wrote: On 4/26/07, tedd [EMAIL PROTECTED] wrote: Also, which older browsers have problems with it? I've been using br/ in sites for many years and never had any problem with it whatsoever. Also, every browser

Re: [PHP] Re: posting variables to parent frame

2007-04-26 Thread Tijnema !
On 4/26/07, tedd [EMAIL PROTECTED] wrote: At 5:06 PM +0200 4/26/07, Tijnema ! wrote: It's not XHTML 1.0 Strict valid .. :P You're page is HTML 4.01 valid, i think you should make it XHTML 1.0 Strict. Ar. Then I would have to add all those / to my in all my code in all my sites. Literally

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

2007-04-26 Thread Tijnema !
On 4/26/07, tedd [EMAIL PROTECTED] wrote: At 3:33 PM +0200 4/26/07, Tijnema ! wrote: On 4/26/07, Stut [EMAIL PROTECTED] wrote: Tijnema ! wrote: On 4/26/07, Al [EMAIL PROTECTED] wrote: font.. is depreciated and shouldn't be used anyhow. Use styles instead. I use combination of both

Re: [PHP] Re: posting variables to parent frame

2007-04-26 Thread Tijnema !
On 4/26/07, tedd [EMAIL PROTECTED] wrote: At 5:26 PM +0200 4/26/07, Tijnema ! wrote: On 4/26/07, tedd [EMAIL PROTECTED] wrote: At 5:06 PM +0200 4/26/07, Tijnema ! wrote: It's not XHTML 1.0 Strict valid .. :P You're page is HTML 4.01 valid, i think you should make it XHTML 1.0 Strict. Ar

Re: [PHP] Re: posting variables to parent frame

2007-04-26 Thread Tijnema !
On 4/26/07, Robert Cummings [EMAIL PROTECTED] wrote: On Thu, 2007-04-26 at 19:17 +0200, Tijnema ! wrote: On 4/26/07, tedd [EMAIL PROTECTED] wrote: At 5:26 PM +0200 4/26/07, Tijnema ! wrote: On 4/26/07, tedd [EMAIL PROTECTED] wrote: At 5:06 PM +0200 4/26/07, Tijnema ! wrote: It's

Re: [PHP] Re: PHP Text Messaging

2007-04-26 Thread Tijnema !
. You could better not tell them you are recording, and when they are saying we never said that then you just play it back :) Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: PHP Text Messaging

2007-04-26 Thread Tijnema !
it is the same... :( Tijnema On 4/26/07, Tijnema ! [EMAIL PROTECTED] wrote: On 4/26/07, Daniel Brown [EMAIL PROTECTED] wrote: Sounds like a good plan. Maybe I'll start recording all of my phone calls. I'll just answer the phone, Hello, this call is being reported for quality assurance

Re: [PHP] Re: posting variables to parent frame

2007-04-26 Thread Tijnema !
On 4/26/07, Justin Frim [EMAIL PROTECTED] wrote: tedd wrote: At 5:06 PM +0200 4/26/07, Tijnema ! wrote: It's not XHTML 1.0 Strict valid .. :P You're page is HTML 4.01 valid, i think you should make it XHTML 1.0 Strict. Ar. Then I would have to add all those / to my in all my code

Re: [PHP] Re: posting variables to parent frame OT

2007-04-26 Thread Tijnema !
On 4/26/07, Daniel Brown [EMAIL PROTECTED] wrote: You're 15 years old Tij? Wow, you were good at math right? Tijnema On 4/26/07, tedd [EMAIL PROTECTED] wrote: At 8:00 PM +0200 4/26/07, Tijnema ! wrote: On 4/26/07, Robert Cummings [EMAIL PROTECTED] wrote: So we're talking around

Re: [PHP] Re: everything printed suddenly has blue text, as if were a link

2007-04-26 Thread Tijnema !
the braces right. They should be: .grey { color: grey; } In seriousness, I /do/ use colors that way -- and it works for me. Cheers, tedd For such things, i think you could better do this: p style=color:greyMy Grey Text :) /p Tijnema -- PHP General Mailing List (http://www.php.net

Re: [PHP] Re: posting variables to parent frame OT

2007-04-26 Thread Tijnema !
of people giving you compliments? Tijnema On 4/26/07, Tijnema ! [EMAIL PROTECTED] wrote: On 4/26/07, Daniel Brown [EMAIL PROTECTED] wrote: You're 15 years old Tij? Wow, you were good at math right? Tijnema On 4/26/07, tedd [EMAIL PROTECTED] wrote: At 8:00 PM +0200 4

Re: [PHP] Re: PHP Text Messaging [Straying Way OT]

2007-04-26 Thread Tijnema !
On 4/26/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: If your really interested in this subject try; http://www.rcfp.org/taping/ Does there exists such page for world-wide phone calls? Tijnema Quoting Daniel Brown [EMAIL PROTECTED]: Interesting and being in Pennsylvania, I'm

Re: [PHP] Re: posting variables to parent frame OT

2007-04-26 Thread Tijnema !
), and i'll make sure you get in Frisian :) ( = Somewhere in the north of the netherlands) Tijnema On 4/26/07, Tijnema ! [EMAIL PROTECTED] wrote: On 4/26/07, Daniel Brown [EMAIL PROTECTED] wrote: Well, smartass, I was going to pay you a compliment and say that you're well-versed

Re: [PHP] IE and cookie issues in PHP app

2007-04-26 Thread Tijnema !
handle all RFC/W3C standards But as i said before, we can't do anything without your code :) Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: posting variables to parent frame OT

2007-04-26 Thread Tijnema !
On 4/26/07, Robert Cummings [EMAIL PROTECTED] wrote: On Thu, 2007-04-26 at 20:49 +0200, Tijnema ! wrote: On 4/26/07, Daniel Brown [EMAIL PROTECTED] wrote: Tedd, If you still have those old underwear, we should stick 'em up Tijnema's nose! :-D Hmm, if you come over

Re: [PHP] Re: posting variables to parent frame OT

2007-04-26 Thread Tijnema !
On 4/26/07, Daniel Brown [EMAIL PROTECTED] wrote: Yeah, I heard the Netherlands was really loose with their laws on this kind of thing ;-P Yeah, the cops are walking on the street :) not surfing on the web,... Tijnema On 4/26/07, Robert Cummings [EMAIL PROTECTED] wrote: On Thu

Re: [PHP] Re: posting variables to parent frame OT

2007-04-26 Thread Tijnema !
On 4/26/07, Robert Cummings [EMAIL PROTECTED] wrote: On Thu, 2007-04-26 at 21:02 +0200, Tijnema ! wrote: On 4/26/07, Robert Cummings [EMAIL PROTECTED] wrote: On Thu, 2007-04-26 at 20:49 +0200, Tijnema ! wrote: On 4/26/07, Daniel Brown [EMAIL PROTECTED] wrote: Tedd

Re: [PHP] Uploaded file

2007-04-26 Thread Tijnema !
.? Thanks, Chris You should move your uploaded file first with the move_uploaded_file function, and then perform actions on it :) Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Server-Side Speech --- New Project Discussion (PHP/C++ Developers?)

2007-04-26 Thread Tijnema !
, but please, don't under estimate me. Also, because i'm so young, i can learn things very quick. I understand new things very quickly. I'd like to write the hardest part of the code because i learn most from that :) Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] slow performance

2007-04-25 Thread Tijnema !
think. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] script timeout

2007-04-25 Thread Tijnema !
to return something. Of course, every Apache could be replaced by IIS in above text :) Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: how to detect type of image

2007-04-25 Thread Tijnema !
(by a magic number) if a script is HTML or PHP? No way :P Of course, It's both not valid for an image file, but you might be worried when the first magic bytes are faked. Does somebody care if there are a few magic bytes displayed at the top of his page? Tijnema Ps. Please don't top post

Re: [PHP] filetype() and exec() issues

2007-04-24 Thread Tijnema !
the max executon time: http://www.php.net/set_time_limit Tijnema snip -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] What determines the relative directory, and can I control it?

2007-04-24 Thread Tijnema !
the CSS inline. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] help needed to write an installation script for my php application

2007-04-24 Thread Tijnema !
the second :) Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] performance down

2007-04-24 Thread Tijnema !
before. So maybe it is the newer apache version which slows us down or changes in php 5.2.0. Has anyone come across a similar phenomenon? Dominic Letz What platform are you using? Windows or Linux? Never had any slow PHP versions on my Linux server. Tijnema -- PHP General Mailing List (http

Re: [PHP] voucher manipulation

2007-04-24 Thread Tijnema !
for example) Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problems installing php with pdflib

2007-04-24 Thread Tijnema !
/include/header I don't know if the following will work, but you could try adding the an include dir to CFLAGS: export CFLAGS=-I /usr/local/lib *note that this will destroy currently set CFLAGS. And then try configuring with --with-pdflib=/usr/local Tijnema -- PHP General Mailing List (http

Re: [PHP] Find MAC Address in PHP

2007-04-24 Thread Tijnema !
, reading it from the PHP script? BTW, have a look at suPHP [1]... =] [1] - http://www.howtoforge.com/suphp_debian_etch_ispconfig That's really a big job to install :( Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] posting variables to parent frame

2007-04-24 Thread Tijnema !
) but this didn't succeed. Can you please help me? Thanks in advance! Hans Always have a look at w3schools first :) Then you would have noticed that it is _top instead of top http://www.w3schools.com/tags/tag_form.asp Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Find MAC Address in PHP

2007-04-24 Thread Tijnema !
On 4/24/07, Davi [EMAIL PROTECTED] wrote: Em Terça 24 Abril 2007 10:07, Tijnema ! escreveu: On 4/23/07, Davi [EMAIL PROTECTED] wrote: Em Domingo 22 Abril 2007 03:12, Richard Lynch escreveu: On Fri, April 20, 2007 3:00 pm, Nathaniel Hall wrote: ?php $MAC = system(arp 192.168.200.254

Re: [PHP] Shell used by system()

2007-04-24 Thread Tijnema !
the fault of PHP, but the very first line in your shell script. It contains something like #!/bin/sh And yes, it will execute /bin/sh. You might want to force execution with another shell by adding that to the system/exec command: system(/bin/anothersh /path/to/myscript.sh); Tijnema -- PHP General

Re: [PHP] List

2007-04-24 Thread Tijnema !
, you might want to get the emails in a daily digest, instead of every single email. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Find MAC Address in PHP

2007-04-24 Thread Tijnema !
On 4/24/07, chris smith [EMAIL PROTECTED] wrote: On 4/24/07, Tijnema ! [EMAIL PROTECTED] wrote: On 4/24/07, Davi [EMAIL PROTECTED] wrote: Em Terça 24 Abril 2007 10:07, Tijnema ! escreveu: On 4/23/07, Davi [EMAIL PROTECTED] wrote: Em Domingo 22 Abril 2007 03:12, Richard Lynch escreveu

Re: [PHP] Separating words based on capital letter

2007-04-24 Thread Tijnema !
/howto/root_email.php http://lyricslist.com/lyrics/lyrics/112/19/adams_bryan/waking_up_the_neighbours.html Maybe you could post your current code here? That way, we can improve your code instead of wasting our time to completly rewrite a script. Tijnema -- PHP General Mailing List (http

Re: [PHP] Compilation?

2007-04-23 Thread Tijnema !
linux,you might want to check out a binary release first, else compiling is also quite simple. Extract tarball. ./configure make make install that will do it :) Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] retrieve POST body?

2007-04-22 Thread Tijnema !
? Most of them don't have perl. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: how to detect type of image

2007-04-22 Thread Tijnema !
are sending is a time bomb. M. Yeah right, a time bomb with an image header :P It should have an ELF header :) But then it would be detected by the mime_content_type i guess. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] upload file then move between servers

2007-04-21 Thread Tijnema !
move the file with the built in PHP command. http://www.php.net/move_uploaded_file Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] how to detect type of image

2007-04-21 Thread Tijnema !
faked... just by renaming it. Does it exist a technique for that ? thanks a lot, -- Alain Use the mime_content_type function for returning the mime type. Check if that matches one of you image mimetypes http://www.php.net/mime_content_type Tijnema -- PHP General Mailing List (http://www.php.net

Re: [PHP] echo or print ?

2007-04-21 Thread Tijnema !
scripts. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Do two lists in a while statement

2007-04-21 Thread Tijnema !
($possiblefields) list(,$possibleview) = each($possiblefieldsdiscription)){ } Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Do two lists in a while statement

2007-04-21 Thread Tijnema !
require one of both to be TRUE, use || instead of . Tijnema -- 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/unsub.php

Re: [PHP] Do two lists in a while statement

2007-04-21 Thread Tijnema !
real error, so to test if it's a problem with the while loop, you could assign the backward order. So the code would look like the one below. Please test it, and see if you still get the same problem, or if you get $possible now instead of $possibleview. Tijnema $fieldnumber = 0

Re: [PHP] Do two lists in a while statement

2007-04-21 Thread Tijnema !
On 4/21/07, Richard Kurth [EMAIL PROTECTED] wrote: -Original Message- From: Tijnema ! [mailto:[EMAIL PROTECTED] Sent: Saturday, April 21, 2007 1:13 PM To: Richard Kurth Cc: php-general@lists.php.net Subject: Re: [PHP] Do two lists in a while statement On 4/21/07, Richard Kurth [EMAIL

Re: [PHP] echo or print ?

2007-04-21 Thread Tijnema !
On 4/21/07, Stut [EMAIL PROTECTED] wrote: Tijnema ! wrote: On 4/18/07, Richard Lynch [EMAIL PROTECTED] wrote: On Tue, April 17, 2007 1:40 am, Christian Haensel wrote: Whenever I see people put their code up for review, I realize they mostly use print instead of echo, while I am using

Re: [PHP] echo or print ?

2007-04-21 Thread Tijnema !
On 4/21/07, Stut [EMAIL PROTECTED] wrote: Tijnema ! wrote: On 4/21/07, Stut [EMAIL PROTECTED] wrote: Tijnema ! wrote: There is a difference, echo is slightly faster. code used for benchmark: ? $start = microtime(TRUE); for ($i=0; $i10; ++$i) { print ABC; } echo sprintf

Re: [PHP] echo or print ?

2007-04-21 Thread Tijnema !
On 4/22/07, Stut [EMAIL PROTECTED] wrote: Tijnema ! wrote: But what else would you use a lot in your code? all commonly used things (like while, if, echo, etc) are just (nearly) as fast as their alternatives (for, print, etc). Other functions (like file/stream) might be some performance

Re: [PHP] Appending into associative arrays

2007-04-20 Thread Tijnema !
? or is it 0.01? Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] how to get var name and value from function?

2007-04-19 Thread Tijnema !
defining a variable outside, and inside a function. and then get the reference to it? Will the first var be overwritten, and when the function ends, it will refer to the old var again? Tijnema - Mike Ford, Electronic Information

Re: [PHP] Problems with Curl and POST

2007-04-19 Thread Tijnema !
, CURLOPT_POSTFIELDS, $post_data)) { echo curl_error($ch); } I get the same results. Any tips? php 5.0.4 I guess you insert data twice, or something like that. I modified above code, test it. Tijnema -- Some people have a gift link here. Know what I want? I want you to buy

Re: [PHP] retrieve POST body?

2007-04-19 Thread Tijnema !
{'CONTENT_LENGTH'}); } print $buffer; If you call this script via exec, it can't return the POST data send to the PHP script right? btw, we are here on a PHP list, not PERL :) Tijnema -- _ Myron Turner http://www.room535.org http://www.bstatzero.org http://www.mturner.org

Re: [PHP] warning message to hide

2007-04-18 Thread Tijnema !
On 4/17/07, Richard Lynch [EMAIL PROTECTED] wrote: On Sat, April 14, 2007 12:12 pm, Tijnema ! wrote: try putting an @ sign before this line. something like this: @$conn = pg_connect($conn_string); According to the manual: http://www.php.net/manual/en/language.operators.errorcontrol.php

Re: [PHP] warning message to hide

2007-04-18 Thread Tijnema !
On 4/18/07, Roman Neuhauser [EMAIL PROTECTED] wrote: # [EMAIL PROTECTED] / 2007-04-18 07:55:05 +0100: On 4/17/07, Richard Lynch [EMAIL PROTECTED] wrote: On Sat, April 14, 2007 12:12 pm, Tijnema ! wrote: try putting an @ sign before this line. something like this: @$conn = pg_connect

Re: [PHP] Json.php

2007-04-18 Thread Tijnema !
On 4/17/07, Richard Lynch [EMAIL PROTECTED] wrote: On Mon, April 16, 2007 10:20 am, Tijnema ! wrote: And btw, I think it's better not to create a new link to the class each time the function is called, but just use :: if (!function_exists('json_encode')) { function json_encode($data

Re: [PHP] Why can't I ini_set('upload_max_filesize')?

2007-04-18 Thread Tijnema !
of remote access to a server? I use it all day to access my server :) Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Why can't I ini_set('upload_max_filesize')?

2007-04-17 Thread Tijnema !
file :) Tijnema On Apr 17, 2007, at 1:40 PM, Daniel Brown wrote: That particular variable is a PHP_INI_SYSTEM variable, which means it can only be set in php.ini or httpd.conf. This means that, unfortunately, even if your system uses Apache on Windows and the host allows .htaccess

Re: [PHP] auto page generation

2007-04-16 Thread Tijnema !
It has a great tutorial for n00bs... ;) After that you probably will be able to make such site you want to :) Tijnema Cheers, tedd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] how to get var name and value from function?

2007-04-16 Thread Tijnema !
On 4/16/07, Ford, Mike [EMAIL PROTECTED] wrote: On 14 April 2007 13:16, Afan Pasalic wrote: Tijnema ! wrote: On 4/14/07, Afan Pasalic [EMAIL PROTECTED] wrote: function value2var($array, $print=0) { foreach ($_POST as $key = $value) I think you should change above line

Re: [PHP] Json.php

2007-04-16 Thread Tijnema !
On 4/16/07, Jochem Maas [EMAIL PROTECTED] wrote: Otto Wyss wrote: Tijnema ! wrote: *ROFLMFAO*...Did you actually try google for json.php? Second result: http://mike.teczno.com/JSON/JSON.phps This doesn't have a json_encode but needs a $json object which then could be used as $json-encode

Re: [PHP] how to get var name and value from function?

2007-04-16 Thread Tijnema !
On 4/16/07, Ford, Mike [EMAIL PROTECTED] wrote: On 16 April 2007 16:18, Tijnema ! wrote: On 4/16/07, Ford, Mike [EMAIL PROTECTED] wrote: On 14 April 2007 13:16, Afan Pasalic wrote: Tijnema ! wrote: On 4/14/07, Afan Pasalic [EMAIL PROTECTED] wrote: function value2var($array

Re: [PHP] Saving css state in javascript and passing to php via form submit

2007-04-16 Thread Tijnema !
On 4/16/07, Tim [EMAIL PROTECTED] wrote: ... You could use AJAX to get things from/to PHP, but why should you? You can use session within javascript too i believe. Tijnema ps. Maybe you could also use AJAX instead of submitting forms the whole time. ... Really, it's

Re: [PHP] I make a patch, how I report?

2007-04-16 Thread Tijnema !
] and then post it. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Array remove function?

2007-04-16 Thread Tijnema !
today ... well at the least you'll probably get a chance to grab a another cup of coffee. 6. er ... I'll keep you posted. How off-topic is this? Remember, this is the PHP list, not the Vista list. Tijnema ps. The name Microsoft is not really the right name for the company, it should have been

Re: [PHP] Re: width and height of flash-files

2007-04-14 Thread Tijnema !
to use such tools as FLV Metdata Injector, but i didn't find a linux alternative. If you're only doing a few .flv files, and quite small ones, you might want to convert the FLV files first to another format with ffmpeg. Then use some tools on that. Tijnema -- PHP General Mailing List (http

Re: [PHP] how to get var name and value from function?

2007-04-14 Thread Tijnema !
} } value2var($_POST, 1); but, I don't know how to get info from function back to script?!?!? :-( Uhm, it's not even possible when you don't know the keys i believe. Tijnema any help appreciated. -afan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] Images again

2007-04-14 Thread Tijnema !
message, i don't understand what you're trying to do. Show us (parts of) the code you have now, and then explain what you've wanted to do, and what it does now. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Json.php

2007-04-14 Thread Tijnema !
manual (http://ch2.php.net/manual/de/ref.json.php)? O. Wyss *ROFLMFAO*...Did you actually try google for json.php? Second result: http://mike.teczno.com/JSON/JSON.phps Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General

Re: [PHP] Problems installing php with pdflib

2007-04-14 Thread Tijnema !
Tijnema I do run the same version on the old box which is php 4.4.6 and pdflib 4.03. I do not want to upgrade to a new pdflib since I was totaly satisfied with the installation which runs perfectly. The php version seems also not to be the problem since I tried to configure with 4.2.1 and it failed

Re: [PHP] warning message to hide

2007-04-14 Thread Tijnema !
(My error here!); This will show My error here! when the function can't connect. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Dreamhost! PHP as CGI!???

2007-04-13 Thread Tijnema !
Google tells me that it is an optional feature to run PHP as CGI, default it is running under apache. Atleast that's what i found for dreamhost. Tijnema -- Wishlists: http://snipurl.com/vrs9 Switch: http://browsehappy.com/ BCC?: http://snipurl.com/w6f8 My: http://del.icio.us

Re: [PHP] Dreamhost! PHP as CGI!???

2007-04-13 Thread Tijnema !
before you get a reply. But once you got it, it's a really nice host. Nice speed, really 99.9% uptime, and not much limited stuff :) safe_mode is even turned off :) Tijnema -- Zend Certified Engineer http://www.corephp.co.uk Never trust a computer you can't throw out of a window -- PHP General

Re: [PHP] width and height of flash-files

2007-04-13 Thread Tijnema !
:) Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP editor

2007-04-13 Thread Tijnema !
hope not. Editors should never be written in scripting-languages in my opinion. - tul Uhm, C is a scripting language too right? Most editors are written in C :) Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] sendmail loop

2007-04-13 Thread Tijnema !
With set_time_limit you could set the timeout value higer: http://www.php.net/set_time_limit So that your script won't timeout when it takes too long. Also, when the user closes his browser, the script will continue! Tijnema Ps. No, this is not a spam application - it is a notice/announcement form

Re: [PHP] Re: Question on Portfoilo's

2007-04-12 Thread Tijnema !
source comes in nicely. You don't need to make it a full time job, but actively contributing to a project will allow you to say I played a good sized role in __. Think about the google Summer of Code idea, if you participated in that, then you can add that to your portfolio ;) Tijnema Matt

Re: [PHP] PHP editor

2007-04-12 Thread Tijnema !
to the server (even if the server isn't in the LAN, it can save through FTP automatically). For linux i prefer Kdevelop :), nice free and buitlin with KDE, which a lot of distributions use... Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Bind IP with fsockopen

2007-04-12 Thread Tijnema !
On 4/12/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi ive tried \r\n\n and pretty much every other combination I can think of. But I still cant get it to return a line break. Otherwise the script is working though. A simple \r\n should do the job:) Tijnema - Original Message

Re: [PHP] Array remove function?

2007-04-11 Thread Tijnema !
a multi-dimensional array... Tijnema On Tue, April 10, 2007 2:52 pm, Tijnema ! wrote: On 4/10/07, Richard Lynch [EMAIL PROTECTED] wrote: http://php.net/unset That works when you know the key, but will that work when you only know the value? Tijnema On Tue, April 10, 2007 2:49 pm, Tijnema

Re: [PHP] dynamic web interface and size

2007-04-11 Thread Tijnema !
On 4/11/07, Richard Lynch [EMAIL PROTECTED] wrote: 1000 pixels? Woof. Guess my 800x600 box is not in your market... 800x600 :| Using 1600x1200 here :) I like the idea,. because most sites are made for 800x600 and they are so small on my screen... Tijnema -- PHP General Mailing List

Re: [PHP] Bind IP with fsockopen

2007-04-11 Thread Tijnema !
On 4/11/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thanks how would I handle the fgets line.. http://www.php.net/socket_read If I echo $sock I get resource ID #4 rather then the responce from the other computer. Before on my original script I returned the responce using fputs($fs,

[PHP] Array remove function?

2007-04-10 Thread Tijnema !
knows if there already exists such function? Else should i create future request? Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Array remove function?

2007-04-10 Thread Tijnema !
On 4/10/07, Richard Lynch [EMAIL PROTECTED] wrote: http://php.net/unset That works when you know the key, but will that work when you only know the value? Tijnema On Tue, April 10, 2007 2:49 pm, Tijnema ! wrote: Hi, Is there currently a function that removes a key/value from an array

Re: [PHP] MD5 bot Question

2007-04-10 Thread Tijnema !
) and compare, and if a few (or maybe just 1) match, then you know it's same image :) Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Novice PHP Question - Listing Folder Contents

2007-04-10 Thread Tijnema !
On 4/10/07, revDAVE [EMAIL PROTECTED] wrote: I apologize in advance, however I know almost nothing about PHP - ( but I am trying to learn now)... I am wondering if it is possible to create a PHP page that can: 1 - Get the contents of everything in its own folder at the same level ( just list

Re: [PHP] Array remove function?

2007-04-10 Thread Tijnema !
of that :) But should i submit a future request for such function? Tijnema -- 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/unsub.php

Re: [PHP] Novice PHP Question - Listing Folder Contents

2007-04-10 Thread Tijnema !
On 4/10/07, revDAVE [EMAIL PROTECTED] wrote: On 4/10/2007 1:13 PM, Tijnema ! [EMAIL PROTECTED] wrote: http://www.php.net/manual/en/function.scandir.php 2 - List/ display the contents on the same Web-page http://www.php.net/manual/en/function.file-get-contents.php WOW COOL

Re: [PHP] MD5 bot Question

2007-04-09 Thread Tijnema !
, that's impossible with MD5, you can only bruteforce. But that's totally not of interest, a cracker doesn't want to implement a MD5 bruteforcer in his bot that brute forces the MD5 key each time (which can take up to several years to complete on regular PCs). Tijnema -- --- http://sperling.com

Re: [PHP] DOM and XSLTProcessor

2007-04-09 Thread Tijnema !
here? Thanks, Logan Try using htmlspecialchars_decode before outputting your data: http://www.php.net/manual/en/function.htmlspecialchars-decode.php Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] MD5 bot Question

2007-04-09 Thread Tijnema !
? (Of course, Flash will open door to other problems.) Sorry, coming in on this late. Good work Tedd! Very interesting. M: Tijnema showed how MD5 could be used to identify an image file and crack my arrow captcha. That's really what this thread was about. I finally came up

Re: [PHP] redirect http to https

2007-04-09 Thread Tijnema !
['SERVER_PORT'] !== $encport || $_SERVER['HTTPS'] !== on) {header(Location: https://.$_SERVER['SERVER_NAME'].$_SERVER ['SCRIPT_NAME']);exit;} ? What do people think about this solution? Thanks, - Ben Apache mod_rewrite maybe? Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe

<    1   2   3   4   5   6   7   8   >