RE: [PHP] Strong typing?

2001-07-12 Thread Peter Houchin - SunRentals Australia
why can't you just use plan simple HTML to do it??? rather than make a larger hassle for your self ie strong howdy /strong ??? yes that is valid HTML :) Peter -Original Message- From: Dr. Evil [mailto:[EMAIL PROTECTED]] Sent: Friday, July 13, 2001 10:27 AM To: [EMAIL

RE: [PHP] How to prevent people from downloading images

2001-07-03 Thread Peter Houchin - SunRentals Australia
yeah use macromedia's flash is One way there is a java script way ... but i think that basically just stops people right clicking the page -Original Message- From: rodrigo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 04, 2001 10:37 AM To: php php Subject: [PHP] How to

RE: [PHP] newbie has include path error new problem

2001-07-02 Thread Peter Houchin - SunRentals Australia
if the windows machine is the host machine ie for your internet http://localhost/ will only be for the windows machine so if you are tring to get to that address from your linux machine you won't be able to ... however if your machines ip was say 123.123.123.123(windows machine) then from your

RE: [PHP] PHAkt for Macromedia Ultradev

2001-07-01 Thread Peter Houchin - SunRentals Australia
Using DW UD 4 I've found no problems with it.. how ever I will suggest that you use something else to do the bulk of your php coding, although the new layout in UD DW 4 does make it easier than in prevous versions to edit code directly Peter -Original Message- From: Matthew

RE: [PHP] search for a better php source code viewer

2001-06-27 Thread Peter Houchin - SunRentals Australia
try http://astro.phpwebhosting.com/~ttm/ or home site for windows .. however I do think, though am not sure, visual Php is available on linex windows (I'm using windows) -Original Message- From: Miles Thompson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 27, 2001 3:42 AM To:

RE: [PHP] RE: Events Listings

2001-06-27 Thread Peter Houchin - SunRentals Australia
Rick, just an idea wouldn't the use of a database make this alot easier for you ?? then you can just sort your db results by date -Original Message- From: Rick Proctor [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 27, 2001 4:04 AM To: [EMAIL PROTECTED] Subject: [PHP] RE:

RE: [PHP] Enter to BR

2001-06-26 Thread Peter Houchin - SunRentals Australia
I've never needed to assign Enter to = p or br just make sure your using textarea name=foo cols=20/textarea and you should have no problems peter -Original Message- From: Joeri Vankelst [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 8:17 AM To: [EMAIL PROTECTED]

RE: [PHP] PHP Interact with DreamWaver

2001-06-20 Thread Peter Houchin - SunRentals Australia
There is some very basic PHP extensions on the DW UD exchange site .. I have used mainly DW4 with php no problems.. however I must also say I do the bulk of my php coding in Homesite 4.5 from there go in to dw Peter -Original Message- From: rm [mailto:[EMAIL PROTECTED]] Sent:

RE: [PHP] inserting a variable into a variable

2001-06-20 Thread Peter Houchin - SunRentals Australia
why don't you do something like $var = $foo $baa; ? -Original Message- From: Hasan Niyaz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 12:07 PM To: [EMAIL PROTECTED] Subject: [PHP] inserting a variable into a variable Hello all, I have come to a

RE: [PHP] ff

2001-05-23 Thread Peter Houchin - SunRentals Australia
is it possible to stop these sort of annoying posts? ie this one and the ones that just say test they annoy me lol sorry if seems harsh/selfish Peter -Original Message- From: Jon Yaggie [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 3:04 PM To: [EMAIL PROTECTED]

[PHP] two data base connections on one page

2001-05-23 Thread Peter Houchin - SunRentals Australia
Hi, I'm playing around with phpwebsite that I down loaded.. and am creating my own pageto add to it phpwebsite creates a database connection and the page I am creating also needs a connection to a different database ... this is possible to do and on the same page ... I know this is

RE: [PHP] IF statements

2001-05-22 Thread Peter Houchin - SunRentals Australia
What's wrong with doing it like if ($date == 24) { if ($hour == 3) { do something } } ?? -Original Message- From: chris herring [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 12:58 PM To: [EMAIL PROTECTED] Subject: [PHP] IF statements

RE: [PHP] Email..

2001-05-20 Thread Peter Houchin - SunRentals Australia
$address .= $email ;//insert a comma after $ email to include another address, email address taken from session varables // Subject $subject = ; //Body of email $body = ; //Where the email is from //$from = sender; $headers .= From: \n; $headers .= X-Sender: \n;

RE: [PHP] running a stand-alone PHP program

2001-05-17 Thread Peter Houchin - SunRentals Australia
Why can't you specify the #!/usr/local/bin/php line in your systems path ?? ie something like this set PATH=$PATH;/usr/local/bin/php and then you should be able to go ./foo.php Peter Houchin Short Term Rental Manager [EMAIL PROTECTED] Telephone : (03) 9329 1455 Facsimile : (03)

RE: [PHP] PHP Editor

2001-05-10 Thread Peter Houchin - SunRentals Australia
depends what os? .. on windows i like Homepage 4.5 Peter Houchin [EMAIL PROTECTED] = _ __ /\ /_/_/_\/ |_/ \ /_/_/___ __ __ __ / \

RE: [PHP] mysql: UPDATE statment

2001-05-10 Thread Peter Houchin - SunRentals Australia
UPDATE user_polls SET value='$value',value1='$value1',etc for more values WHERE id=$id Peter Houchin [EMAIL PROTECTED] = _ __ /\ /_/_/_\/ |_/ \ /_/_/_