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

[PHP] Creating an Entire .html page with PHP

2010-01-25 Thread deal...@gmail.com
... ... stuff /body /html Q: Is 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
['FirstName'].' '.$row_get['LastName'].'br / this is a test 2 /body /html '; fwrite($fh, $htmlcode); fclose($fh); ? 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
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] PHP MS Sequel Server

2010-01-17 Thread deal...@gmail.com
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] Display just 1 record in a query

2010-01-12 Thread deal...@gmail.com
the 2nd record only: i tried ?php echo $row_cur['tid',2]; ? but this makes an error or $row_cur('tid',2) --- hmmm what's the syntax? 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
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.php.net/) To unsubscribe, visit