[PHP] Data Types Problem

2007-03-12 Thread Arno Coetzee
: . $theMessage; }else { echo Invalid Input; } ? i presume that i am not interpreting the data types it should be interpreted. can anyone please help -- Arno Coetzee Flash Media Group Developer Mobile : 27 82 693 6180 Office : 27 12 430 7597 -- PHP General Mailing List (http

Re: [PHP] how to access private property?

2007-03-06 Thread Arno Coetzee
a public function that returns the value of the private variable $prop... -- Arno Coetzee Flash Media Group Developer Mobile : 27 82 693 6180 Office : 27 12 430 7597 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php and .net webservice

2007-02-21 Thread Arno Coetzee
I can’t get php to display the results returned. Any pointers? tia -- Arno Coetzee Flash Media Group Developer Mobile : 27 82 693 6180 Office : 27 12 430 7597 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Best practices for deleting and restoring records - moving vs flagging

2005-08-12 Thread Arno Coetzee
is that you might sacrifice some speed(depends on the number of records in the table.) If the table does not grow that fast most def just flag the records as deleted. my2c worth -- Arno Coetzee Developer Flash Media Group Office : 2712 342 7595 Mobile : 2782 693 6180 -- PHP General Mailing List

Re: [PHP] Date function and MySQL

2005-07-19 Thread Arno Coetzee
Philip Thompson wrote: Hi all. I have the week number (for example, this is the 29th week of the year and it begins on 7/17/05). Does anyone know how to obtain the first (and maybe the last) date of the week if you only know the week number of the year? Would it be better for me to