[PHP-DB] DB Connect with SCALA script

2005-03-23 Thread Doug Finch
I am looking at a project right now that is supposed to connect a local 
access chanel server (not server 2K only Win2K proprietary Scala server) 
to a MySQL database.  I have called the company and they say it's 
"possible" although they have never deployed it with MySQL only MSSQL.  
I have a website that uses php/mysql and would like to take some data 
from that MySQL db and display some of these fields onto this local 
access server - embedded within this SCALA code.  I have scoured the 
Internet and am ready to surrender - I find nothing.  The closest thing 
that I have seen is a remote possibility to connect to the DB using VB 
Script - which I am clueless on.  Has anyone out there ever even heard 
of SCALA - second, has anyone successfully integrated MySQL into SCALA?  
NOTE: This DB connect is only for "display" not for insert or update 
functions - I just want to query and display the results.
thanks,
Doug

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP-DB] dynamic data manipulation in form

2005-03-18 Thread Doug Finch
I have a script that I have written in PHP that is a basic form that 
inputs simple text into a mysql db.  One section is just a textarea 
value that I would like to be able to add some dynamic formatting to the 
text being entered if the user wants.  For example, I want to give the 
user the ability to be able to highlight the text and click on a 
paragraph tag and it automatically insert that tag - or a bold, itallic, 
underline, etc.  I have searched the web but came up empty-handed.  Any 
ideas?  I don't even know where to begin.
thanks,
Doug

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP-DB] Cisco UBR interface with PHP

2004-11-19 Thread Doug Finch
I have an idea that I wanted to throw out there.  I have a cable ISP
plant that I am trying to help with a project.  They are using Cisco
7114 UBRs to connect their cable modems with their Internet backbone -
this device assigns it a dhcp address and associates it with the modems
MAC address.  It does a lot more than that but that is all I am
concerned with.  I want to see if I can write a script that will
constantly execute the command "show ip arp" which will return the
current routing table with the MAC and IP address (dhcp).  I can foresee
two problems so far, one is that you have to have enable mode access to
run this function and two, I would fear creating a security loophole by
running an enabled function all of the time.  Can I get your thoughts on
this?
thanks,
Doug

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] redirection checking

2003-06-27 Thread Doug Finch
I am compiling latest PHP4 and get a warning telling me that I am about
to compile without redirection checking.  Should I be concerned about
this?  If so, what flag should I use in the config to alleviate this?
DF




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] latest version of php only cgi?

2003-06-26 Thread Doug Finch
Is the newest version of php 4 only available as a cgi-based program?
DF




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php