[PHP-CVS] cvs: php4 / TODO-4.1.txt

2001-04-13 Thread Stig Bakken
ssb Fri Apr 13 13:47:13 2001 EDT Added files: /php4 TODO-4.1.txt Log: here's a preliminary list of stuff for 4.1 Index: php4/TODO-4.1.txt +++ php4/TODO-4.1.txt * define PEAR_INSTALL_DIR, PHP_EXTENSION_DIR, PHP_BINDIR and more in main/main.c

[PHP] XML via socket connection

2001-04-13 Thread phpman
All the docs i've looked at for parsing XML takes a file as input. What's the proceedure for opening a socket connection and doing XML transmissions via TCP/IP. Do I need to do socket calls through PHP to open an XML connection (manually send all the HTTP headers and such?). Is there a built in fu

Re: [PHP] how to get num of sessions vars?

2001-04-13 Thread phpman
nevermind ""phpman"" <[EMAIL PROTECTED]> wrote in message 9b78hr$uvb$[EMAIL PROTECTED]">news:9b78hr$uvb$[EMAIL PROTECTED]... > Thanks, > > another quick question. That works and I can access the variables still but > this > for ($x=0;$x<$s;$x++) { > $tmp = $HTTP_SESSION_VARS[$x]; > echo("tmp=$tmp

[PHP] PHP.NET small error in the date

2001-04-13 Thread Matthew M. Boulter
I've been away from the Threads for a while so excuse me if this has been mentioned. But when I logged onto WWW.PHP.NET I noticed that the date in the Upper-Right hand corner is way incorrect. It reckons that today is "Tuesday April 3rd!". I checked out my local mirror AU.PHP.NET and it was also

[PHP] Turkey's "Biz" Portal

2001-04-13 Thread http://www.thebizseeker-turkey.com

[PHP] php, mysql, and wysiwyg.

2001-04-13 Thread FredrikAT
Hi! I'm starting a news site, and I have one problem. (not with php or mysql, workin' fine!): 1. I want my authors to be able to make the text bold, italic ++, but I can't find anything that works. 2. The best sollution must be something similar to hotmails... I've looked around for ages, but I

Re: [PHP] casting arrays as objects

2001-04-13 Thread Dean Hall
"Morgan Curley" <[EMAIL PROTECTED]> wrote: > why mot [sic] just > $foo = new Foo( $db->fetchRow(DB_FETCHMODE_ASSOC) ); > ?> > > If you have to leave this part of the project for any length of time, > coming back to the above would be much less confusing. ( i think so anyway :) Good ide

[PHP] foreach function

2001-04-13 Thread kenny.hibs
My isp uses php3 and some of my scripts have the function 'foreach' which is php4. Is there are way to fix this kenny -- 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 administrato

[PHP] Any Australian Conferences coming up????

2001-04-13 Thread Matthew M. Boulter
Heya Guys, This question is primarily directed at the PHP Core development team. Is there any plans for the CORE PHP CREW (Zeev, Andrei, Sasha, etc...) coming Down Under to a conference or some such so us Aussie's can have a chance to say 'hi'? Thanx --- Ma

[PHP] HTML and PHP?

2001-04-13 Thread Jason Caldwell
Is there a utility that I can use that will take a bunch of HTML and encapsulate it in the PRINT command? i.e. PRINT("{html stuff}\n"); ?? I have a ton of HTML pages that I want to make dynamic, but dread having to type the PRINT command in front of every line of html, and let alone having at

[PHP-CVS] cvs: php4 / ChangeLog ChangeLog.1999.gz ChangeLog.2000.gz

2001-04-13 Thread Stig Bakken
ssb Fri Apr 13 16:33:50 2001 EDT Added files: /php4 ChangeLog.1999.gz ChangeLog.2000.gz Modified files: /php4 ChangeLog Log: * separated and compressed changelogs from 1999 and 2000 Index: php4/ChangeLog diff -u php4

<    1   2