Re[2]: [PHP-DB] how to pull array out?

2002-05-30 Thread Julie Meloni
, - Julie -- Julie Meloni -- [EMAIL PROTECTED] -- www.thickbook.com Find Sams Teach Yourself MySQL in 24 Hours at http://www.amazon.com/exec/obidos/ASIN/0672323494/thickbookcom-20 -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP-DB] creating errors

2002-05-28 Thread Julie Meloni
-- Julie Meloni -- [EMAIL PROTECTED] -- www.thickbook.com Find Sams Teach Yourself MySQL in 24 Hours at http://www.amazon.com/exec/obidos/ASIN/0672323494/thickbookcom-20 -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Search tutroial

2002-04-24 Thread Julie Meloni
post more information about your table(s) structure, your search methods and the search parameters, people would probably be able to help you. - Julie -- Julie Meloni -- [EMAIL PROTECTED] -- www.thickbook.com Find Sams Teach Yourself MySQL in 24 Hours at http://www.amazon.com/exec/obidos/ASIN

Re[2]: [PHP-DB] Search tutroial

2002-04-24 Thread Julie Meloni
queries is to simply echo them to the screen, look at what is being sent to MySQL, and trying it manually if the problem isn't glaringly obvious. But first, surround your search term with quotes and see how far you get. - Julie -- Julie Meloni -- [EMAIL PROTECTED] -- www.thickbook.com Find Sams

Re[2]: [PHP-DB] cron job and php

2002-04-16 Thread Julie Meloni
. How can i do it with mysql and php. I use: 0-59/10 * * * * root lynx -dump http://servername/yourscript.php 1/dev/null 21 Assuming thr utility script is under your web server docroot. - Julie -- Julie Meloni -- [EMAIL PROTECTED] -- www.thickbook.com Find Sams Teach Yourself MySQL in 24 Hours

Re: [PHP-DB] undefined function

2002-04-09 Thread Julie Meloni
. - Julie -- Julie Meloni -- [EMAIL PROTECTED] -- www.thickbook.com Find Sams Teach Yourself MySQL in 24 Hours at http://www.amazon.com/exec/obidos/ASIN/0672323494/thickbookcom-20 -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] New to PHP Need Help

2002-04-04 Thread Julie Meloni
the first one (and thus does not require additional calls to the function). From http://www.php.net/manual/en/function.mysql-fetch-array.php : mysql_fetch_array -- Fetch a result row as an associative array, a numeric array, or both. With examples also on the manual page. - Julie -- Julie

Re: [PHP-DB] Wrong solution!!!!

2001-07-21 Thread Julie Meloni
and there's nothing wrong with your sql, will return true. Julie Meloni [EMAIL PROTECTED] PHP Essentials PHP Fast Easy --- www.thickbook.com --- -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [PHP-DB] PHP accessing MySQL

2001-05-22 Thread Julie Meloni
I believe you want to look at this page: http://www.thickbook.com/books/phpfe_errata.phtml -- ++ | Julie Meloni ([EMAIL PROTECTED]) | || | PHP Essentials and PHP Fast Easy | | http://www.thickbook.com

Re: [PHP-DB] Passing parameters

2001-04-04 Thread Julie Meloni
if ($btnChoice = 'Save'){ Do something }elseif ($btnChoice = 'Delete') { header("Location: MemberAdmin.shtml"); exit; } use == instead of = -- +----+ | Julie Meloni ([EMAIL PROTECTED]) | |

Re: [PHP-DB] PHP mysql_connect Access Denied

2001-03-19 Thread Julie Meloni
running... ++ | Julie Meloni ([EMAIL PROTECTED]) | || | "PHP Essentials" and "PHP Fast Easy" | | http://www.thickbook.com | ++ -- PHP Databas

Re: [PHP-DB] Easy MySQL question

2001-01-11 Thread Julie Meloni
ult($result,0,"count(*)"); -- +--------+ | Julie Meloni ([EMAIL PROTECTED]) | | Tech. Director, i2i Interactive (www.i2ii.com) | || | "PHP Essentials" "PHP Fast Easy&