Re: [PHP] Using a HTML button

2002-01-11 Thread Nick Wilson
call my function when I press my button. What value is it returning 5, or 10? Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org

Re: [PHP] Re: Using a HTML button

2002-01-11 Thread Nick Wilson
, you can't call a PHP function directly from a web page after the user has received it, since all of the processing has already been done. Of course, I think in my case the expresion is 'barking up the wrong tree'. - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web

Re: [PHP] using mysql_query() twice?

2002-01-11 Thread Nick Wilson
. No data to this while ($row = mysql_fetch_array($another_result) or die(You lose. No data You'll be on the right track. This leads me to believe that I can't run two instances of mysql_query() or perhaps mysql_fetch_array(). No, of course you can. HTH - -- Nick Wilson Tel

Re: [PHP] using mysql_query() twice?

2002-01-11 Thread Nick Wilson
is a resource indicator (container for results) so if you re-assign it (put another value into it) it becomes useless as your while statement depends on it. Happy to help :) - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version

Re: [PHP] name and value tags in a form

2002-01-12 Thread Nick Wilson
and there values dynamically... Regards, Kunal Jhunjhunwala - -- Can you give an example of what you want, your message is a little hard to visualize :) Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux

Re: [PHP] name and value tags in a form

2002-01-12 Thread Nick Wilson
the manual under variables. HTH - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8QAk1HpvrrTa6L5oRAqfdAJ95ZALl/nmXRfNMo+pJxEsfElTPZACfSCa6 1j

Re: [PHP] Fatal error: Cannot instantiate non-existent class

2002-01-12 Thread Nick Wilson
the line in question? - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8QBKrHpvrrTa6L5oRAtd2AJ9y4GurINpqh6HLT6wj7rcACGxthgCaAnxw rI2cVPX

Re: [PHP] multiple replaces...

2002-01-12 Thread Nick Wilson
marker1, marker2 etc) you could use a loop. - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8QCOJHpvrrTa6L5oRAu8zAJ0ae4AFomhUhUaK8MneNdm

Re: [PHP] multiple replaces...

2002-01-12 Thread 'Nick Wilson'
the context of the problem and let's see if we can come up with an alternative. - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8QCk

Re: [PHP] Development environment

2002-01-12 Thread Nick Wilson
procedure to mix the above 3 languages on a single page or is it possible to only use 1...i.e PHP? Well, how would you propose you displayed your pages without HTML/XHTML? It is normal, but not advisable to mix the three. You might enjoy this page http://www.explodingnet.com/articles/latest/7/ HTH Nick

Re: [PHP] Authentication Question

2002-01-14 Thread Nick Wilson
for articles relating to this topick. (I seem to remember there being a couple on one or both of those sites) - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http

Re: [PHP] Passing variables with include()

2002-01-14 Thread Nick Wilson
the variable is not known on the remote server? Thanks in advance! -- Imar de Vries - [EMAIL PROTECTED] - ICQ 6972439 Are you absolutely certain that the var is being set properly? Try printing it to the screen just before you call the script. - -- Nick Wilson Tel:+45 3325 0688 Fax:+45

Re: [PHP] Persistent Database Resources?

2002-01-14 Thread Nick Wilson
there that you'd find usefull. (if not there is *definately* one on www.zend.com) - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org

Re: [PHP] Search Engine

2002-01-15 Thread Nick Wilson
certain that PHP won't be the best tool for the job. - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8RA+BHpvrrTa6L5oRAtwKAJwMlEU3hpN/Zq5

Re: [PHP] PHP image rollovers question...

2002-01-15 Thread Nick Wilson
Hehe, yeah, lets see the code! - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8RHhUHpvrrTa6L5oRArGCAJ9Su/v+fZN4ze5oQUHb+m2/5uXtSwCfRRdc

Re: [PHP] Beginner: Open URL

2002-01-16 Thread Nick Wilson
can you be a little more detailed? I can tell however that PHP is *not* a substitute for HTML. If you want something like the a tag then *use* the a tag. HTH - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG

Re: [PHP] Beginner: Open URL

2002-01-16 Thread Nick Wilson
that. - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8RVlEHpvrrTa6L5oRAtxcAKCFoKa/m9R+/QcueGWbMY+j3MqVvwCgtRIg FXlIsiEa72gnAJ13cJg4tto= =so9Q

Re: [PHP] Is there Any way to call Non-Existent function in PHP

2002-01-16 Thread Nick Wilson
in a package. You'll have to check the manual but I'm pretty sure there's a func_exist() function that should do the trick. I checked the manual myself but they must have changed the way it works as I couldn't find a damn thing! - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web

Re: [PHP] variable problem - help!

2002-01-16 Thread Nick Wilson
this trick using other ways of writing it. I'm not sure of the syntax but you need to be looking ar variable variables, there's a whole section on it in the manual. HTH - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE

Re: [PHP] CONTINUE - variable problem - help!

2002-01-16 Thread Nick Wilson
[somename_$var]; echo ...the continuation of the html code; Shouldn't that be print($row[somename_$var]); Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http

Re: [PHP] Job Needed !!!

2002-01-16 Thread Nick Wilson
with a swimming pool and several million $'s but I'm not likely to get that here either. And the 'small plastic trumpet' award for ridiculous postings goes to... Prachait Saxena! - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE

Re: [PHP] Job Needed !!!

2002-01-16 Thread Nick Wilson
in a free software project? Hadn't even occured to me, but I suspect this is not the case. Have a good evening. Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http

Re: [PHP] Package Ready to Install !!!

2002-01-16 Thread Nick Wilson
/articles/latest/7/ HTH - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8RcjuHpvrrTa6L5oRAhkkAJwOBKJFF+dxgBrapMho3untV2nPjwCgoReu

Re: [PHP] PHP HTML: newbie question

2002-01-16 Thread Nick Wilson
-- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com msg46290/pgp0.pgp Description: PGP signature

Re: [PHP] Changing form look without reloading

2002-01-17 Thread Nick Wilson
reloading the page... Show/hide layers I can figure out myself... I dont want to have X hidden layers with X times 10 checkboxes within each of them. Well, you won't do that with PHP - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP

Re: [PHP] string to array??

2002-01-17 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * On 17-01-02 at 11:46 * Sandeep Murphy said hi, can i convert a string to an array?? if so how shud the syntax read?? Thnx, sands Check out explode() www.php.net/manual/en/function.explode.php - -- Nick Wilson Tel:+45

Re: [PHP] string to array??

2002-01-17 Thread Nick Wilson
is deprecated - using {} is the new way - but I'm a creature of habit... Or that! - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) iD8DBQE8Rrz+HpvrrTa6L5oRAn4kAKCx41//DDBp

Re: [PHP] PHP and mySQL

2002-01-17 Thread Nick Wilson
Thanks, Morten -- 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] - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web

Re: [PHP] strange problem

2002-01-18 Thread Nick Wilson
, but a fella on this list told me [] had been deprecated in favour of {} Maybe that has something to do with it? - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) iD8DBQE8SDaaHpvrrTa6L5oRAq

Re: [PHP] $this objects and vars

2002-01-18 Thread Nick Wilson
$this is just an ordinary var as it not being used with the pointer thingy (-) Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) iD8DBQE8SEjkHpvrrTa6L5oRArB8AKCUrW7gCVlEF51wXKQO2yY+TIaBLACcDTgX

[PHP] RTFM

2002-01-18 Thread Nick Wilson
like 'my html page shows the php code' and were just a little less tolerant. Feel free to fry me. - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux

Re: [PHP] RTFM

2002-01-18 Thread Nick Wilson
of them. Occasionally I just 'dont get it' and that's what a *valuable* list is about. Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) iD8DBQE8SKU2HpvrrTa6L5oRAoS9AJsEAD

Re: [PHP] RTFM

2002-01-18 Thread Nick Wilson
not easy* comments to good sources such as the FM! we might all benifit a little? Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) iD8DBQE8SKdOHpvrrTa6L5oRAt5qAKCVjODyjwIQjK7y/q77HaHMHdFOKQCeM6ib

Re: [PHP] RTFM

2002-01-19 Thread Nick Wilson
To: Richard Crawford [EMAIL PROTECTED], Nick Wilson [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP] RTFM Hi Maybe this list should be split - kindof into a php-newbies and a php-advanced ? -- Shane On Friday 18 Jan 2002 9:39 pm, Richard Crawford wrote

Re: [PHP] RTFM

2002-01-19 Thread Nick Wilson
. I'm not suggesting anyone be unfriendly to newbies, we were all there once and some of us (like me) *still* make newbies mistakes :) I suspect that those are the same reasons why new php users subscribe to the list or follow the news group for a while. On Fri, 18 Jan 2002, Nick Wilson wrote

Re: [PHP] RTFM

2002-01-19 Thread Nick Wilson
were all there once (and still am somtimes) and I was told to RTFM on more than one occasion :) Best advice I was ever given! - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux

Re: [PHP] PHP - browser - ERROR !

2002-01-19 Thread Nick Wilson
. Why not post the code in question? - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) iD8DBQE8SViDHpvrrTa6L5oRAoMXAJ4pfMq6f8J67BAl/SgREw4u9vF7bQCdH1mR LEs+lKt9e0GloWjfCFPGcps= =tIfq

Re: [PHP] PHP - browser - ERROR !

2002-01-19 Thread Nick Wilson
of your includes is trying to post data of some kind? Try taking all the session stuff out and seeing if it still produces the error and let us know what happens? Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG

Re: [PHP] PHP - browser - ERROR !

2002-01-19 Thread Nick Wilson
with IE and not NS. Are any of your includes posting data? Have you thought about testing on a real server? There are some nice setups from Nusphere and PHPTriad that will set up Apache, PHP and MySQL for you. The links are somewhere in this article www.explodingnet.com/articles/latest/7 Nick Wilson

Re: [PHP] PHP - browser - ERROR !

2002-01-19 Thread Nick Wilson
right though and there is just something we are missing :) - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) iD8DBQE8SWFSHpvrrTa6L5oRAmsEAJ9SV9bhnVXek7ni/+U0d15G4FbmFwCdGtSp

Re: [PHP] I need help

2002-01-19 Thread Nick Wilson
it helps people decide what they would like to read :) Good luck! - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) iD8DBQE8SWRBHpvrrTa6L5oRAhWiAJ0YDZeduC9DPqELxsRRelS/YwnXeACgk5lv

[PHP] Re: FIXED - PHP - browser - ERROR !

2002-01-19 Thread Nick Wilson
because the value for the action is written. this one works: form name=form1 method=post action=page.php I hope this help for those who are trying to use Netscape. Excellent news! - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP

Re: [PHP] RTFM

2002-01-19 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * On 19-01-02 at 18:46 * Brian Clark said * Nick Wilson ([EMAIL PROTECTED]) [Jan 19. 2002 06:05]: [...] Me too, many people who responded to my original post seem to think that *i think* all newbie questions that would not have been

Re: [PHP] Re: eval()

2002-01-20 Thread Nick Wilson
of templates is to seperate code from presentation and content. Your template should only contain html/js, and your code should be in the script that calls the template. Why not databases? That way you achieve a proper 3 tier structure that's easy to maintain. - -- Nick Wilson Tel:+45 3325 0688

Re: [PHP] File Uploading

2002-01-21 Thread Nick Wilson
the solution for this? Not saying I can help but a little code snippet would give me a fighting chance ;) - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux

Re: [PHP] News story with image - help

2002-01-21 Thread Nick Wilson
but if it's not so many then that is another. Presuming your id's are the keys to the database then perhaps you could re-name the image to include that key? (I have no idea off hand how to do this but I'm sure it's relatively simple) - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web

Re: [PHP] Integer in PHP

2002-01-21 Thread Nick Wilson
() in the manuall. www.php.net - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) iD8DBQE8TBmHHpvrrTa6L5oRAk0ZAKCN3zyYJQUosL82hj0I7ZL9dgI8dQCfVo+S alX53aP+WyfMN8In1yxliwo= =JlOa -END PGP

Re: [PHP] News story with image - help

2002-01-21 Thread Nick Wilson
is clicked it shows the full story with imagedoes that make any sense? Well, the way I've done it is to make the image URL a field in the story database. Very simple and effective. (have scarf+coat on back in ½hr) -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web

Re: [PHP] How should I cache database data for php?

2002-01-21 Thread Nick Wilson
to find anything that does the same kind of thing. I'll take anything, a module or library that does it, or even some other application that does the same thing that I can look at. I think Zend do something that you should look at. www.zend.com (I think it's called 'Zend Cache') - -- Nick

Re: [PHP] Having a poblem with the mail() function

2002-01-21 Thread Nick Wilson
you run it? Is it printing Didn't work or giving some other error? - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) iD8DBQE8TDdgHpvrrTa6L5oRAjkZAJ4qVYZruzwFGJ0rsoqsd4QuICAdRACff9Ii

Re: [PHP] How should I cache database data for php?

2002-01-21 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * On 21-01-02 at 16:47 * Jeff Bearer said On Mon, 2002-01-21 at 10:30, Nick Wilson wrote: I have a PHP content management application that I've developed. I'm looking to add data caching to it so the database doesn't get pounded

Re: [PHP] Having a poblem with the mail() function

2002-01-21 Thread Nick Wilson
. Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) iD8DBQE8TDxvHpvrrTa6L5oRAnRsAJ41oN9tO/N6U2wXA4J8F6CbQcSN0wCeLrbd f1GSi8jpRBsaFJPk2xTJbjU= =GgTv -END PGP SIGNATURE- -- PHP General

Re: [PHP] How should I cache database data for php?

2002-01-21 Thread Nick Wilson
will call the first one periodically (once an hour, e.g.) I like that. It sounds similar to the method I mentioned. What about browser detection and appropriate css generation etc? Wouldn't the output that's saved be a little *too* static? - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325

Re: [PHP] .php unrecognizable extension

2002-01-21 Thread Nick Wilson
luck. - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) iD8DBQE8TEfpHpvrrTa6L5oRAo6KAJ4486o0poWK+NPJCDuXBDVQCmMlggCgmE59 Fu/BHFovkyckJ0McpQquN2k= =4WY9 -END PGP SIGNATURE- -- PHP

Re: [PHP] Tracking users...

2002-01-21 Thread Nick Wilson
? Try www.phpbuilder.com www.zend.com www.devshed.com - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) iD8DBQE8TGayHpvrrTa6L5oRAgb5AKCryTN82ryNP7skPLgNJXlR0t3lqQCeMOFc KlqCr9/zCnW6cLVzTM0Zzm4

Re: [PHP] Index.PHP won't load like Index.HTML

2002-01-21 Thread Nick Wilson
directory is index.xxx but it won't open the PHP file... Anyone tell me what i need to change?... BTW, i added the extensions in the httpd.conf file. Any ideas?!?! Please help. This is a serious FAQ Please check the FAQ on www.php.net - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677

Re: [PHP] Session deletion on window close?

2002-01-22 Thread Nick Wilson
handles the PHP session deletion). When a user closes the browser (any browser) the session is ended. You don't need to manually terminate it. HTH - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU

Re: [PHP] Session deletion on window close?

2002-01-22 Thread Nick Wilson
that in to account. Have a look at the manual or whatever and if you find the answer please let me know as it's a good point. I just think I've seen something about it somewhere :) - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP

Re: [PHP] Authentication Pages

2002-01-22 Thread Nick Wilson
www.zend.com They're fundemental to learning PHP (well, almost) - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) iD8DBQE8TW2vHpvrrTa6L5oRAg6iAJ0V/4TK4qt283EajP+uIHYiJOiSJgCdEr4Q

Re: [PHP] OOP Problem

2002-01-22 Thread Nick Wilson
a class) before? /obvious question - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) iD8DBQE8TXagHpvrrTa6L5oRAkA3AJ4hf3jkyMdbmURrFF8dIWAhx35yNQCeMWv6 Z0vPc+NdUcJyatDQ0IzZV28= =TmdC -END

Re: [PHP] sessions -- behind the scenes??

2002-01-22 Thread Nick Wilson
explanation of this in the Manual and some good tutorials on phpbuilder.com - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) iD8DBQE8TcfKHpvrrTa6L5oRAiRgAJ9OLroVigvxwVEBbUee/kSNon1+7gCgss/Q

Re: [PHP] Anyone know of way to convert the characters like linefeed, carrier return, etc.

2002-01-23 Thread Nick Wilson
. Check out nl2br() in the manual for starters :) - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) iD8DBQE8TyHfHpvrrTa6L5oRAlQUAJ9I2MB+QdgSxlJifZvQLOv0TimVKACglCl4 dbEjHkhXVsIVVCsxOTXAUk4

Re: [PHP] help on PHP from

2002-01-23 Thread Nick Wilson
. Please help and explain. You need to brush up on your html. // page 1 form method=post action=page2.php input type=text name=var /form //page 2 ? print($var) ? Probably buggered it up now I've told you to brush up :=) - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web

Re: [PHP] Anyone know of way to convert the characters like linefeed, carrier return, etc.

2002-01-23 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Scott Fletcher blurted nl2br(htmlentities($ch)); Neat! - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux

Re: [PHP] help on PHP from

2002-01-23 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Rudi Ahlers blurted User Method=GET, and not METHOD=POST I think maybe I missunderstood her mail! - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version

Re: [PHP] Whats the best way.

2002-01-24 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Philip J. Newman blurted Whats the best way that I can let users upload single .jpeg and gif files, renaming then with a time stamp? RTFM There's a *big* section on file uploads :=) - -- Nick Wilson Tel:+45 3325 0688 Fax

Re: [PHP] Whats the best way.

2002-01-24 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Philip J. Newman blurted Nice, how rude, but nice. Didn't really mean to be rude hence the concessional smiley at the end. Regards - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com

Re: [PHP] calling an URL

2002-01-24 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Eduardo Melo blurted How can i call as URL from a PHP code ? What do you mean by 'call'? - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG

Re: [PHP] Warning: Failed opening '....' for inclusion (.....) in Unknown on line 0

2002-01-24 Thread Nick Wilson
. Is that warning coming from one of your 'restored' files of one of the others? That's usually a *path* and or *file name* probem. - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux

Re: [PHP] Warning: Failed opening '....' for inclusion (.....) in Unknown on line 0

2002-01-24 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Ben Sinclair blurted Maybe there was a permissions problem? Good point :-) - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU

Re: [PHP] Hey!

2002-01-24 Thread Nick Wilson
. - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) iD8DBQE8UC0+HpvrrTa6L5oRAucgAKCKMkz5K042Pa7nT20CCcGbvlQndACfaIgM xkHg6ZA2pvffe+OaQ7qOSWs= =hwwf -END PGP SIGNATURE- -- PHP

Re: [PHP] Re: Warning: Failed opening '....' for inclusion (.....) in Unknown on line 0

2002-01-24 Thread Nick Wilson
, this ones okay :) If your going to make a habbit of mailing lists I'm told 'TheBat' is a *very* good mail client for 'doze. - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux

Re: [PHP] session problem Warning: open(/tmp\sess_..., O_RDWR) failed: m (2)

2002-01-24 Thread Nick Wilson
. - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) iD8DBQE8UG43HpvrrTa6L5oRAmTRAJ9DMZMNu54HgIuf6t7tbxZSDSS/9wCgmvRM TiZKEvsXZvV4MvW6mAsY8rg= =P7KG -END PGP SIGNATURE- -- PHP

Re: [PHP] Newbie Still Looking for a Mentor

2002-01-24 Thread Nick Wilson
to lend a hand in those area's I'm knowlegeable in. That's the beuty of it. It doesn't matter how good you are there will always be areas that you are weak in, but on a list like this you'll always find someone strong in the area you need help with. - -- Nick Wilson Tel:+45 3325 0688 Fax

Re: [PHP] A link

2002-01-24 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Martin Towell blurted [link snipped] Don't click the above link. or this one http://www.areyouondrugsorwhat.com/ - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP

Re: [PHP] Newbie Still Looking for a Mentor

2002-01-25 Thread Nick Wilson
. - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) iD8DBQE8URdhHpvrrTa6L5oRAnZEAKCnpTdNDMn99SZxlILVIG1mtYnRcwCfZIMz DkWhYdI95HUGzGX23ASwYkQ= =Ar0f -END PGP SIGNATURE- -- PHP General

Re: [PHP] Newbie Still Looking for a Mentor

2002-01-25 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Nick Wilson blurted nobody else seems bothered, I just wanted to agree with you on that rather silly post you were commenting on not insult you. My mistake, I thought this was a differnt thread :) Same thing applies though I

Re: [PHP] A link

2002-01-25 Thread Nick Wilson
/~fusion/ What does that function do? What was he trying to achieve? - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) iD8DBQE8US+0HpvrrTa6L5oRApprAJ0arjxLjhhpBY+cS5c6F3SD8/3NqACgomJ9

Re: [PHP] Write to file?

2002-01-25 Thread Nick Wilson
? -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com msg47400/pgp0.pgp Description: PGP signature

Re: [PHP] Building my site... again

2002-01-25 Thread Nick Wilson
this on my site but you can find a very good tutorial on www.sitepoint.com you'll have to do a little searching as it was written quite a while ago but it'll be well worth your while. - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE

Re: [PHP] Building my site... again

2002-01-25 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Andrew Hill blurted Note, This will not work with PHP as a CGI. How come? - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU

Re: [PHP] Building my site... again

2002-01-25 Thread Nick Wilson
won't it (i think I wrote my example URL this way also!) as the index.php gets in the way. Hence the use of a .htaccess to force php to treat a file called 'index' as a php file. Like: URL= http://you.com/index/cars/ferrari - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web

Re: [PHP] Building my site... again

2002-01-25 Thread Nick Wilson
- -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) iD8DBQE8UYSkHpvrrTa6L5oRAuyvAJ45FhFMet/FHetUGaMaBSTrL6oFgwCcD6QD zWXIc3wqOYulBo/pPS0LVGw= =MMsp -END PGP SIGNATURE- -- PHP General

Re: [PHP] Check browser-type?

2002-01-25 Thread Nick Wilson
for.. =) Check out $HTTP_USER_AGENT It contains all you need. There is a good tutorial on this at www.sitepoint,com (you'll have to search) and all the other good sites have covered it. eg, www.phpbuilder.com www.devshed.com Have fun. -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677

Re: [PHP] strings and \n

2002-01-25 Thread Nick Wilson
; $message .= line3\n; but when the email is received not all the new lines r taken. Can anyone help me. Also where can I get a list of all the special chars like \n and what they meain. I think you need to try \r\n (poss. other way round) That should do it. - -- Nick Wilson Tel:+45

Re: [PHP] break statement usage

2002-01-25 Thread Nick Wilson
statement to 'break' from the statement. It replaces the need for complex and untidy 'if else' monsters. tip Try to keep your posts a little shorter if only for the sake of the dialup users ;) /tip Cheers - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web

Re: [PHP] break statement usage

2002-01-25 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Erik Price blurted On Friday, January 25, 2002, at 04:24 PM, Nick Wilson wrote: tip Try to keep your posts a little shorter if only for the sake of the dial-up users ;) /tip Do you suggest this tip whenever someone

Re: [PHP] break statement usage

2002-01-26 Thread Nick Wilson
with my messages. Perhaps there is somthing wrong with 'Outhouse' on your machine :-) but whose contributions are often much appreciated! er Thanks, I think? - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE

Re: [PHP] phplib

2002-01-26 Thread Nick Wilson
default html here EOF; } and then in your template code. $t-set_var(htmlOutput, $htmlOutput); Hope that's what you mean - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux

Re: [PHP] Variables Limit

2002-01-26 Thread Nick Wilson
involved in? - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) iD8DBQE8UvbrHpvrrTa6L5oRAtrWAJwLocc8/xRHK5kTN2S1HY3BXmQ2NQCdELrK FfZO6YoOZUEXonb6fNz3Z10= =wuoa -END PGP SIGNATURE- -- PHP

Re: [PHP] Variables Limit

2002-01-26 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Philip J. Newman blurted I have to exchage over 304 different names, codes, and dates ... 305? :-) Doesn't sound like it would be a problem. - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web

Re: [PHP] PHP and XHTML

2002-01-26 Thread Nick Wilson
be a better solution than Short_open_tag Hmm... I had that problem too, the only I solved it was by using templates. I know that may not help, sorry, just wanted to let you know that it can be done. I'll follow this thread closely as *proper* XHTML is a subject close to my heart :) - -- Nick Wilson

Re: [PHP] Re: Hints Feedback

2002-01-26 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Michael Kimsal blurted What are you asking for? Yeah, a little detail please :) I don't even wana click it unless I know why, but then I'm just paranoid! - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web

Re: [PHP] PHP and XHTML

2002-01-26 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Jeff Sheltren blurted Hi. Have you tried something like: ? echo(? xml version=\1.0\ ?\n); ? *Good* idea, tell us if it works! - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com

Re: [PHP] a quick question..

2002-01-27 Thread Nick Wilson
achieve it ? Pop them all into an array and use array_rand() See manual for details. HTH - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux

Re: [PHP] a quick question..

2002-01-27 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Paul A. Procacci blurted He meant push Hehe, I didn't think of that. Actually I didn't mean push /or/ pop in the array sense of the word, I meant *put* as in create! I'll take more care in future :-) - -- Nick Wilson Tel:+45

Re: [PHP] phplib

2002-01-27 Thread Nick Wilson
the term one exists at all in the template.. any ideas on how to find this out? No. Not AFAIK What are the circumstances Kunal? - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux

Re: [PHP] Back button to Query Pages

2002-01-28 Thread Nick Wilson
. At the beginning of page 1 test to see if the var is set, If so just print the peoples names as if the query were run, if not run the query. I have no idea if that will help but I hope it provides a little inspiration anyhow :-) - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web

Re: [PHP] Back button to Query Pages

2002-01-28 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Edward van Bilderbeek - Bean IT blurted Hi, a possible solution is also to provide the backbutton href with the original variable values... I'm pretty sure he means the /browser/ back button though. - -- Nick Wilson Tel

Re: [PHP] php vs asp

2002-01-28 Thread Nick Wilson
might want to post your question on the MySQL list or something similar. - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (GNU/Linux) iD8DBQE8VWVPHpvrrTa6L5oRAoIHAJ4q43y5nSlmvMlfzTn/9VRC8NHy/gCdHfVy

  1   2   3   4   5   >