[PHP-WIN] ini_set

2002-07-10 Thread robert
hello list, ini_set and his alias ini_alter, seems not to work under win 2000 enviroment with php 4.2.1 Any suggestions about fixing the problem. Parse the php.ini file with preg_match could be an idea, but ini_set is easy and fast. regards robert -- PHP Windows Mailing List (http

[PHP-WIN] Re: ini_set

2002-07-13 Thread robert
xtension_dir is set, dl('') doesn't make sence. thanks robert > ini_set() does work, i use it all the time with linux and win2k. :-) > Could you be more specific, and give an example of something > that's not working -- as Colin mentioned, some values are not >

[PHP-WIN] PHP_PRINTER.DLL prints from shell but not from web

2006-10-23 Thread Robert
Dear Friends, I thank you in advance if you give me 3 minutes of your time. I've searched the php_printer PECL home page, but can't find it. I want to report a bug 1) I can't find the home page for that pecl in the pecl web site. http://pecl.php.net/packages.php 2) Before posting it I kindly

[PHP-WIN] Print on client shared printer doesn't work gives error

2006-10-23 Thread Robert
;c:\program files\php\php.exe c:\www\printit.php" (with right \ amounts) but returns the same above error "PHP Warning: printer_write(): couldn't allocate the printerjob [5]" Please note that printer right are set to everybody and also to guests. Thank you for any tip Rober

[PHP-WIN] Re: Print on client shared printer doesn't work gives error

2006-10-23 Thread Robert
ADDITIONAL DESCRIPTION the client shared printer is "mounted" on the server for a simple reason. My script printit.php SHOULD print on the client printer... in fact the script open this shared printer and prints only if I use the form $printer = ""."CLIENTPCNAME"."\\"."PRINTERSHARENAME"; $ha

Re: [PHP-WIN] PHP_PRINTER.DLL prints from shell but not from web

2006-10-24 Thread Robert
I don't have the users PHP in users list. This Apache Server and PHP are running under Windows XP Professional. Should I create it? Thank you for your reply Robert "Niel Archer" <[EMAIL PROTECTED]> ha scritto nel messaggio news:[EMAIL PROTECTED] > Hi, > > does

Re: [PHP-WIN] PHP_PRINTER.DLL prints from shell but not from web

2006-10-24 Thread Robert
Thank you Niel for your answer it did work correctly. Issue closed. Regards Robert "Niel Archer" <[EMAIL PROTECTED]> ha scritto nel messaggio news:[EMAIL PROTECTED] > Hi > > Usually (using the SAPI) PHP runs under the same username as Apache, > which is usually &#x

[PHP-WIN] PHP_PRINTER.DLL - NetBIOS prints, TCP/IP doesn't

2006-10-29 Thread Robert
rom the CLIENTNAME browser I connect fine to http://192.168.0.100. HELP Thank you in advance for any answer/tip/or help Robert -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] PHP_PRINTER.DLL - NetBIOS prints, TCP/IPdoesn't

2006-10-30 Thread Robert
Ok. I did it. It was a buggy VPN connection. Shared client printer now prints. Sorry and thank you for your answers. Robert ""Frank M. Kromann"" <[EMAIL PROTECTED]> ha scritto nel messaggio news:[EMAIL PROTECTED] > You can use any shared printer as long as the

[PHP-WIN] What about php 5.3 and printers or PHP_PRINTER.DLL ?

2010-01-30 Thread Robert
: seems to me that pecl collections later than 5.2.6 are not available. Isn't it? Thank you for any help or tip on how to upgrade PHP and still be able to print directly to server's attached printers from php scripts. Kind regards Robert (*) about MySQL upgrade (off topic but just t

Re: [PHP-WIN] What about php 5.3 and printers or PHP_PRINTER.DLL ?

2010-02-22 Thread Robert
critto nel messaggio news:b0baccaa54a7cc479fb67d9494fb018a8cc...@dc01.pridedallas.com... How is that user specified? Keith Davis (214) 906-5183 -Original Message- From: Pierre Joye [mailto:pierre@gmail.com] Sent: Friday, February 05, 2010 3:26 PM To: Keith Davis Cc: Robert; php-windows@lists.php.n

RE: [PHP-WIN] updating db

2002-02-20 Thread Collins, Robert
You could try something like this: "; echo "ID : "; echo "Name : "; echo ""; echo ""; } ?> -Original Message- From: Sandeep Murphy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 5:48 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] updating d

RE: [PHP-WIN] Run string as PHP code

2002-02-20 Thread Collins, Robert
eval() -Original Message- From: Nicole Amashta [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 2:47 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Run string as PHP code Can someone tell me the function to run a string as php code? I know there is a function, but I can't for

[PHP-WIN] Writing text to files on Windows

2002-02-20 Thread Robert Abbate
I seem to be having trouble being able to *write* text to a file within a Windows server. Does anyone know what needs to be done to get this to work? I've tried making sure that the direcories are set to the maximum permissions (read/write/execute) to anyone. Still doesn't work. I'm trying this:

RE: [PHP-WIN] PHP Authentication

2002-02-21 Thread Collins, Robert
you in the right direction. Robert W. Collins II Webmaster New Orleans Regional Transit Authority Phone : (504) 248-3826 Email : [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 4:28 AM To: [EMAIL PROTECTED] Subject: [PH

RE: [PHP-WIN] PHP Authentication

2002-02-22 Thread Collins, Robert
It took some digging on the PHP-Win Archive but I found the answer a long time ago... You have to be running PHP as an Apache module (not a CGI). in Apache change : ScriptAlias /php/ "C:/Program Files/php/" AddType application/x-httpd-php .php Action application/x-httpd-php "/php/php.exe" to :

RE: [PHP-WIN] HTTP_REFERER

2002-02-26 Thread Collins, Robert
Yes its just Robert W. Collins II Webmaster New Orleans Regional Transit Authority Phone : (504) 248-3826 Email : [EMAIL PROTECTED] -Original Message- From: "Spychala, Wojciech" [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 2:15 AM To: [EMAIL PROTECTED] Sub

RE: [PHP-WIN] How can PHP receive and display data from a silent POST?

2002-03-01 Thread Collins, Robert
if you are referring to something like a form post you can check the array $HTTP_POST_VARS Robert W. Collins II Webmaster New Orleans Regional Transit Authority Phone : (504) 248-3826 Email : [EMAIL PROTECTED] -Original Message- From: Afan Pasalic [mailto:[EMAIL PROTECTED]] Sent

RE: [PHP-WIN] Help me pleaase !!!!

2002-03-05 Thread Collins, Robert
it is possible you are doing multiple requires for the same file try require_once ("dbconnect.inc"); Robert W. Collins II Webmaster New Orleans Regional Transit Authority Phone : (504) 248-3826 Email : [EMAIL PROTECTED] -Original Message- From: Athar Hameed [mailto:[EMAIL

[PHP-WIN] Re: strings with $ sign

2002-03-09 Thread robert janeczek
> I just wanted to know how to use strings with $ sign. > > If a word starts with a dollar sign php will think it's a variable, how can > I make > " $bla bla and bla $bla " to stay that way? > Will this work? " \$bla bla and bla \$bla " don`t use "" - use ''. php doesn`t parse variables in such

[PHP-WIN] php3 + Apache + Windows 2000 Pro

2002-03-22 Thread Robert Nadot
Quelqu'un pourrait-il me dire les directives à insérer dans le fichier de config de Apache et dans les fichiers truc muche de W2k pour intaller php3 ? J'ai passé quelques heures à chercher dans la doc de php et dans les FAQ mais je n'ai rien trouvé de concret et d'utilisabl

[PHP-WIN] Problem Connecting to AS400 using ODBC

2002-04-11 Thread Collins, Robert
erver. Has anyone else had this problem, and if so what was the fix? Using : Windows 2k o NT4 PHP ver.4.1.1 APACHE ver. 1.3.22 Client Access ODBC Driver (32bit) ver. 7.00.00.00 Code Snippet: Robert W. Collins II Webmaster New Orleans Regional Transit Authority Phone : (504) 248-3826 Emai

RE: [PHP-WIN] Problem Connecting to AS400 using ODBC

2002-04-11 Thread Collins, Robert
I put the code in and it worked perfectly. as it turns out there was a networking issue that I had not been informed of that was causing the problem. Thanks for your reply. Robert W. Collins II Webmaster New Orleans Regional Transit Authority Phone : (504) 248-3826 Email : [EMAIL PROTECTED

[PHP-WIN] Creating dynamic variables and assigning values in a while statement

2002-04-19 Thread Robert Trembath
t10->SetColor("$tempcolor10"); $lineplot11->SetColor("$tempcolor11"); $lineplot12->SetColor("$tempcolor12"); //ad lines $graph->Add($lineplot0); $graph->Add($lineplot1); $graph->Add($lineplot2); $graph->Add($lineplot3); $graph->Add($lineplot4); $gr

[PHP-WIN] Re: [PHP-WINDOWS] why every page show "X-Powered-By: PHP/4.0RC1 Content-type:"

2002-04-29 Thread Robert Beenen
Make sure that all the paths in php.ini exist. Had this same problem when using sessions, because the directory where the session data should be saved didn't exist. Greetings, Robert [EMAIL PROTECTED] (Jim Hearn) wrote in news:8ghnk3$6c5$[EMAIL PROTECTED]: > Can you provide

[PHP-WIN] RE: [PHP] Dual Server...

2002-07-09 Thread Collins, Robert
I have Apache and IIS coexisting on my intranet server and the way I set them up was to put each on a different port. (Apache serves http://intranet and IIS serves http://intranet:8080) this appears to work fine. Hope this helps Robert W. Collins II Webmaster New Orleans Regional Transit

[PHP-WIN] RE: [PHP] Dual Server...

2002-07-09 Thread Collins, Robert
Matt, I dont know if this helpped Brian but it just saved me a huge headache with some of the presonal settings on my intranet THANKS! Robert W. Collins II Webmaster New Orleans Regional Transit Authority Phone : (504) 248-3826 Fax: (504) 248-3866 Email : [EMAIL PROTECTED] <mailto:[EM

[PHP-WIN] out of office test

2002-07-12 Thread Collins, Robert
sorry to do this but need to make sure my out of office response isint going to spam you guys. Robert W. Collins II Webmaster New Orleans Regional Transit Authority Phone : (504) 248-3826 Fax: (504) 248-3866 Email : [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> -Original Message

[PHP-WIN] RE: [PHP] out of office test

2002-07-12 Thread Collins, Robert
Robert W. Collins II Webmaster New Orleans Regional Transit Authority Phone : (504) 248-3826 Fax: (504) 248-3866 Email : [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> -Original Message- From: Collins, Robert [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 5:24 PM To:

RE: [PHP-WIN] CSS Question

2002-08-15 Thread Collins, Robert
?>; FONT-FAMILY: Arial; TEXT-DECORATION: underline;} .text {COLOR: <? echo $color_b; ?>; FONT-SIZE: 18px; FONT-FAMILY: Arial;} ## stop file style.css.php Robert W. Collins II Webmaster New Orleans Regional Transit Authority Phone : (504) 248-3826 Fax: (504) 248-3866 Email : [EMAIL PROTEC

RE: [PHP-WIN] Checkbox/Database Issues

2002-08-15 Thread Collins, Robert
Stephanie, can you give an example of your form and the code used to submit it to the Db? Robert W. Collins II Webmaster New Orleans Regional Transit Authority Phone : (504) 248-3826 Fax: (504) 248-3866 Email : [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> -Original Message

RE: [PHP-WIN] Checkbox/Database Issues

2002-08-15 Thread Collins, Robert
//using the same form -- Robert W. Collins II Webmaster New Orleans Regional Transit Authority Phone : (504) 248-3826 Fax: (504) 248-3866 Email : [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> -Or

Re: [PHP-WIN] PDF Files...

2002-08-16 Thread robert mischke
n", called PDI. It allows you to edit existing PDF's. It's none free. Check out http://pdflib.com regards robert -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] first time installer...

2002-09-26 Thread Robert Pawlowicz
o the file refered to in "LoadModule php4_module c:/php/sapi/php4apache.dll" does not exist. What is going on? incidentally, when I try to run Apache it fails to start with the aditional instructions in the conf file. Help would be much appreciated Regards Robert [EMAIL PROTECTED] -- PHP

[PHP-WIN] Please Help

2001-04-30 Thread Robert Trembath
if it doesn't I create a new record and write the ID to $TransID. Robert //write session data to transactions database if ( isset( $TransID ) ) $link5 = mysql_pconnect( "64.0.182.176", $user, $pass ); mysql_select_db( $db ) or die ( "Couldn't o

[PHP-WIN] anti-advocacy: Larry Seltzer, pcmag May'01 pub.

2001-05-08 Thread Robert Trembath
nk he needs to do a little more RESEARCH before making irrational and judgemental statements Larry soak your head! My two cents, Robert Trembath CTO -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [PHP-WIN] anti-advocacy: Larry Seltzer, pcmag May'01 pub.

2001-05-09 Thread Robert Klinkenberg
review of a product but a review of the knowledge of the people working at ZD. Robert Klinkenberg -- PHP Windows 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-WIN] Verisign pfpro functions in Windows environment ... newbie ...

2001-07-20 Thread Robert Dyke
d function: pfpro_init() I've checked the PHP.net documentation and it says "These pfpro functions are only available if PHP has been compiled with the --with-pfpro[=DIR] option." Does anybody know where I can get the win32 binary compiled with that option? TIA -- Robert Dyke [EMAIL

[PHP-WIN] download prompt

2001-08-13 Thread Robert Razniewski
Hi all. I have found a similar thread in the list archive, but can't find the solution. Im using Apache + PHP4 + Windows98. I have configured both Apache and PHP as described in manuals. After startig 127.0.0.1/scripts/myfirstphp.php in my browser I get the download prompt from Windows instead

[PHP-WIN] COM objects win2000 PHP4.02

2001-08-28 Thread Mize, Robert
I am having issues instantiating word or excel using COM. I get the error: Warning: Unable to obtain IDispatch interface for CLSID {000209FF---C000-0046}: Access is denied. in C:\Inetpub\wwwroot\website\excel\word.php on line 3 Unable to instanciate Word Line 3 is: $word = new COM

RE: [PHP-WIN] COM objects win2000 PHP4.02

2001-08-28 Thread Mize, Robert
After changing the permissions using dcomcnfg.exe, it is working. I never knew that existed.. Thanks Alan! Also thanks to everyone else who had suggestions. rob. -Original Message- From: Alan Brown [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 2:19 PM To: Mize, Robert

[PHP-WIN] Dll version of PHP for MS IIS

2001-08-29 Thread Robert KNOTEK
I heared of an dll version of PHP4 for IIS. This version should have the advantage of an faster execution because ther is no image activation of php.exe. how far ist this away from production. best regards robert -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail

[PHP-WIN] Re: Dll version of PHP for MS IIS

2001-08-30 Thread Robert KNOTEK
Thanks. But the second part of the question seens to be misunderstand. I like to know how stable ist this dll version. The exe Version seems tobe very stable. best regards robert "Andrew Stopford" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[

[PHP-WIN] reading arrays within a field from mysql and separating the values

2001-09-10 Thread Robert Trembath
Gel name1 name2 name3 name4 Anyone know how to fix this? Robert -- PHP Windows 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-WIN] Re: permissions running dnscmd with exec

2001-10-30 Thread Mize, Robert
Never setup a Win2k DNS server, but my guess is only local Admin or someone specified in a "DNS Admin" group would be able to execute dnscmd. That might explain why you could do it from a command line. IIS executes php.exe using IUSER_. That acct would probably have to be added to the "DNS Admin"

RE: [PHP-WIN] Re: permissions running dnscmd with exec

2001-10-30 Thread Mize, Robert
to execute dnscmd, so that should handle it, but it doesn't. Just to try your suggestion i added Iuser with full admin privlages for a bit. Still no luck. What else would cuase it to get an access denied. "Robert Mize" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTE

RE: [PHP-WIN] A List of months

2001-10-30 Thread Mize, Robert
"; } ?> more information on how to use date() and the rest of the built in PHP functions can be found here: http://www.php.net/manual/en/function.date.php rob. -Original Message- From: Marius [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 30, 2001 4:13 PM To: [EMAIL PROTECTED] Subjec

[PHP-WIN] Can I rotate a gif with PHP

2001-11-01 Thread Robert Trembath
-- Robert Trembath Internet Technology Manager e|[EMAIL PROTECTED] -- PHP Windows 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-WIN] Can I rotate a gif with PHP

2001-11-02 Thread Robert Trembath
written in PHP and I cannot find anything that references rotating an image in the PHP docs. There is some reference to rotating images in a pdf with PHP, but nothing else. Anyone have any ideas? -- Robert Trembath Internet Technology Manager e|[EMAIL PROTECTED

RE: [PHP-WIN] 4.0.6 mssql.dll Extension load failure

2001-11-01 Thread Mize, Robert
check to make sure you have extension_dir = c:\php\extensions or c:\winnt\system32 (whereever you are loading the dlls) in php.ini -Original Message- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 11:45 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [P

[PHP-WIN] Problem using exec() in Win2K

2001-10-15 Thread Robert Trembath
ie("Couldn't execute Splus Script"); print "Running SPlus Scripts to create report."; # I believe my syntax is wrong and need a little advise as to how to fix it. Any help is appeciated. Thanks. -- Robert Trembath Internet Technology Manager

[PHP-WIN] fopen

2002-01-23 Thread Robert Abbate
I am having trouble getting php to be able to write to text files using fopen under windows. does anyone know how to get php for windows to do this? I'm using: $fp2 = fopen($filezz, "w+"); flock($fp2, 1); fputs($fp2, "my text"); fclose($fp2); THanks, R

RE: [PHP-WIN] newbie ...instal question.

2003-01-07 Thread Robert Fisher
I just had the same problem the other day. and if I remember right I used the php4apache2.dll file. It worked just fine after that. I also did not have to include the AddModule line. hope this helps, Robert Fisher Axis Solutions, Inc. __ Do you

[PHP-WIN] Problem w/ generating png on Linux with more than 250 objects ona single graphic

2003-01-15 Thread Robert Trembath
if --> entire DNA fingerprint of 2000 values My configuration is: Red Hat 7.3 with all current updates for that release apache 1.3 and PHP 4.1.2 Any ideas on how to get this to work properly? Thanks in advance for your help and advise! Robert Trembath CSE e| [EMAIL PROTECTED] Bacterial BarCode

[PHP-WIN] Links to samples from Problem w/ generating png on Linux

2003-01-15 Thread Robert Trembath
The images were stripped on my post but here's an external link to the images I refer to: Sample1 : http://linux.diversilab.com/sample1.gif Sample2 : http://linux.diversilab.com/sample2.gif Thanks, Robert -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-WIN] Help with converting data type from Database in PHP

2003-01-28 Thread Robert Trembath
Has anyone done 16-bit integer conversion to decimal in PHP or know the formula to convert the data. Below is an example of what oracle gives me and what I need to convert it to. Any help would be greatly appreciated. Thanks, Robert I get this in unsigned 16-bit Integer format

[PHP-WIN] CGI installation problem

2003-02-19 Thread Vincent Robert
I've installed yesterday the 4.3.1 on two system: first: NT4 SP6a & IIS second: Win XP Pro SP1 & IIS In both cases the PHP functions normally in ISAPI but not in CGI. In the first case, i've have multiple instances of php.exe in my task manager and my browser (IE6) don't have result before I kill

[PHP-WIN] CGI installation problem

2003-02-19 Thread Vincent Robert
I've installed yesterday the 4.3.1 on two system: first: NT4 SP6a & IIS second: Win XP Pro SP1 & IIS In both cases the PHP functions normally in ISAPI but not in CGI. In the first case, i've have multiple instances of php.exe in my task manager and my browser (IE6) don't have result before I kill

[PHP-WIN] Re: CGI installation problem

2003-02-19 Thread Vincent Robert
I've read all the manual ..., and have done what you said, but nothing is ok. Look at http://bugs.php.net/bug.php?id=22292 http://bugs.php.net/bug.php?id=22291 "Brian 'Bex' Huff" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] > > Setting up CGI is only slightly more com

RE: [PHP-WIN] eval function

2003-02-25 Thread Robert Nürnberg
Why use eval in the first place? $_POST["ADDRESS_ID_".$numb] will work, as will $_POST["ADDRESS_ID_{$numb}"]. -Original Message- From: Kevin Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 1:00 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] eval function Hi All, Does an

RE: [PHP-WIN] newbie BASIC sessions...

2003-02-25 Thread Robert Nürnberg
>From php.net (): http://www.php.net/manual/en/function.session-is-registered.php Note: If $_SESSION (or $HTTP_SESSION_VARS for PHP 4.0.6 or less) is used, use isset() to check a variable is registered in $_SESSION The code that should work: (You may not need to add SID to your link, depending on

[PHP-WIN] PHP 4.3.1 and Curl

2003-03-17 Thread Robert Smith
would take some time to go back and add this to all our shopping carts that are using curl. Thanks for any input Robert Smith -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: PHP 4.3.1 and Curl

2003-03-17 Thread Robert Smith
More information on below. I added the Curl_Verbose statement to my test script and this is what it displayed. SSL: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed* Closing connection #0 "Robert Smith" <[EMAIL PROTECTED]> wrote in mes

[PHP-WIN] Re: PHP 4.3.1 and Curl

2003-03-18 Thread Robert Smith
drive:\pathto\ca-bundle.crt'); Still have to modify all my scripts that are using curl, but I feel that it is better than setting it to not verify. Robert "Robert Smith" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > More information on below. I added the Curl

[PHP-WIN] Re: Sessions

2003-07-15 Thread Robert Hawke
For easier programming i'm using sessions with TRANSSID. but actually all big open source scripts use cookies only. they don't even create sessions "Miha Nedok" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > > I'm developing web apps written in PHP for quite a long time. > I w

[PHP-WIN] Problems with TCP/IP and PHP

2003-10-27 Thread Robert Duda
I am running the following: PHP Version 4.3.4RC2, I tried 4.3.3 with the same results. MySql Version 4.0.16-nt Windows XP Professional Using PHP as cgi with Roxen. Anytime I try to connect to anything over TCP/IP I get an error. Below is the error that I get if I try to connect to an IMAP source

[PHP-WIN] Re: Problems with TCP/IP and PHP

2003-10-27 Thread Robert Duda
u are using windows, you may be infected by Swen. Please go > here to find out more: > http://us.mcafee.com/virusInfo/default.asp?id=helpCenter&hcName=swen > http://securityresponse.symantec.com/avcenter/venc/data/[EMAIL PROTECTED] > ## > "Robert

[PHP-WIN] Re: Problems with TCP/IP and PHP

2003-10-27 Thread Robert Duda
tyresponse.symantec.com/avcenter/venc/data/[EMAIL PROTECTED] > ## > "Robert Duda" <[EMAIL PROTECTED]> skrev i meddelandet > news:[EMAIL PROTECTED] > > I am using the compiled versions and have tried using ip addresses instead > > of host name

[PHP-WIN] Re: Problems with TCP/IP and PHP

2003-10-28 Thread Robert Duda
om > ## > Please, if you are using windows, you may be infected by Swen. Please go > here to find out more: > http://us.mcafee.com/virusInfo/default.asp?id=helpCenter&hcName=swen > http://securityresponse.symantec.com/avcenter/venc/data/[EMAIL PROTECTE

[PHP-WIN] Re: Problems with TCP/IP and PHP

2003-10-29 Thread Robert Duda
x27;s. Rob "Robert Duda" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am running the following: > > PHP Version 4.3.4RC2, I tried 4.3.3 with the same results. > MySql Version 4.0.16-nt > Windows XP Professional > > Using PHP as cgi with Roxen

[PHP-WIN] w2k3 and userdir

2003-11-05 Thread Probst Robert
with IIS6 thx Robert [EMAIL PROTECTED]

[PHP-WIN] Re: Session Problem

2004-01-06 Thread Robert Schmelzer
I thinks its a problem of configuration. Perhaps there is the configuration variable session.use_cookies set to true. Then the closing of the browser does not cause the session to be destroyed. greetings Robert "Meteorlet" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL P

[PHP-WIN] Error with Sessions please help

2001-01-16 Thread Robert Trembath
MySQL Successfully selected "Portal" There are currently 2 users in the database. User Name User Type Last Login City Robert Trembath Shopper 6/30/2000 1:37:40 PM Houston Robert Trembath Realtor 6/30/2000 9:11:20 AM Houston Warning: open(/tmp\sess_0baf96e5228010461d9116

RE: [PHP-WIN] Page names as variables?

2001-01-23 Thread Robert Collins
Try the $HTTP_REFERER -Original Message- From: Ed Meyer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 10:14 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Page names as variables? Is there an easy way to grab the page name or the referring page from another page? I have a l

[PHP-WIN] Newbie - Help!!!!!

2001-02-01 Thread Robert Trembath
I don't understand why I getting an error on this. it ran on my IIS/PHP machine but on my Apache/PHP I get errors. Here the code and the results, Please help: New Vehicle Search"; mysql_select_db( $db ) or die ( "Couldn't open $db: ".mysql_error() ); $result = mysql_query( "SELECT * fr

[PHP-WIN] MySql Connect Problem between Win and Linux

2001-02-01 Thread Robert Trembath
For some reason the configuration when set to localhost for the mysql server works on Windows/PHP in Apache and IIS5 but on Linux I get: Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) in /var/www/html/iShopHouston/NewVehicles

[PHP-WIN] Fixed it

2001-02-01 Thread Robert Trembath
Nevermind. It turned out to be a case-sensitivity issue between Windows and Linux in the MySQL Query. Excuse me for being Stupid.;-) Robert

[PHP-WIN] php3 var question

2001-03-15 Thread Mize, Robert
If I have a set of variables named say: $var_1 $var_2 $var_3 and I want to use a for loop to do something with the variables like: for($i=1; $i<4; $i++){ echo $var_$i; } how do I do this so that $var_$i is interpreted as the variable ($var_1 ect)? Thanks, rob. -- PHP Windows Mailing List (

[PHP-WIN] PHP4 on IIS4: extensions

2001-04-09 Thread Houtenbos, Robert
a compiler running (authorisation reasons...). Thanks in Advance, Robert -- PHP Windows 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-WIN] dynamic pulldowns from DB

2001-04-19 Thread Robert Trembath
ged a different list of option is populated in the second. Please help! Robert -- PHP Windows 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-WIN] Dynamic Pulldown lists

2001-04-19 Thread Robert Trembath
ged a different list of option is populated in the second. Please help! Robert -- PHP Windows 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-WIN] sybase versus odbc

2004-03-10 Thread Robert Twitty
The sybase extension is probably more efficient than the odbc ext. You can also try the odbtp extension at http://odbtp.sourceforge.net. I use it to connect to Sybase, and it is considerably faster than the odbc extension, and it provides more capabilities. -- bob On Wed, 10 Mar 2004 [EMAIL PRO

RE: [PHP-WIN] MSSQL inserting into a table with a valid result set

2004-03-12 Thread Robert Twitty
Hi Gerardo If I understand you correctly, you can use the odbtp extension to do something like the following: $con1 = odbtp_connect( 'server1', 'user1', 'pass1', 'database1' ) or die; $con2 = odbtp_connect( 'server2', 'user2', 'pass2', 'database2' ) or die; $sql = "SELECT FieldA, FieldB, FieldC

Re: [PHP-WIN] servers in php

2004-03-13 Thread Robert Twitty
Take a look at the socket functions, with special attention to socket_listen() and socket_accept(). AFAIK, this may be a bit beyond the scope of PHP on windows. Even if you successfully call the program from itself, you will not be able to pass the connection to the cloned program. Your server ma

RE: [PHP-WIN] copying MS SQL tables

2004-03-17 Thread Robert Twitty
You can download the odbtp extension at http://odbtp.sourceforge.net, and then do the something like the following: It may not be as efficient as bcp, but I think it is what you want. -- bob On Wed, 17 Mar 2004, Gerardo Rojas wrote: > Yes, i realize this. (this requires, to many mouse clicks

Re: [PHP-WIN] Re: ODBC or MS SQL DLL? WAS: Using PHP on Server 2003...

2004-04-06 Thread Robert Twitty
The best extension for accessing MS SQL Server is the odbtp extension at http://odbtp.sourceforge.net. The odbc and mssql extensions both have limitations when used with SQL Server 2000. mssql ext: - Uses the obsolete, unsupported and non thread safe DB-Library. - Does not support varchar(>255),

RE: [PHP-WIN] Re: ODBC or MS SQL DLL? WAS: Using PHP on Server 2 003...

2004-04-06 Thread Robert Twitty
> > From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED] > > Sent: 06 April 2004 2:23 > > To: [EMAIL PROTECTED] > > Subject: Re: [PHP-WIN] Re: ODBC or MS SQL DLL? WAS: Using PHP on Server > > 2003... > > > > > > On Tue, 2004-04-06 at 14:52, Rob

RE: [PHP-WIN] Re: ODBC or MS SQL DLL? WAS: Using PHP on Server 2 003...

2004-04-06 Thread Robert Twitty
On 6 Apr 2004, Svensson, B.A.T. (HKG) wrote: > Maybe, but I still need to add code, and that means more code to > maintain, more code to execute, more loopholes for bug, etc. > That's precisely why odbtp is better. You don't have to perform loopholes like those suggested by David to accomodate for

RE: [PHP-WIN] Re: ODBC or MS SQL DLL? WAS: Using PHP on Server 2 003...

2004-04-07 Thread Robert Twitty
I agree, and that's why I said you were lucky. I work with databases that use the UNICODE data types nvarchar and ntext. Neither of these types are supported by DB-Library, and there are no local fixes. The odbc ext also does not support these types because it does not make use of the UNICODE ver

[PHP-WIN] FYI: MS Access, MS SQL Server and UNICDOE text data

2004-04-08 Thread Robert Twitty
A question pertaining to this topic was posted in another forum. I have included the answer here for those who have to deal with this issue. Unlike MS SQL Server 7.0/2000, MS Access 2000 does not use separate types for non-UNICODE and UNICODE text data. Instead, ALL text data is stored as UNICODE.

[PHP-WIN] [ANNOUNCEMENT] ODBTP 1.1.1 Released

2004-06-02 Thread Robert Twitty
FYI for the members of this list that are using ODBTP: Version 1.1.1 has been released, and is available for download at http://odbtp.sourceforge.net Key Changes: * All version 1.1 known bugs have been fixed. * Data truncation detection. * Auto char to wide char mapping for MS Access in UNICODE

RE: [PHP-WIN] [ANNOUNCEMENT] ODBTP 1.1.1 Released

2004-06-03 Thread Robert Twitty
hat. > > - Frank > > > Robert, > > > > Do you have an example of pulling the Column types from an MS Sql query? > For example: select top 1 * from mytablename. > > > > loop thru the fields in the recordset and print out their data types? -- PHP

Re: [PHP-WIN] PHP + Win32 + FreeTDS + MSSQL

2004-06-18 Thread Robert Twitty
Hi Mike IF the DB-Library version of the mssql extension (php_mssql.dll) is causing problems for you, then I suggest you try the ODBTP/MSSQL hybrid extension (php_odbtp_mssql.dll) available at http://odbtp.sourceforge.net. It supports all of the mssql ext functions. -- bob > > Hi ! > > Is there

Re: [PHP-WIN] PHP + Win32 + FreeTDS + MSSQL

2004-06-18 Thread Robert Twitty
remote > server. It crashes IIS "randomly". > > How is ODBTP performance wise ? I tryed it last year and it was really > slow. > > > -Mike > > > > On Fri, 18 Jun 2004, Robert Twitty wrote: > > > Date: Fri, 18 Jun 2004 09:20:42 -0400 (EDT) > >

Re: [PHP-WIN] PHP + ODBC + Ingres_II

2004-07-15 Thread Robert Twitty
You may have better luck with ODBTP. You can get it at http://odbtp.sourceforge.net. Also, the crashes may be due to the fact that the free ODBC driver is not thread-safe. If this is the case, then you should use odbtp_sconnect() instead of odbtp_connect() to connect to the database. -- bob On

RE: [PHP-WIN] Truncating data

2004-07-28 Thread Robert Twitty
You just ran into a limitation of PHP's mssql extension on Windows. This extension was built with DB-Library, which is obsolete and does not support the new or extended SQL Server 7.0/2000 data types. DB-Library assumes all varchar fields have a max size of 255, which was the case for SQL Server

[PHP-WIN] Re: php help

2004-10-19 Thread Robert Schipper
als.php?dwp_tutorialID=9 hope this could help you a little. Robert Amala Singh wrote: Hi I get the following error after installing php-4.3.9-Win32 with Apache 2.0 [Mon Oct 18 19:58:36 2004] [error] [client 127.0.0.1] C:/php-4.3.9-Win32/info.php is not executable; ensure interpreted scripts have &

[PHP-WIN] Re: MySQL Errors

2004-10-21 Thread Robert Schipper
f ($result) { $myrow=mysql_fetch_array($result); } else { echo "ERROR: SQL-query returned false!"; } Robert Mikea wrote: I am getting the following errors when I execute a php script. Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource Warning: mysql_f

[PHP-WIN] Re: MySQL Errors

2004-10-21 Thread Robert Schipper
ad_details and a table ad_cat_join. both also have to contain some rows inside. otherwise $sql_countresult will be false and you will get the errors, too. Robert Mikea wrote: This is an applic that I got off the internet that I am trying to install. An example of the code follows. if ($action

Re: [PHP-WIN] mssql functions - command line

2004-12-07 Thread Robert Twitty
Make sure the php.ini file used by the PHP command line interpreter has extension=php_mssql.dll The php.ini file used by PHP under Apache probably has this already specified. You can also just simply copy the php.ini for Apache over the the one used for command line execution. -- bob On Tue, 7

  1   2   >