[PHP] Display just 1 record in a query

2010-01-12 Thread deal...@gmail.com
ntax? Thanks, deal...@gmail.com [db-10] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Display just 1 record in a query

2010-01-12 Thread deal...@gmail.com
_cur - 1); // pick random rec row within total count $pick1 = mysql_result($cur, $ran); // get the ID from the choice - (like id=252) ... do query 2 // where relatedID = $pick1 of myTable2 cool - THANKS ALL! Thanks, deal...@gmail.com [db-10] -- PHP General Mailing List (http://www.ph

Re: [PHP] PHP & MS Sequel Server

2010-01-17 Thread deal...@gmail.com
they find an .asp programmer but they might want PHP ... Thanks, deal...@gmail.com [db-10] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Creating an Entire .html page with PHP

2010-01-25 Thread deal...@gmail.com
there a function that might help with saving the whole content as .html page? Thanks, deal...@gmail.com [db-10] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Creating an Entire .html page with PHP

2010-01-25 Thread deal...@gmail.com
> http://www.w3.org/1999/xhtml";> Untitled Document this is a test'.$addthis.''.$row_get['FirstName'].' '.$row_get['LastName'].' this is a test 2 '; fwrite($fh, $htmlcode); fclose($fh); ?> Thanks, deal.

Re: [PHP] Creating an Entire .html page with PHP

2010-01-25 Thread deal...@gmail.com
that! Thanks, deal...@gmail.com [db-10] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] newbie sequel question: how do we search for multiple things on 1 field like:

2010-06-18 Thread deal...@gmail.com
Thanks Daniel and Rick! I will start using this... We begin by asking on the right list (my...@lists.mysql.com, CC'd by courtesy). Thanks, Dave deal...@gmail.com [db-10] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php