[PHP] first script

2007-04-20 Thread Thufir
ysql> quit Bye [EMAIL PROTECTED] ~]$ [EMAIL PROTECTED] ~]$ date Fri Apr 20 19:40:29 BST 2007 [EMAIL PROTECTED] ~]$ [EMAIL PROTECTED] ~]$ thanks, Thufir -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: first script

2007-04-20 Thread Thufir
Richard Lynch l-i-e.com> writes: > > On Fri, April 20, 2007 2:05 pm, Thufir wrote: > > Please tell me that's not your real name... [...] It's the name I use on the internet. -Thufir -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] breakthrough: get record, insert on different table works

2007-04-24 Thread Thufir
2007 [EMAIL PROTECTED] ~]# [EMAIL PROTECTED] ~]# Any thoughts/suggestions/advice as a next step? I need to add a timestamp when the data's entered, but that's a small thing. This is adding notes onto craigslist rss feeds database using <http://code.google.com/p/feed-on-feeds/>, which is an amazing app. -Thufir -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] everything printed suddenly has blue text, as if were a link

2007-04-25 Thread Thufir
echo ""; 42 43 echo ""; 44 45 }//while 46 ?> 47 48 [EMAIL PROTECTED] ~]# [EMAIL PROTECTED] ~]# date Wed Apr 25 19:23:20 BST 2007 [EMAIL PROTECTED] ~]# thanks, Thufir -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] printing a one-to-many relationship

2007-04-25 Thread Thufir
There's a one-to-many relationship between px_items.id and contacts.id, and I want a printout of some data from each. I want to print out the query results px_items.id field once and once only, but the contacts.notes field many times, as there could be many entries. Right now it prints out each r

[PHP] move "if" logic from php into query

2007-04-26 Thread Thufir
ho "http://localhost/items_notes.php";; 61 echo ""; 62 echo ""; 63 64 65 ?> 66 [EMAIL PROTECTED] ~]$ [EMAIL PROTECTED] ~]$ date Thu Apr 26 09:24:31 BST 2007 [EMAIL PROTECTED] ~]$ [EMAIL PROTECTED] ~]$ thanks, Thufir -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php