[PHP] regexp to substitute incremental strings

2002-01-25 Thread mweb
ed to otherwise, because I keep rewriting the previous tags. Sorry for not posting my code here, I'm out of town and have just been told of this problem by phone by the site owner... Any help is appreciated, mweb -- PHP General Mailing List (http://www.ph

Re: [PHP] strtoupper and HTML entities

2001-12-23 Thread mweb
It works! thanks a lot, Michael!! mweb On Sunday 23 December 2001 00:41, Michael Sims wrote: > At 11:32 PM 12/22/2001 +0100, mweb wrote: > >Hello, > > > >I know I can convert a string to all uppercases with the strtoupper() > >function. However,

[PHP] strtoupper and HTML entities

2001-12-22 Thread mweb
olon? Thanks, mweb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

RE: [PHP] Re: max # of characters for links to work in emails?

2001-12-19 Thread mweb
" as in " what *I* arbitrarily set as a limit in my code" or "allowed" as in " Standard so and so dictates this"? If so, which standard? OK for the tld part, but domains like: mywww.subnet.domain.com (leftmost substring > 3char, more than three s

[PHP] Comparison between string failing

2001-12-07 Thread mweb
ke it changes values from line to line (it's not a scope thing, I'm almost sure in this case: what is below is the whole file). Look at the line below with the string "ESTENSIONE", it should be printed instead of UPLOAD FAILED, right?

[PHP] Answer to: UPDATE Query works in odbc/Mysql, but fails in odbc/MS Access

2001-12-06 Thread mweb
rence is due to the type of the "Un" column being different between the databases, MySQL and Access having actually different syntax, or any combination of the above. Comments? mweb On Thursday 06 December 2001 13:30, mweb wrote: > Hello, > > I have one MS Acc

[PHP] UPDATE Query works in odbc/Mysql, but fails in odbc/MS Access

2001-12-06 Thread mweb
is an online ACCESS syntax reference? TIA, mweb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] What is causing duplicate keys?

2001-12-05 Thread mweb
ut 0 or NULL it complains. Also, Andrew Hill siggested the use of odbc_tables and odbc_columns to get info about the structure of each column which I don't know in detail because the DB was written by the guy who quit, not me) What is the exact syntax of those instructions? I have tr

[PHP] Re: FOLLOW UP on "column names not liked by odbc/php/access"

2001-12-05 Thread mweb
you all once more for your quick and kind suggestions. regards, mweb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Partial answer to "FOLLOW UP on "column names not liked by odbc/php/access"

2001-12-05 Thread mweb
c_exec( no cursor returned ) This is clear, but, since I just take over the database, no docs exists about it, and I only have Linux running right now at home, how do I fins out quickly which columns are type mismatch? the 2.5 value almost sure doesn't go into quotes, right? but what

[PHP] FOLLOW UP on "column names not liked by odbc/php/access"

2001-12-05 Thread mweb
is wrong, or some value I try insert is not matching the column type? If so, why would this be a *syntax* error? Is it possible to query access via Php so that it will tell the internal strucure of the table? (this database was developed and left online by somebody else, that's why I don'

Re: [PHP] Column name not liked by PHP/ODBC and Access

2001-12-04 Thread mweb
lder to test > out my queries. Fairly reliably, if it works there, it'll work in PHP. Fine, but I guess it won't run on my Linux PC, will it? I'll search the web for examples of its usage, anyway. Any pointer is appreciated. Thanks, mweb -- PH

Re: [PHP] Column name not liked by PHP/ODBC and Access

2001-12-04 Thread mweb
On Tuesday 04 December 2001 22:47, Andrew Hill wrote: > mweb, > > Just a guess - is Note a reserved word? you might want to quote/escape it. Excellent idea. Actually, putting Note between double quotes gives: INSERT INTO Red (ID, Nome, Nickname, Username, password, pict, "

[PHP] Column name not liked by PHP/ODBC and Access

2001-12-04 Thread mweb
rs are reported. If I omit it I get just complaints that there are not enough fields, but no errors. Also, it couldn't care less what I put as the Note field value ("" in the case above). Ideas? Mweb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] URGENT: IIS server now OK, but MS access DB not reachab le

2001-12-04 Thread mweb
) Thanks to Jon and all the others, you were really precious. mweb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] URGENT: IIS server now OK, but MS access DB not reachable

2001-12-04 Thread mweb
ot;.") & "\domain.mdb; Persist Security Info = False" The following snippet of code (copied from phpbuilder) fails as pasted at the end of the message. Now this must be even stupider than the other problem, but again any help is appreciated mweb ###

Re: [PHP] URGENT: IIS server doesn't recognize PHP pages

2001-12-04 Thread mweb
meantime, anybody with a working php.ini file for IIS please send it (to me of course, not the list) TIA, mweb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

Re: [PHP] : IIS server doesn't recognize PHP pages

2001-12-04 Thread mweb
a config issue, but which one? What should I tell him? Unless, of course, there is something really screwed in my code, (but for Heaven's sake, I just put a phpinfo() statement, in there) or in the way I uploaded it, its permissions, whatever. Any suggestion is HIGLY appreciated!!

[PHP] URGENT: IIS server doesn't recognize PHP pages

2001-12-04 Thread mweb
side my PC. TIA, mweb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] RE: SQL state S1090: Almost connected to mysql via PHP/odbc

2001-12-02 Thread mweb
in original post). There is certainly something wrong with my config files, but I'm checking them aginst all the documentation I found so far, and nothing appears. Any help is appreciated. mweb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PR

[PHP] SQL state S1090: Almost connected to mysql via PHP/odbc

2001-12-02 Thread mweb
ill: Warning: SQL error: [unixODBC][TCX][MyODBC]Invalid DSN specified, SQL state S1090 in SQLConnect in /home/mweb/public_html/test.php on line 360 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Re: HTTP_POST_VARS truncated

2001-11-30 Thread mweb
nking I was having some browser cache problem: other variable were always printed with the latest value, except the select ones) mweb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To conta

Re: [PHP] HTTP_POST_VARS truncated

2001-11-30 Thread mweb
e other form fields as reported, right? Again, I'll try the reset instructino tonight and report. In the meantime any other hypothesis is welcome Thanks, mweb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] F

[PHP] HTTP_POST_VARS truncated

2001-11-30 Thread mweb
TIA, mweb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Problem connecting to mysql via odbc

2001-11-29 Thread mweb
can't figure it out. I saw a thread couple of days ago about myodbc dsn creation, but can't relate it to my problem. Actually, I only have odbcinst, not the commands mentioned in that message. Any help is appreciated! Thanks, mweb RPM list

[PHP] Setting up PHP and ODBC on Linux

2001-11-17 Thread mweb
have RH 7.1); the iodbc packages on the openlinksw were not accessible. Now I have the following packages installed: [root@ari mweb] rpm -qa|egrep -i 'php|odbc|sql' php-4.0.4pl1-9 php-manual-4.0.4pl1-9 mysql-server-3.23.36-1 MyODBC-2.50.39-1 unixODBC-devel-2.0.7-1 asp2php-0.75.11-1 mysql

Re: [PHP] keeping my code! Why?

2001-11-14 Thread mweb
ble to set up highly dynamic sites with the lowest expenses in HW and SW tools" specify that "they will only accept candidates with knowledge of this or that proprietary, expensive and generally screwed tool/IDE". mweb -- PHP General Mailing List (http://www.php.net/) To

[PHP] Solution for testing PHP/MS Access on Linux

2001-11-13 Thread mweb
ther issue (performance, stability, whatever) TIA, mweb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Re: Faking MS Access on MySQL linux box

2001-11-10 Thread mweb
. Keep in mind that performance is not an issue here. On the linux PC I would only do testing, and the site on the real server currently has ~4000 visits/month querying a DB with some hundreds of entries. What do you think? mweb On Sat, Nov 10, 2001 13:02:14 at 01:02: