Re: [PHP-DB] Multiple paragraphs; The trick?

2001-11-13 Thread Chris Hobbs
. -- ___ ____ _ Chris Hobbs / \ \/ / | | |/ ___\| __ \ Head Geek| (___ \ \ / /| | | | (___ | | | | WebMaster \___ \ \ \/ / | | | |\___ \| | | | PostMaster) | \ / | |__| |) | |__| | \/\/\/ \/|_/ http

Re: [PHP-DB] Opt-In Request Re: Php-db@lists.php.net

2001-08-31 Thread Chris Hobbs
of skin... -- Chris Hobbs Silver Valley Unified School District Head geek: Technology Services Coordinator webmaster: http://www.silvervalley.k12.ca.us/~chobbs/ postmaster: [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e

Re: [PHP-DB] Random

2001-08-31 Thread Chris Hobbs
right. John Hurleston wrote: $result = mysql_db_query ($DBName,select * from Contacts order by rand() LIMIT 5 ); Doesn't work at all. :( -- Chris Hobbs Silver Valley Unified School District Head geek: Technology Services Coordinator webmaster: http://www.silvervalley.k12

Re: [PHP-DB] Weird Problem In mysql_connect();

2001-08-31 Thread Chris Hobbs
= mysql_connect($host,$user,$pass); } And Jonathan Hilgeman correctly recommended: function dbConnect () { global $host; global $user; global $pass; $link = mysql_connect($host,$user,$pass); } -- ___ ____ _ Chris Hobbs

Re: [PHP-DB] CSV TO MYSQL

2001-08-27 Thread Chris Hobbs
(,[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],[EMAIL PROTECTED],etc..); But that is not what I want. I can attach the script for analysis or if anyone has a better idea. I would appreciated it very much. Thanks.. Rupert -- Chris Hobbs Silver Valley Unified

Re: [PHP-DB] CSV TO MYSQL

2001-08-27 Thread Chris Hobbs
!- Chris Hobbs [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... How about this: ?php $emailstring = [EMAIL PROTECTED];[EMAIL PROTECTED];[EMAIL PROTECTED]; @emails = explode(;, $emailstring); foreach($emails as $email) { echo INSERT INTO news VALUES

Re: [PHP-DB] can you help to beginner?

2001-08-23 Thread Chris Hobbs
effectively is in two tables. Andrius Jakutis wrote: Can you help me? I know that for this example its better to use one table, not two, but I am just learning.. -- Chris Hobbs Silver Valley Unified School District Head geek: Technology Services Coordinator webmaster: http

Re: [PHP-DB] can you help to beginner?

2001-08-23 Thread Chris Hobbs
-mail response to him. - Jonathan Chris Hobbs [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I won't add to the code suggestions already given, but I will share one thought about your tables - you absolutely _should_ be using two. Any given company

Re: [PHP-DB] listing

2001-08-23 Thread Chris Hobbs
: 370 82 31332 -- Chris Hobbs Silver Valley Unified School District Head geek: Technology Services Coordinator webmaster: http://www.silvervalley.k12.ca.us/~chobbs/ postmaster: [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net

Re: [PHP-DB] Getting key of row just inserted into mySQL

2001-08-22 Thread Chris Hobbs
mysql_insert_id() Grant Boggs wrote: What's the best way to get the primary key of a row just inserted into a mySQL database? -- Chris Hobbs Silver Valley Unified School District Head geek: Technology Services Coordinator webmaster: http://www.silvervalley.k12

Re: [PHP-DB] Querying active directory from PHP

2001-08-14 Thread Chris Hobbs
by not attaching it to mail sent to certain addresses, namely _any_ public mailing list. /rant I feel better Chris Hobbs Silver Valley Unified School District --- The views expressed herein do not necessarily reflect the views of my employer... but they should! -- PHP Database Mailing List

Re: [PHP-DB] Transforming doc files into html

2001-08-04 Thread Chris Hobbs
then redirect to that file with: header (Location: http://www.silvervalley.k12.ca.us/$file.html;); Hope this helps! Cami wrote: Does anybody know if is any way in which when you upload a word document file you can parse it and transform it into an html file? -- Chris Hobbs Silver Valley

Re: [PHP-DB] search form

2001-07-24 Thread Chris Hobbs
the entire site. what will i do if not all the information in my site came from the database ... -- Chris Hobbs Silver Valley Unified School District Head geek: Technology Services Coordinator webmaster: http://www.silvervalley.k12.ca.us/~chobbs/ postmaster: [EMAIL