Re: [PHP-DB] display 4 at a time

2002-05-30 Thread Julie Meloni
re-run the script and offset is dynamic. - 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

Re: [PHP-DB] drop down menu

2002-05-30 Thread Julie Meloni
NC> What I want to do is: select all the values from info_sys field and display NC> them in a drop down menu. This tutorial may help: "Extracting Elements from a Database into a Select Form Field" http://www.thickbook.com/extra/php_loopoption.phtml - Julie --> Juli

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

2002-05-30 Thread Julie Meloni
r just about anything. Good luck, - 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
the single quotes around the password() function. Otherwise, it will print it literally. - 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] Search tutroial

2002-04-24 Thread Julie Meloni
uery. And as others have said, another fine way to debug your 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 -->

Re: [PHP-DB] Search tutroial

2002-04-24 Thread Julie Meloni
"search". If you 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 2

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

2002-04-16 Thread Julie Meloni
ery 10 minutes to do some background job >>>like we do in sql server. How can i do it with mysql and php. I use: 0-59/10 * * * * root lynx -dump http://servername/yourscript.php 1>/dev/null 2>&1 Assuming thr utility script is under your web server docroot. - Julie --> J

Re: [PHP-DB] undefined function

2002-04-09 Thread Julie Meloni
ng PHP. - 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
manual page. - 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] Wrong solution!!!!

2001-07-21 Thread Julie Meloni
uting the query, which, if you've connected successfully 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

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 & E

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 = -- +------

Re: [PHP-DB] PHP mysql_connect Access Denied

2001-03-19 Thread Julie Meloni
nnect could be that mysqld isn't running... +--------+ | Julie Meloni ([EMAIL PROTECTED]) | || | "PHP Essentials" and "PHP Fast & Easy" | | http://www.thickbook.com | +---

Re: [PHP-DB] Easy MySQL question

2001-01-11 Thread Julie Meloni
simon wrote: > Julie Meloni wrote: > > >> Paulson, Joseph V. \"Jay\" wrote: >> >> >>> Hello everyone-- >>> I've got a easy question that I can't seem to answer for myself. I'm >>> running a query in MySQL and

Re: [PHP-DB] Easy MySQL question

2001-01-11 Thread Julie Meloni
= mysql_result($result); > echo $myrow; > $myrow = mysql_result($result,0,"count(*)"); -- ++ | Julie Meloni ([EMAIL PROTECTED]) | | Tech. Director, i2i Interactive (www.i2ii.com) | |