Fwd: [PHP-DB] Select from multiple tables

2012-03-01 Thread Carl Michael Skog
-- Vidarebefordrat meddelande -- Från: Carl Michael Skog Datum: 1 mars 2012 17:12 Ämne: Re: [PHP-DB] Select from multiple tables Till: Kranthi Krishna It seems to me that you are mixing two semantically different things(board_entries and schooltypeentries, both related to

RE: [PHP-DB] Time input formatting in PHP-12 hour clock

2003-06-13 Thread Carl Furst
the right length, you could also check the mysql manual for the different formats of inserting datetimes. There are less friendly ways of inserting datetimes. */ /* by the way this was sort of done on the fly and was not tested. If anyone encounters any bugs, let me know */ Carl. -Original

[PHP-DB] clarification of mysql_error

2002-04-06 Thread Carl
mysql_error returns the resultant error (if any) of the most recent sql call on a particular db connection. In other words, if 2 users are querying the db at the same time, mysql_error returns the most recent error generated in their _respective_ connections. Carl -- PHP Database Mailing

[PHP-DB] Re: File Upload and MySQL-Please Disregard

2002-03-10 Thread Carl E Shmidt
Sorry , I accidentally posted the same thing twice. Just diregard this one. "Carl E Shmidt" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have an admin site where users can upload files. Information about the > file like file

[PHP-DB] File Upload and MySQL

2002-03-09 Thread Carl E Shmidt
onnect, the record still exists in the db. I have to manually delete it for the record to disappear. What's going on? Carl -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] mysql and file upload problems

2002-03-09 Thread Carl E Shmidt
takes place. WHat's going on? Carl -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php