Re: [PHP] (ANNOUNCE) New PHP mailing list *searchable* archives

2003-10-21 Thread andu
veryone is an artist ;-). > > Chris > > = > My Blog > http://shiflett.org/ > HTTP Developer's Handbook > http://httphandbook.org/ > RAMP Training Courses > http://www.nyphp.org/ramp > > -- Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] (ANNOUNCE) New PHP mailing list *searchable* archives

2003-10-21 Thread andu
ied ;-). > > ;) > > - E - > > PS > Nice work, btw! > > __ > Do You Yahoo!? > Yahoo! BB is Broadband by Yahoo! > http://bb.yahoo.co.jp/ > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > -- Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] (ANNOUNCE) New PHP mailing list *searchable* archives

2003-10-21 Thread andu
r both. Not exactly a FAQ but a more extended search engine. > > > Marco > > > Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] (ANNOUNCE) New PHP mailing list *searchable* archives

2003-10-21 Thread andu
the idea is splendid (and new, call it DFAQ (dynamic FAQ)) but as a different service than a mailing list. Challenging? > > Cheers, > > > Marco > > > Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] (ANNOUNCE) New PHP mailing list *searchable* archives

2003-10-21 Thread andu
, if the list admin would add a link to this archive in the footer (or the header) it would be even useful for new subscribers who don't know of its existence. > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] -OT- Software Fashion

2003-10-06 Thread andu
I'm sure many of you read this on /. but in case you didn't here it is: http://www.softwarereality.com/soapbox/softwarefashion.jsp Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] attach file with mail() function??

2003-10-05 Thread andu
On Mon, 6 Oct 2003 13:07:36 +0800 Jason Wong <[EMAIL PROTECTED]> wrote: > On Monday 06 October 2003 12:42, andu wrote: > > > I was going to suggest, since you are into list statistics, to count how > > many of Mr Wang's replies consist of something more then a re

Re: [PHP] attach file with mail() function??

2003-10-05 Thread andu
g about what people do with their time (and life). Just curious... > > Curt > -- > "I used to think I was indecisive, but now I'm not so sure." > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.

Re: [PHP] Cleaning up my messy code

2003-09-29 Thread andu
framework for PHP. Boasting | > | a powerful, scalable system for accessing system services | > | such as forms, properties, sessions, and caches. InterJinn | > | also provides an extremely flexible architecture for | > | creating re-usable components quickly and easily. | > `' > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Cleaning up my messy code

2003-09-29 Thread andu
> -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Fw: Am stuck

2003-09-25 Thread andu
s 5 now I need automatically add another 35 empty spaces to it to > make it 40 so that it makes the $name like this > > $name = "Chris"; < if I do a count > on this it should be 40 charecters long > > > Can anyone help out here??? Look up str_pad(). > > Chris > Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Editor - which to use?

2003-09-24 Thread andu
Syntax hiliting and most features can be customised since they are based on macros. On OS X it needs XFree86. There is also the more limited SubEthaEdit (native), new but promising. Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] non-php issue

2003-09-21 Thread andu
On Monday, September 22, 2003, at 12:34 AM, Raditha Dissanayake wrote: You can fix all of your problems by formatting your computer and installing a linux distribution. I'm getting all these security patches in my email from "Microsoft Corporation" lately, maybe you want to use them since I run

Re: [PHP] processing post requests

2003-09-21 Thread andu
On Sun, 21 Sep 2003 08:00:56 -0700 Vadim Bendebury <[EMAIL PROTECTED]> wrote: > Andu, > > thank you and James Johnson, who sent me an email, so much. Don't mention it. > > You guys are gentlmen and scholars, as opposed to some others who would > lecture you wasti

Re: [PHP] processing post requests

2003-09-20 Thread andu
HTML code problem or PHP problem? Is it at > all possible to have multiple choices derived from this kind of form > element? > > Thanks in advance! > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >

Re: [PHP] Trying to View php.ini

2003-09-20 Thread andu
Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] fopen() || Execute read file as php page; not plain text

2003-09-19 Thread andu
hat you have access to its script. You can call a function from the file and use the result for whatever purpose you may chose without displaying a thing. > > Got help from a PHP guru -- he suggested shell access > > --Noah > > > "Andu" <[EMAIL PROT

Re: [PHP] Reading URL is changed

2003-09-19 Thread andu
ccomplished this? > > Thanks so much in advance, > > -Dan First Link Second Link ... and then switch $_GET['action']. Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] fopen() || Execute read file as php page; not plain text

2003-09-19 Thread andu
accomplish, execute a script and write the result to file? > > --Noah > > > "Andu" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > On Fri, 19 Sep 2003 17:05:47 -0700 > > "CF High" <[EMAIL PROTECTED]> wrote: > >

Re: [PHP] fopen() || Execute read file as php page; not plain text

2003-09-19 Thread andu
be-read to have the queries within it > run > as if it were run in the web browser. > > All clues appreciated as I'm at my wits end here -- can't find didly on > this > subject on the net. > [/snip] > > Is the file PHP code? If so, why not include()

Re: [PHP] Re: PHP|Con insane pricing

2003-09-16 Thread andu
--~=~--~=~- > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > -- Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] MySql temporary tables

2003-09-15 Thread andu
On Mon, 15 Sep 2003 22:31:08 -0500 Jackson Miller <[EMAIL PROTECTED]> wrote: > On Monday 15 September 2003 10:26, andu wrote: > > I did this blog where I create a temporary table to store entries while > > editing them (spell checking, preview, etc). The problem I was having

[PHP] MySql temporary tables

2003-09-15 Thread andu
mysql_connect and regular tables instead of temporary tables everything seems to work fine, has anyone experienced problems with temporary tables with MySql? Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: PHP|Con insane pricing

2003-09-15 Thread andu
cheapest non-student rate) for it. > > > > Thanks, > > Jeremy > > > > > -- > "Prediction is very difficult, especially of the future." > Niels Bohr > http://www.nirvani.net > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > -- Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php editor

2003-09-11 Thread andu
hris > > > > -Original Message- > From: STONE Steven [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 03, 2003 3:21 AM > To: php mailing list > Subject: [PHP] php editor > > > What's the best php editor out there? > > Thanks in adv

Re: [PHP] Re: Beta Testers Needed - Free software opportunity

2003-09-08 Thread andu
On Mon, 8 Sep 2003 16:48:24 -0700 (PDT) Chris Shiflett <[EMAIL PROTECTED]> wrote: > --- andu <[EMAIL PROTECTED]> wrote: > > Experience proves that his business model has worked in the past as > > well as present (not that I support or practice it), just count the > &

Re: [PHP] Re: Beta Testers Needed - Free software opportunity

2003-09-08 Thread andu
> > contact us at: > > > > > > > > [EMAIL PROTECTED] > > > > > > > > and we will send you the necessary information needed. Thanks again to > > everyone who has helped me out. > > > > > > > > Matt Palermo &g

Re: [PHP] Linux Issues

2003-09-06 Thread andu
l Lock lights on my keyboard. > > > > > > I went to the online manual for Mandrake and it said to add the text > "noauto" which I did for the boot sequence. Same error. Any ideas what's > going on and how to fix it? > > > > > > Thanks, > > &g

Re: [PHP] Cpanel or Plesk

2003-09-06 Thread andu
and CPanel is configured accordingly. > > -- > -- > Domainwala.com > Domain Names from Rs. $7.99 at http://www.domainwala.com > http://www.domainwala.com/headlines/index.php > http://www.domainwala.com/links > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, vi

Re: [PHP] Session var read by form C++ CGI prog ?

2003-09-02 Thread andu
very fast too. > > Hope that helps. > > Chris > > = > Become a better Web developer with the HTTP Developer's Handbook > http://httphandbook.org/ > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/

[PHP] anyone using sqlite raise your hand

2003-09-02 Thread andu
Are people on this list using the sqlite extension with php? I was unable to subscribe to pear-php or get an answer from its webmaster (or the developer of the extension) and would like some feedback on a problem I have. -- Regards, Andu Novac -- PHP General Mailing List (http://www.php.net

Re: [PHP] Table format needs php correction

2003-08-30 Thread andu
\n > %s\n > > Q5Q6Q7\n > > %s%s%s\n > > > > \n", >$row['added'], >$row['name'], >$row['course'], >$row['unit'], >$row['q1'], >$row['q2'], >$row['q3

Re: [PHP] post v get

2003-08-29 Thread andu
uot;, "a"); > fputs ($fp, "$item\r\n"); > header ("Location: $PHP_SELF"); > exit(); > } > ?> > > readfile("list.txt"); > ?> > > > > Add Item: > > > Thanks David. -- Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] post v get

2003-08-28 Thread andu
When you POST a form to the server the server replies with a new page. if you click the Back button in the browser the server wants to re-POST the form. Short of using GET is there a way to prevent re-submitting the previous form? -- Regards, Andu Novac -- PHP General Mailing List (http

Re: [PHP] webserver for mac

2003-08-26 Thread andu
ddie > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > -- Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] sqlite

2003-08-24 Thread andu
On Sun, 24 Aug 2003 14:44:19 +1000 Kevin Waterson <[EMAIL PROTECTED]> wrote: > This one time, at band camp, andu <[EMAIL PROTECTED]> wrote: > > > $command="sqlite db_name '.dump'"; > > exec($command,$result); > > print_r( $result);// sho

Re: [PHP] sqlite

2003-08-24 Thread andu
ult);// shows the dump array > > Kind regards > kevin > > -- > __ > (_ \ > _) ) > | / / _ ) / _ | / ___) / _ ) > | | ( (/ / ( ( | |( (___ ( (/ / > |_| \) \_||_| \) \) > Kevin Waterson > Port Macquarie, Australia > > -- > PHP General Mailing List (

[PHP] loading extension in script

2003-08-23 Thread andu
Ok, I learned I can load extensions in script using ld(), is there a way to load extensions from a different directory (i.e.$HOME) in a case where I don't have access to /php/extensions/? -- Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] This is getting ridiculous

2003-08-20 Thread andu
> PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > -- Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] OT-Re: worm on th list

2003-08-20 Thread andu
Is this worm/virus windows specific? -- Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] in the middle of shift and pop

2003-08-19 Thread andu
o a lot of time on very big arrays ? unset(array[x]); > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > -- Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] pop3 functions

2003-08-19 Thread andu
On Tue, 19 Aug 2003 11:18:29 -0500 "Jay Blanchard" <[EMAIL PROTECTED]> wrote: > [snip] > First is the naming of functions (whoever was the illiterate one who > invented them). > [/snip] > > I remeber when andu got upset about RTFM, STFW, STFA...calling it >

Re: [PHP] pop3 functions

2003-08-19 Thread andu
On Tue, 19 Aug 2003 22:10:25 +0600 "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Nopes i read you correctly, yours was a complaint against c. Good thing you didn't take it as a complaint against you... > > > andu wrote: > > >On Tue, 19 Aug

Re: [PHP] pop3 functions

2003-08-19 Thread andu
> I'm wondering how many php users are C programmers... > Can only blame the php inventors for using a bad model. > [/snip] > > Hey andu, since you say this what do you think would make a better > model? Or were you just being sarcastic? Hard to say since php is used all over the

Re: [PHP] pop3 functions

2003-08-19 Thread andu
On Tue, 19 Aug 2003 12:49:43 +0600 raditha dissanayake <[EMAIL PROTECTED]> wrote: > > andu wrote: > > On Mon, 18 Aug 2003 15:40:31 -0500 > > Ken <[EMAIL PROTECTED]> wrote: > > > > > >>Those weird function names are taken straight from C. Bl

Re: [PHP] pop3 functions

2003-08-18 Thread andu
n only blame the php inventors for using a bad model. > > - Ken > > At 02:15 PM 8/16/2003 -0400, andu wrote: > >I take the opportunity to express my 2 major problems I found with > >php in the 2 months I've been using it. > >First is the naming of functio

[PHP] pop3 functions

2003-08-16 Thread andu
strstr, to take just a few. A programming language has already its problems for not being natural, no need to make it even more so. Second, it the array overkill. Nevertheless, I love it. -- Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

Re: [PHP] Stop neurotic posting

2003-08-14 Thread andu
But seek the road which makes death a fulfillment. -- Dag Hammarskjold */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Stop neurotic posting

2003-08-14 Thread andu
day doesn't do anybody any good even if the manual is not being read as much as it should be. Is it too difficult to not answer the post at all if you disagree with the content? Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Stop neurotic posting

2003-08-14 Thread andu
ng too hard to prove the contrary when given a chance. Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: [ERR] DEAD MAILBOX

2003-08-14 Thread andu
On Fri, 08 Aug 2003 02:52:31 -0400 John Manko <[EMAIL PROTECTED]> wrote: > arrg. > > > [EMAIL PROTECTED] wrote: > > >Transmit Report: > > > > To: [EMAIL PROTECTED], 402 Local User Inbox Full ([EMAIL PROTECTED]) > > > > Comes free wit

[PHP] mail with no sendmail on linux

2003-08-14 Thread andu
Is there a workaround for not having sendmail installed on my linux machine and using instead my isp's mail server. I am practically behind 2 firewalls so I don't even think i could use sendmail even if I wanted to which is not the case. -- Andu -- PHP General Mailing List (http://w

Re: [PHP] Configuring PHP to use aspell

2003-08-14 Thread andu
in > configuring PHP to use Aspell so I can take advantage of this great > feature that (as I can see from my searches) is not as well > documented. You are supposed to use pspell (see manual) and do: configure --with-pspell[=dir]. > > I'm not sure of the path to my Aspell eit

[PHP] find string

2003-08-14 Thread andu
k. What function can I use to do something like: if ($action is among the items of 'a2,a4') kind of construct? I tried strpos('a1a2a3',$action) but with the same results. TIA -- Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] imap slow

2003-08-14 Thread andu
Why are imap(pop3) functions so slow? I am working on a webmail and it takes foreer to get 12 headers. I also looked at other php webmails and they are just as bad. I tested a pop3 function library I found on the net and it retrievs all 12 messages in no time. -- Regards, Andu Novac -- PHP

Re: [PHP] find string

2003-08-14 Thread andu
ied == also > > { > > //do stuff > > } > > else > > { > > //do other stuff > > } > > > > Problem is that if() only seems to take one option so my construct > > above doesn't work. > > What function can I use to do somethin

Re: [PHP] Stop neurotic posting

2003-08-14 Thread andu
--On Wednesday, August 06, 2003 06:26:34 + Curt Zirzow <[EMAIL PROTECTED]> wrote: * Thus wrote andu ([EMAIL PROTECTED]): This is a very busy list, over 100 message in a quiet day and most people are helpful and decent, don't mind reading and learning. Unfortunately there a

Re: [PHP] find string

2003-08-14 Thread andu
. Thanks Carl, if there is no string function for the job I'll have to use the array. > > -Original Message- > From: andu [mailto:[EMAIL PROTECTED] > Sent: Sunday, August 10, 2003 7:15 PM > To: [EMAIL PROTECTED] > Subject: [PHP] find string > > Here'

Re: [PHP] mail with no sendmail on linux

2003-08-14 Thread andu
r not having sendmail installed on my linux > > machine and using instead my isp's mail server. I am practically > > behind 2 firewalls so I don't even think i could use sendmail even > > if I wanted to which is not the case. > > > > -- > > Andu > > >

Re: [PHP] Stop neurotic posting

2003-08-14 Thread andu
ith a cd containing scripts for each chapter/example in the book. Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Stop neurotic posting

2003-08-14 Thread andu
--On Wednesday, August 06, 2003 00:39:13 -0400 "John W. Holmes" <[EMAIL PROTECTED]> wrote: andu wrote: This is a very busy list, over 100 message in a quiet day and most people are helpful and decent, don't mind reading and learning. Unfortunately there are some who m

Re: [PHP] Stop neurotic posting

2003-08-14 Thread andu
r wait around. */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Reading mail with PHP?

2003-08-14 Thread andu
> > > > > > > -- > > Raditha Dissanayake > - > http://www.radinks.com/sftp/ > Lean and mean Secure FTP applet with Graphical User Inteface. > just 150 Kilo Bytes > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > -- Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] checking the return value of member function with empty

2003-08-09 Thread andu
nt. > PHP version 4.3.2 > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > -- Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Still can't pass variable through url

2003-08-08 Thread andu
php" > I'm using php 5.0 above , if the same case apply to php4.04, then > there is no problem at all! > Can anyone please give me more help on this? > > Thx alot > Jack > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > -- Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Stop neurotic posting

2003-08-06 Thread andu
uld consider not to have an attitude (don't like to answer, don't do it) and if there is a choice, the nasty one seems to prevail. I guess it's a reflection of the times/place we are living or a huge lack of imagination. My last word on this... Andu -- PHP General Mailin

[PHP] headline news retriever

2003-07-31 Thread andu
Does anyone know any headline news retrieving script/library specially something able to check with several news sites? I'm planing to roll my own but I want to see different approaches. Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Using link to submit a form

2003-07-30 Thread andu
g List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Andu -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] list server problem

2003-07-20 Thread Andu
--On Monday, July 21, 2003 01:34:11 +0800 Jason Wong <[EMAIL PROTECTED]> wrote: On Monday 21 July 2003 00:39, Andu wrote: > The executive summary is that there is nothing to be fixed. If you're > using a less than adequate mail client which does not understand the >

Re: [PHP] list server problem

2003-07-20 Thread Andu
--On Sunday, July 20, 2003 16:35:46 +0800 Jason Wong <[EMAIL PROTECTED]> wrote: On Sunday 20 July 2003 14:42, Andu wrote: Is it just me getting some messages 3 times? I also noticed that there is no Reply-To in the headers so every time I want to reply to the list I have to copy/pas

[PHP] list server problem

2003-07-19 Thread Andu
same problem for which reason they "reply to all" or cc to the list, all of us ending up with a couple copies of the message. Is this something that can be fixed? Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: classes v. functions

2003-07-19 Thread Andu
, striking the right balance I guess, is what I'm after. One shouldn't apply industrial theories to just everything. Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] nedit - previw html/php in browser

2003-07-19 Thread Andu
nURL(localhost/" file " ,new-window)'" " >& /dev/null &" shell_command(in_browser ,"") It implies you run Apache/php locally, obviously and you may need to adjust the server root path and/or mozilla location if not standard. Regards, Andu Novac -- PH

Re: [PHP] TESTERS Needed!

2003-07-19 Thread Andu
--On Saturday, July 19, 2003 15:23:31 -0400 Andu <[EMAIL PROTECTED]> wrote: --On Saturday, July 19, 2003 20:02:52 +0100 Mark Clarkstone <[EMAIL PROTECTED]> wrote: Hey Guys I need People to test out My Program, Mini serve to find out more go to www.mini-networks.uni.cc The black

Re: [PHP] TESTERS Needed!

2003-07-19 Thread Andu
Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] classes v. functions

2003-07-19 Thread Andu
Thanks to all for your input. Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] just testing

2003-07-18 Thread Andu
Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] classes v. functions

2003-07-18 Thread Andu
--On Friday, July 18, 2003 14:28:02 -0700 Chris Shiflett <[EMAIL PROTECTED]> wrote: --- Andu <[EMAIL PROTECTED]> wrote: This may show my ignorance or my refusal to take for granted something I don't fully understand but I have a hard time figuring out the advantage of using c

[PHP] classes v. functions

2003-07-18 Thread Andu
so do functions (with which I have more experience). The more I read about classes the deeper the confusion. Anyone can enlighten me? Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] OnClick problem (fwd)

2003-07-10 Thread andu
I may be wrong but to me the behavior is correct: calling a php script with echo $_SERVER['PHP_SELF']; should return the name of that script. -- Forwarded Message -- Date: Thursday, July 10, 2003 16:16:24 -0400 From: Dan Joseph <[EMAIL PROTECTED]> To: andu &

[PHP] OnClick problem

2003-07-10 Thread andu
a php problem? Anyone has a clue? I really don't want to use a submit button in this case. Regards, Andu Novac -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php