In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] says...
>
> Hi People,
>
> Am needing a little help on the following scenario.
>
> Selecting user_id from one table for all entries that match the required
> criteria.
>
> Now I want to use the user_id's that are returned by the previous query
Hi Rafi,
You need to install (and configure) the SQL Server Client tools. The
important part here is the 'Client Network Utility' where you create
aliases for host names, protocols and other options.
The default setting for both the SQL server and the client is (in most
cases) to use named pipes
I am trying to create a connection w' MS-SQL Server to use with php. I have
the server name (on our LAN) and my UID & PWD (work via MS-ODBC driver for
Access db). However my php is failing to bring any data back (unknown
host). Any suggestions if I am missing any parms?
[I am a newbie so plz
HI Frank,
Thank you for the suggestion.. I think I see where you are going with
this...
However, how do I update the $oldCat with the last ProdCategory printed so
that
It will print the next new Category found in the while statement.??
-Original Message-
From: Frank Flynn [mailto:[EMAIL
Not a nested array, a simple 'if' statement...
Something like:
$Info = mysql_query("SELECT .
$oldCat = "";
while ($SRecord = mysql_fetch_array($Info, MYSQL_ASSOC)) {
If $oldCat != $SRecord["ProdCategory"]
{
/* Print your special Header row */
echo "Category = $Category ";
}
Hi all,
I thought I saw the answer to this question on here but can not find the
answer ..
So,
I am doing an inner join on 2 tables and displaying the result as follows:
Code=
Cat#
Category
Model
Description
Price
Hallo
I have a trouble with PHP5Beta4 + Oracle9i + Apache1.3. When I start Apache
it fails with Error 1067: The process terminated unexpectelly.
When I change PHP5Beta4 to PHP4.3.4 it works fine.
Can you help me?
Thanks, Josef
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe,
I am puzzled.
I have built a php script to upload a document to a directory and save the info
in an MySQL table.
I created a sample document in OpenOffice and saved it as a .doc file.
When I access the page via an Opera browser, I can upload the file without
problem.
When I access the page
alert('');
// case sensitive
- Original Message -
From: "Gamze Başaran" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 08, 2004 4:09 PM
Subject: [PHP-DB] javascript question
When I use this it isn't work an there is error but ı can't see it with
internet explorer. I ca
When I use this it isn't work an there is error but ı can't see it with
internet explorer. I can't catch it :(
Alert(''); or
Alert('');
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Maybe you forgot a "?":
Alert(); or
^^^
Ignatius
_
- Original Message -
From: "Gamze Başaran" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 08, 2004 2:49 PM
Subject: [PHP-DB] javascript question
> Hi everyone;
>
> First of all I'm sorry m
Gamze Başaran
<
Hi everyone;
First of all I'm sorry maybe I musn't send this mail to this list but I
think that someone can help me. Here is my problem:
I use pear templates. In my html template file there is an javascript like
this:
function validateAll (objForm){
if (objForm.comp_prg.selectedIndex ==
Hi Shannon
you need to do something like
$sql = "SELECT user_id FROM table WHERE ..";
$res = mysql_query($sql) or die(mysql_error());
while ($uids = mysql_fetch_array($res))
{
$sql2 = "SELECT something FROM another_table WHERE user_id = $uids[0]";
..
whatever else you need to do
14 matches
Mail list logo