Re: [PHP-DB] Really Dumb Question...

2001-04-11 Thread Darryl Friesen
ry($sql); - Darryl ---------- Darryl Friesen, B.Sc., Programmer/Analyst[EMAIL PROTECTED] Education Research Technology Services, http://gollum.usask.ca/ Department of Computing Services, Univer

Re: [PHP-DB] how do I connect to MSSQL and mySQL with PHP4 and Linux?

2001-03-28 Thread Darryl Friesen
r choice. - Darryl ---------- Darryl Friesen, B.Sc., Programmer/Analyst[EMAIL PROTECTED] Education Research Technology Services, http://gollum.usask.ca/ Department of Computing Services, University of Saskatchewan --

Re: [PHP-DB] Hold that insert!

2001-03-27 Thread Darryl Friesen
Like this: if ( empty($submit) ) { ### Display the form } else { ### Do some checks to make the the data is OK ### Do the Insert, or whatever else is to be done } - Darryl ---------- Darryl Friesen, B.Sc., Programmer/A

Re: [PHP-DB] A question - ($file_exists)

2001-03-27 Thread Darryl Friesen
p://www.php.net/manual/en/language.variables.php) - Darryl ---------- Darryl Friesen, B.Sc., Programmer/Analyst[EMAIL PROTECTED] Education Research Technology Services, http://gollum.usask.ca/ De

Re: [PHP-DB] More on strings

2001-03-20 Thread Darryl Friesen
e out of the double quotes, like you did in the first line. $sql = "select Primaryid from primarycodes where Code like'%" . $row[Primaryexpertise] . "%'"; print $sql . "BR\n"; $resultp = mysql_query($sql) or die (mysql_error()); - Darryl -----------

Re: [PHP-DB] Select where

2001-03-20 Thread Darryl Friesen
SELECT, and you don't need to escape the single quotes. - Darryl ------ Darryl Friesen, B.Sc., Programmer/Analyst[EMAIL PROTECTED] Education Research Technology Services, http://gollum.usask.ca/ Department of Com

Re: [PHP-DB] Re: [PHP] Query - Grouping Results

2001-03-19 Thread Darryl Friesen
ecord, check if it's different than the current one. If it is, save it as the current username, and print the login info. If it's the same, just print the login info. - Darryl ---------- Darryl Friesen, B.Sc., Programmer/Analyst

Re: [PHP-DB] Default port on sybase_connect()

2001-03-15 Thread Darryl Friesen
by looking at the file how to change the port number. Also, check out the documentation that came with FreeTDS/Sybase. - Darryl -- Darryl Friesen, B.Sc., Programmer/Analyst[EMAIL PROTECTED] Education Research Technology

Re: [PHP-DB] mysql_fetch_array problem...!

2001-03-05 Thread Darryl Friesen
result set. - Darryl ------ Darryl Friesen, B.Sc., Programmer/Analyst[EMAIL PROTECTED] Education Research Technology Services, http://gollum.usask.ca/ Department of Computing Services, University of Sa

Re: [PHP-DB] Drop down box

2001-03-01 Thread Darryl Friesen
The action you want is only available using JavaScript. You need to submit the form without a submit button. The "select" tag has the "OnChange" event which is scriptable. You can use the JavaScript statement "this.form.submit();" associated with the "OnChange" event. form... select

Re: [PHP-DB] Resolution detect and redirect

2001-02-27 Thread Darryl Friesen
of pages/images etc. Better to spend the time writing PHP code. :) - Darryl -- Darryl Friesen, B.Sc., Programmer/Analyst[EMAIL PROTECTED] Education Research Technology Services, http://gollum.usask.ca/ Department

Re: [PHP-DB] Hide Files

2001-02-19 Thread Darryl Friesen
- Darryl ------ Darryl Friesen, B.Sc., Programmer/Analyst[EMAIL PROTECTED] Education Research Technology Services, http://gollum.usask.ca/ Department of Computing Services, University of Sa

Re: [PHP-DB] Basic MySQL question

2001-02-15 Thread Darryl Friesen
ss running? I assume this is a unix box of some sort. Try "ps -ef | grep mysqld". Get any results? - Darryl ---------- Darryl Friesen, B.Sc., Programmer/Analyst[EMAIL PROTECTED] Education Research Technolog

Re: [PHP-DB] Apache, PHP4, access problem to MS SQL 7.0

2001-02-14 Thread Darryl Friesen
that helps. - Darryl -- Darryl Friesen, B.Sc., Programmer/Analyst[EMAIL PROTECTED] Education Research Technology Services, http://gollum.usask.ca/ Department of Computing Services, University of Saskatchewan

Re: [PHP-DB] what's a core file?

2001-02-07 Thread Darryl Friesen
r mysql server is dumping core, you've got big problems that need addressing. - Darryl ---------- Darryl Friesen, B.Sc., Programmer/Analyst[EMAIL PROTECTED] Education Research Technology Services, http://gollum.usask

Re: [PHP-DB] installing

2001-02-06 Thread Darryl Friesen
wouldn't bother with PWS. Apache or Xitami (www.xitami.com) are far easier to setup. I've installed PHP under both, with no problems. - Darryl -- Darryl Friesen, B.Sc., Programmer/Analyst[EMAIL PROTECTED] Education

Re: [PHP-DB] insert into mysql

2001-01-29 Thread Darryl Friesen
- Darryl ------ Darryl Friesen, B.Sc., Programmer/Analyst[EMAIL PROTECTED] Education Research Technology Services, http://gollum.usask.ca/ Department of Computing Services, University of Sa

Re: [PHP-DB] insert into mysql

2001-01-25 Thread Darryl Friesen
- Darryl ------ Darryl Friesen, B.Sc., Programmer/Analyst[EMAIL PROTECTED] Education Research Technology Services, http://gollum.usask.ca/ Department of Computing Services, University of Sa

Re: [PHP-DB] Child tables in MySQL

2001-01-19 Thread Darryl Friesen
? - Darryl -- Darryl Friesen, B.Sc., Programmer/Analyst[EMAIL PROTECTED] Education Research Technology Services, http://gollum.usask.ca/ Department of Computing Services, University of Saskatchewan