Hello,
On 02/11/2003 12:33 PM, Unknown wrote:
Dear Gurus,
Does anyone refer me to the links of PHP interface to CDB (Bernsteins)
module?Coulnd't find yet.
Check the DBA extension. There is limited support to CDB.
--
Regards,
Manuel Lemos
--
PHP Database Mailing List (http://www.php.net/)
To
Hi Frank,
--- "Frank M. Kromann" <[EMAIL PROTECTED]> wrote:
> This should be ok. --with-tdsver=4.2 sets the
> default.
I figured as much, since I think the default can be
overridden in the 'freetds.conf' and/or $TDSVER
environment variable, no?
> Have you tried the tsql tool to see if you can
> c
Hello,
Is there any site which contains some tutors or some details regarding
OOPS (Object Oriented Programming) using PHP ?
Thanks in advance.
Peace
--
Rajesh
:
[ GNU/Linux One Stanza Tip (LOST) ]###
Sub : Console boot (debian systems) LOST #045
To bo
I have 4 directories on my server saving different cookies for each one. When a 3rd
or 4th cookie is saved, cookies on a directory get deleted. Has anyone come accross
this problem?
Hi Frank,
--- "Frank M. Kromann" <[EMAIL PROTECTED]> wrote:
> Did you configure FreeTDS with the right tdsver ?
I configured it with '--tdsver=4.2', which is what the
other one was compiled with. However, in my
'freetds.conf' file, I tried both '7.0' and '8.0' as
the 'tds version', but still get
Correct me if I'm wrong, but something like:
if(($string=fgets($socket,128)) == "hello")
echo 'success!';
should work. In C or C++ you would use strcmp, but luckily PHP doesn't have
that drawback.
Out of curiosity, what are you working on?
Regards,
Matthew Moldvan
Hi Alan,
Did you configure FreeTDS with the right tdsver ? This can be none when
compiling FreetTDS using --with-tdsver=7.0 or in freetds.conf.
You should use the correct version according to your MSSQL server (70. =
SQL Server 7, 80 = SQL Server 2000).
>From PHP 4.3.0 you can compile php using
Hi Frank,
--- "Frank M. Kromann" <[EMAIL PROTECTED]> wrote:
> I'm not sure what 'Control Panel PHP script' means ?
I meant the PHP page itself that is the Control Panel
(i.e., 's_controlpanel.php')
> What version of FreeTDS are you using ?
0.60 on the new server; I am not sure about the
current
Hi,
selectting XML data forces the result to be returned a a unicode text
field. That is not suported by the DBLIB library (From Microsoft) used to
build the mssql extension does not support that.
You can use ODBC or you can wait untill I have a working compy of FreeTDS
on Win32. FreeTDS is devel
Hi all
I would like to find a string say hello from the result of my
fsockopen result.
I have searched all over for an answer but to no avail so I hand it over
to you clever people here.
The kind of result I want is if string excists the $result = 0 else
$result = 1
I can carry on from th
Hi Alan,
I'm not sure what 'Control Panel PHP script' means ?
What version of FreeTDS are you using ?
Do you use the sybase or the mssql extension in PHP ?
- Frank
> Hello,
>
> Because I am not sure if this is just a PHP issue or a
> PHP+DB issue, I will be posting this message
> (seperately)
Always use a DB when you can, makes it much easier to change params.
Here's a snippet you can use:
### SELECT BOX CODE ###
echo '
';
$sql = "SELECT * from ai.reports order by name";
$selections = get_rowset($conn_id,$sql);
If the list is something that may change more than just coccasionally, then
use the database field value. If its going to be really static, then hard
code it into the web form.
Now the code:
";
$link = mysql_connect ('localhost', 'user', 'password') // Connects to
database server
or die ("Could n
I would most definitely recommend pulling them from a DB table
rather than hard coding these into a page. Here is a code snippet that I
use to do this on one of my pages:
mysql_select_db($Prod, $Prod);
$query_systems = "SELECT Name FROM systems ORDER BY Name ASC";
$systems = mysql_query($
Hello,
Because I am not sure if this is just a PHP issue or a
PHP+DB issue, I will be posting this message
(seperately) to bith the "General" and "PHP-DB" lists.
First, a brief rundown of my setup:
Mandrake Linux 9.0
Apache 1.3.27
PHP 4.3.0
We are in the process of rebuilding our outdated
serve
I am a novice to PHP and am trying toget a survey with drop down lists.
I am stuck as to if I should connect to the DB (MySQL DB) to get the
values from a table or do I imbed them in the php file?
Thanks for any help in advance.
Roland Perez
[EMAIL PROTECTED]
--
PHP Database Mailing List (http:/
1-Since he's posting to a PHP-DB list, I think we can assume he plans
to implement it in PHP using a database to capture and store the
comments/ideas.
Jeff - Do you have a plan in place for your DB schema or the backend
processing that might take place?
2-Adobe may have a solution, but that does
Ofcourse then everyone has to have Adobe installed, which is probably less likely
then having _javascript_ enabled.
On Tue, 2003-02-11 at 10:39, Hutchins, Richard wrote:
Actually, Adobe 5.0 implemented on a server in Assembled or Integrated
(their words, not mine) configur
Actually, Adobe 5.0 implemented on a server in Assembled or Integrated
(their words, not mine) configuration DOES allow for real-time document
collaboration. Whether this solution would actually solve the problem is
determined by the requirements of the collaboration environment.
If you're thinkin
Riiight, anyway, since Adobe Acrobat is the worst possible answer for
updating in real time (and completely wouldn't work), I would say, yes,
two frames should work, but you might even want a third (hidden) at the
bottom that never stops executing, just pulling entry's out when new o
1. This question has nothing to do with PHP or databases.
2. Adobe already thought of it: Adobe Acrobat 5.0.
> -Original Message-
> From: Baumgartner Jeffrey [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 11, 2003 10:13 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] collaborating on
I'm thinking about making a little tool where people can contribute ideas in
real time. Thus far, the best way I can see to do this is via 2 frames
Frame 1: for entering data - which is inserted into a table.
Frame 2: would select from the table. It would also refresh frequently -
say every 30
Dear Gurus,
Does anyone refer me to the links of PHP interface to CDB (Bernsteins)
module?Coulnd't find yet.
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Bruce Levick - VivamotionWhere can I find some good resources for tutorials
to pass php queries into flash??
Cheers
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
24 matches
Mail list logo