[PHP] Compiling PHP with INFORMIX howto?

2002-07-01 Thread Emile Bosch
Does someone have a good guide on installing php with informix support? also i wish to know wheter it is possible to compile php with this version. ISQL 7.20 Embedded sql for C. 9.14 4GL 7.30 4GL runtime 7.20 Dynamic server 7.30 Java API1.05 Thanks in advance, Emile Bosch -- PHP General

[PHP] Multiple LEFT JOIN SQL syntax in msaccess

2002-05-24 Thread Emile Bosch
Yes, i know i am offtopic but i just don't want to that scary M$newsgroups so can please tell me how i can have 2 left joins in a queryresult? this doesn;t work in msaccess $q=SELECT * FROM salad a LEFT JOIN salam g ON (a.adgrpnum = g.amgrpnum), LEFT JOIN salmk m ON (a.admrknum =

[PHP] Re: Multiple LEFT JOIN SQL syntax in msaccess

2002-05-24 Thread Emile Bosch
OMG i solved it already! $q=SELECT * FROM ((salad a LEFT JOIN salam g ON a.adgrpnum = g.amgrpnum) LEFT JOIN salmk m ON a.admrknum = m.mkmrknum) WHERE a.adartnum=$adartnum Tadaaa! Thx pong for giving me the tip about the ( 's !! Emile Bosch [EMAIL PROTECTED] wrote in message [EMAIL

[PHP] odbc_fetch_array not working in php 4.2.1 for win?

2002-05-16 Thread Emile Bosch
odbc_fetch_array not working in php 4.2.1 for win? Here it says undefined function :( How can i solve it, do i have an old version or something?? Warm regards Emile Bosch -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: odbc_fetch_array not working in php 4.2.1 for win?

2002-05-16 Thread Emile Bosch
does'n't matter anyway i rule so i solved it already :D a nice workaround i made :D /me is sleepy nighty nighty Emile Bosch [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... odbc_fetch_array not working in php 4.2.1 for win? Here it says undefined

[PHP] is create_function slow?

2002-01-29 Thread Emile Bosch
Hi, is create function slow? Or has it a very significant slowdown compared to an include? i might want to create functions on the fly if it isn't tooo slow.. warm regards, Emile Bosch -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

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

2002-01-25 Thread Emile Bosch
Don't feed the troll.. Php [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On a conceptual level, I for one am a great fan of the kludge. Every piece of software is a trade off between performance and speed of development. You can have the fastest app in the

[PHP] Re: PHP Chat REALTIME

2002-01-22 Thread Emile Bosch
it's kinda impossible since HTTP is a STATELESS PROTOCOL Nuno Mariz [EMAIL PROTECTED] wrote in message 1011695546.3467.5.camel@sputnik">news:1011695546.3467.5.camel@sputnik... I need to build a php-chat (online support system), but in realtime. I've develope a system that refresh in browser

[PHP] Re: Include inside a function?

2002-01-20 Thread Emile Bosch
try out first before u post... what does work is.. mail(implode(false,file(blah.txt))); Kyle Smith [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Is it possible to use include inside the mail function? eg mail(include(blah.txt)) ??? -lk6-

[PHP] PHP/XML gap?

2002-01-20 Thread Emile Bosch
Why does it seem that when spoken about XML, PHP is almost always left out? And why does it seem that every XML based CMS is build in a non-php language? Are there any XMLCMS OpenSource Classes/Projects available? Warm regards, Emile Bosch -- PHP General Mailing List (http://www.php.net

[PHP] Re: 'include' anchors

2002-01-20 Thread Emile Bosch
eh.. if i am not mistaken, that's clientside, and that's more of an javascript thing than a php thing Phil Schwarzmann [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I want a script to go to an anchor in an html page This doesn't seem to work include

[PHP] Re: mailing list manager

2002-01-20 Thread Emile Bosch
check @ www.hotscripts.com php / scripts and programs / mailing list managers duh :-) Nu Webmaster [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello, i need a mailing list manager in php, with which i can send html email and store my subscribers in a

[PHP] Setting up an XML platform/website

2002-01-13 Thread Emile Bosch
Is anyone interested in setting up an XML platform for PHP, where the use of XML is explained, with sample PHP/XML applications and in-depth real live tutorials? Since lot's of people underestimate the power of XML. Maybe, it's nice to be ready when Microsoft's dotNet crashes in and launches an

[PHP] Is DOMXML reliable??

2002-01-12 Thread Emile Bosch
Hi list, It seems like domxml is kinda unreliable to build an CMS with because in lotta versions the syntax is different :( Is DOMXML reliable?? Or should i use an alternative, does anyone know an alternative?? Warm regards, Emile Bosch -- PHP General Mailing List (http://www.php.net

[PHP] XML and CMS

2002-01-10 Thread Emile Bosch
Hmm. has someone exeperience with building an CMS which uses XML for it's objects and page elemnts?? Warm regards, Emile Bosch -- 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

Re: [PHP] PHP XML with Dynamic Content

2002-01-05 Thread Emile Bosch
Writing it on the fly would be kinda redundant.. I think.. :( from mysql data to xml to data.. .. would slow things down a bit i think.. :( Brian Clark [EMAIL PROTECTED] wrote in message 20020105030550.GD17616@ganymede">news:20020105030550.GD17616@ganymede... * Emile Bosch ([EMAIL P

[PHP] XML based content management system.

2002-01-05 Thread Emile Bosch
Does anyone know an opensource XML based content management system? Written in PHP? Warm regards, Emile Bosch -- 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

[PHP] PHP XML with Dynamic Content

2002-01-03 Thread Emile Bosch
know how this is solved, because i don't think that you are gonna write hundreds of XML files for each article, can someone please help me out here? Warm regards, Emile Bosch -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

[PHP] Re: array_multisort?

2002-01-03 Thread Emile Bosch
waah! You hijacked my topic! :-) Sebastiaan Timmers - Bean It [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi List, I'm having a problem sorting the following array: $product = array($id, $title, $price); $shop[] = $product; I want the array 'shop' to

[PHP] Internal working of function()

2002-01-02 Thread Emile Bosch
If you have lots (let's say 100 or 200) of functions() in PHP does this slow everything down a lot? How is the interal working of a function? Warm regards, Emile Bosch -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP] XSLT in PHP

2002-01-02 Thread Emile Bosch
design a template i cannot do.. blah tralala br = ERROR has to be br/ /blah And so are there a numerous things that have to be done.. Is there someway how i can turn that strictness thingie of? Warm regards, EMile Bosch -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

[PHP] Re: Including files variables ...

2002-01-02 Thread Emile Bosch
. It can be different, since you have to import these variables. Warm regards, EMile Bosch Evansville Scene [EMAIL PROTECTED] wrote in message 001001c1a870$353b3240$6401a8c0@amd">news:001001c1a870$353b3240$6401a8c0@amd... I'm having problems passing variables into included PHP files. How

Re: [PHP] how to read posted data?

2001-12-31 Thread Emile Bosch
USE $HTTP_RAW_POST_DATA or something like that i'll look it up for you Zhiqiang He [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... i have resolved this problem, use $HTTP_RAW_POST_DATA. On Thu, 11 Oct 2001 13:12:54 GMT, [EMAIL PROTECTED] (Zhiqiang He) wrote: problem like this:

[PHP] Merry christmas!

2001-12-23 Thread Emile Bosch
Yeah i know it's offtopic =) Anyway, i wish you all the best! Cu in the next year! Warm regards, Emile -- 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:

Re: [PHP] Question about CREATE_FUNCTION

2001-12-22 Thread Emile Bosch
derstood? We are unable to answer your question about speed -- so aren't we allowed to have a separate discussion derrivated from your question? Bogdan Emile Bosch wrote: thx for al the help but i need some help of a php developer i guess cuz i am misunderstood here.. -- PHP General

[PHP] Question about CREATE_FUNCTION

2001-12-21 Thread Emile Bosch
Dear list, Does anyone know how the internals of create function works? $test = create_function('blah','$arg,$arg2',$code); Does it really create the function in $test; or creates it a global function and references it to $test And further more, is it very SLOW? Warm regards, Emile Bosch

Re: [PHP] Question about CREATE_FUNCTION

2001-12-21 Thread Emile Bosch
, Emile Bosch Bogdan Stancescu [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Why do you need this? To my knowledge you get the same behaviour with ? function create_function() { [body] } $test=create_function; $test; ? Bogdan Emile Bosch wrote:

Re: [PHP] Question about CREATE_FUNCTION

2001-12-21 Thread Emile Bosch
thx for al the help but i need some help of a php developer i guess cuz i am misunderstood here.. Bogdan Stancescu [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Or, to actually prove your point in the original e-mail (I checked it and you're right): ?

Re: [PHP] Speeding up program

2001-10-29 Thread Emile Bosch
wrote some code.. ? function test($testid) { echo called from $testid!br; return 4; } echo DOING THE FIRST TESTBR; for ($i = 0; $i test('first'); $i++) { //doStuff }; echo br; echo DOING THE SECOND EMILE COMPACT BLAH TESTBR; for ($i = 0; $i ($num?$num:($num = test('second'))); $i++) {

[PHP] Wicked, Array add problem!

2001-10-22 Thread Emile Bosch
like to have the following result: text posted = Posted by1 source = Bron Like an OVerlay array 2 over array 1 function or something.. Please can someone help me? Warm regards, Emile Bosch ? echo pre; $array1 = array(text=array(posted=Posted by,source=Bron)); $array2 = array(text

[PHP] Re: Wicked, Array add problem!

2001-10-22 Thread Emile Bosch
){ foreach ($ar2 as $k=$v){ if (isset($ar1[$k]) is_array($ar1[$k]) is_array($ar2[$k]) ) array_overlay($ar1[$k],$ar2[$k]); elseif (!isset($ar1[$k])) $ar1[$k]=$v; } } print_r(array_overlay($array2,$array1)); echo print_r($array2); echo /pre; ? Emile Bosch [EMAIL PROTECTED

[PHP] Re: Wicked, Array add problem!

2001-10-22 Thread Emile Bosch
like to have the following result: text posted = Posted by1 source = Bron Like an OVerlay array 2 over array 1 function or something.. Please can someone help me? Warm regards, Emile Bosch ? echo pre; $array1 = array(text=array(posted=Posted by,source=Bron)); $array2 = array(text

[PHP] Re: where did my cookie go?

2001-09-21 Thread Emile Bosch
hmm, usually it uses session cookies and then no cookie is set.. its then kept in memory for as far as i know :-) gl, Emile Bosch Peter [EMAIL PROTECTED] schreef in berichtnieuws [EMAIL PROTECTED] Hi, I am new to learning PHP and I have experimenting with setting cookies. Basically, I wrote

[PHP] Re: simple question...

2001-09-20 Thread Emile Bosch
Checkdate is the solution for that: checkdate (int month, int day, int year) Ker Ruben Ramos [EMAIL PROTECTED] schreef in berichtnieuws 00f801c14251$5aa288b0$[EMAIL PROTECTED] ey guys.. how do i check if the postdata is a valid time format? something like '2001-09-15' I hate it when they'll

[PHP] Protecting variables and functions? Like C#

2001-09-19 Thread Emile Bosch
-bla(); /* Produces an error cuz of calling a private function */ Is something like that gonna be implemented in the future? And maybe with a setting or somethgin, PHP strict=true? i don't know.. Warm regards, Emile Bosch -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

[PHP] PHP vs M$.NET C#?

2001-09-19 Thread Emile Bosch
Could please tell me how PHP is gonna react against the release of MS C#? Stupid enough C# looks interresting.. Warm regards, Emile Bosch -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

Re: [PHP] Protecting variables and functions? Like C#

2001-09-19 Thread Emile Bosch
, looks a promising template system! Warm regards, Emile Bosch Tim [EMAIL PROTECTED] schreef in berichtnieuws [EMAIL PROTECTED] This would certainly be a nice feature to have, especially if you've done any development with Java or C++ in the past. Many PHP class authors adopt a convention

[PHP] Re: Returning a specific 'record' from an XML file

2001-09-19 Thread Emile Bosch
uhm i think XMLSLT sabletron thingie is the solution, it makes it possible to get records as u so call it from an XML file. It works pretty good as far as i know..! Good luck! Emile Bosch Stefen Lars [EMAIL PROTECTED] schreef in berichtnieuws [EMAIL PROTECTED] Hello all I am looking

[PHP] odbc_connect w/connectstring instead of DSN

2001-09-19 Thread Emile Bosch
Is it possible to connect with odbc_connect with an connectstring instead of an DSN? Warm regards, Emile Bosch -- 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

Re: [PHP] Protecting variables and functions? Like C#

2001-09-19 Thread Emile Bosch
yet. -Original Message- From: Jason Stechschulte [mailto:[EMAIL PROTECTED]] Sent: 19 September 2001 15:13 To: Emile Bosch Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Protecting variables and functions? Like C# On Wed, Sep 19, 2001 at 03:24:31PM +0200, Emile Bosch wrote

[PHP] Re: odbc_connect w/connectstring instead of DSN

2001-09-19 Thread Emile Bosch
thank you! !! =) John Lim [EMAIL PROTECTED] schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Yes it is. See http://php.weblogs.com/odbc Bye, John Emile Bosch [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Is it pos

Re: Re[2]: [PHP] Please help!!! Trying to write some chat script!

2001-09-19 Thread Emile Bosch
for the interaction and performance of a chat room i would choose for java, php is stateless and therefore it's not easy to see when a user is logged in or out or anything like that.. with the help of JAVA it's possible to build fairly easy an client and a server class which does the