RE: [PHP-DB] please, please can we stop this kind of thing ..... !

2001-08-20 Thread Mark Milaszkiewicz
A newbies opinion.. I'm just getting into PHP and MySql stuff at the moment, i own 2 books on them, i have the manual on my Hard Drive, and its ok saying you should consult these, but sometimes they seem to be written in gibberish, and also the books only have in them what the author thought was

RE: [PHP-DB] Implementing P3P with phtml files?

2001-08-17 Thread Mark Milaszkiewicz
>>After doing some research the last few days about how Internet >>Explorer 6 is going to restrict and block some websites (without >>a valid P3P policy), I decided it may be a good idea to setup a >>P3P compliant site. It depends on what the user sets the site to do. I'm currently running IE 6 B

RE: [PHP-DB] exit query

2001-08-16 Thread Mark Milaszkiewicz
thanks.. works perfectly! :) M >>-Original Message- >>From: Chris Hobbs [mailto:[EMAIL PROTECTED]] >>Sent: 17 August 2001 00:37 >>To: PHP-DB List >>Subject: Re: [PHP-DB] exit query >> >> >>Chris Hobbs wrote: >>> exit; >> >>Except, you'll want to remove that - doh! >> >>-- >>Chris Ho

[PHP-DB] exit query

2001-08-16 Thread Mark Milaszkiewicz
hiya. i'm currently working on a really basic search function for my website and am using this code trim($searchterm); if (!$searchtype || !$searchterm) { echo "You have not entered any details. Please go back and try again.";