[PHP-DB] Flash/PHP Resources

2003-02-11 Thread Bruce Levick
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

[PHP-DB] CDBPHP

2003-02-11 Thread Unknown
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

[PHP-DB] collaborating on a document

2003-02-11 Thread Baumgartner Jeffrey
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

RE: [PHP-DB] collaborating on a document

2003-02-11 Thread Hutchins, Richard
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 a

RE: [PHP-DB] collaborating on a document

2003-02-11 Thread Adam Voigt
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

RE: [PHP-DB] collaborating on a document

2003-02-11 Thread Hutchins, Richard
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

RE: [PHP-DB] collaborating on a document

2003-02-11 Thread Adam Voigt
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)

RE: [PHP-DB] collaborating on a document

2003-02-11 Thread Mark
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

[PHP-DB] Code for drop down lists

2003-02-11 Thread Roland Perez
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

[PHP-DB] PHP 4.3.0 + MSSQL database authentication problem?

2003-02-11 Thread Alan Murrell
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 servers,

RE: [PHP-DB] Code for drop down lists

2003-02-11 Thread NIPP, SCOTT V (SBCSI)
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 =

RE: [PHP-DB] Code for drop down lists

2003-02-11 Thread George Pitcher
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: ?php $drop_down_list = select name=HEI_ID; $link = mysql_connect ('localhost', 'user', 'password') //

RE: [PHP-DB] Code for drop down lists

2003-02-11 Thread Gary . Every
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 ' tdSELECT NAME=change SIZE=1'; $sql = SELECT * from ai.reports order by name; $selections =

Re: [PHP-DB] PHP 4.3.0 + MSSQL database authenticationproblem?

2003-02-11 Thread Frank M. Kromann
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) to

[PHP-DB] fgets find string help please

2003-02-11 Thread Dave Carrera
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

Re: [PHP-DB] for xml auto from MS Sql Server

2003-02-11 Thread Frank M. Kromann
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

Re: [PHP-DB] PHP 4.3.0 + MSSQL database authentication problem?

2003-02-11 Thread Alan Murrell
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 currently

Re: [PHP-DB] PHP 4.3.0 + MSSQL database authenticationproblem?

2003-02-11 Thread Frank M. Kromann
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

RE: [PHP-DB] fgets find string help please

2003-02-11 Thread Matthew Moldvan
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

[PHP-DB] cookie blues

2003-02-11 Thread Ron Lloyd
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?

[PHP-DB] php oops

2003-02-11 Thread Rajesh Fowkar
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

Re: [PHP-DB] PHP 4.3.0 + MSSQL database authentication problem?

2003-02-11 Thread Alan Murrell
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 connect

[PHP-DB] Re: CDBPHP

2003-02-11 Thread Manuel Lemos
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/)