Re: [PHP-WIN] Missing PHP registered Streams: httpsand ftps

2007-01-08 Thread Luis Ferro
For IIS, check out http://www.somacon.com/p41.php ("Enabling SSL in IIS on Windows XP Professional"). Cheers, Luis Ferro Stelios Sakalis escreveu: Hello Cory, "Cory Collier" <[EMAIL PROTECTED]> wrote I've found this to be a very good tutorial for install

Re: [PHP-WIN] MSIE problems

2005-09-16 Thread Luis Ferro
Instead of doing a somefile.php#ref do a somefile.php?jump=ref and then in the somefile.php add a mix of javascript/php to perform the "jump"... That is a workaround and should work in any browser that uses javascript. Of course, if javascript is turned off the user is always stuck to the top

Re: [PHP-WIN] Pre-selecting country

2005-01-18 Thread Luis Ferro
Yes there is ;) Check out the MaxMind services (the free service should be enought for that effect). [if i recall correctly, php.net uses this to try to locate the nearest mirror when downloading]. Cheers, Luis Ferro Zu3Bi wrote: I'm creating a survey, and i have a list of countries in a

Re: [PHP-WIN] PHP Site unix to Windows Migration errors

2004-04-17 Thread Luis Ferro
constructed paths with support of the environment/server vars) and the fact that some things work very diferently (mainly email layer that provides mail() function)... In my experience there aren't much diferences between unix/windows development apart from those items... Cheers, Luis

Re: [PHP-WIN] Problems with mail on Windows

2004-04-17 Thread Luis Ferro
use of set_ini() function...). Cheers, Luis Ferro Teladigital.pt -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] talking to flash

2003-11-06 Thread Luis Ferro
Well, not really... The best bet would be to investigate the flash activescript capabilities... there are examples of it interacting with php all over the web... (i would use some sort of xml to do it, due to its flexibility in both flash and php)... Cheers, Luis Ferro Bobo Wieland wrote: Hi

Re: [PHP-WIN] mssql_connect() - Unable to connect to server

2003-10-21 Thread Luis Ferro
The SQL Server wraper functions in PHP are based on SQL Server Client DLL's which can or can't be already on the system. I would check to see if they are present in the machine that is running PHP... Cheers and good luck ;) Luis Ferro TelaDigital.net Felipe Nascimento wrote: Hi

Re: [PHP-WIN] Q on PHP 4.3.2 & Apache 2.0.43

2003-07-31 Thread Luis Ferro
php.ini i presume? Is it in the windows directory? Cheers, Luis Ferro jsWalter wrote: I am trying to run the web installer for PEAR. I get this message... Sorry! The PEAR installer actually does not work on Windows platform using CGI and Apache. Please install the module SAPI (see

Re: [PHP-WIN] Re: Web pages not being displayed

2003-07-24 Thread Luis Ferro
x27;t be nice if the browsers manufactors would just program a cache that works as it should - knowing what to cache and not and when to ask a refresh or not)... Cheers, Luis Ferro Mikael Jansson wrote: If you look at the source code in your browser do you see all of the code that you sent or

Re: [PHP-WIN] closing windows

2003-07-24 Thread Luis Ferro
ecution or the javascript execution, which are run in two diferent environments. Cheers, Luis Ferro Jon Phipps wrote: I am curious as to how, from within php, you could emulate the javascript window.close() function. The other thing is how would I blend javascript and php, it call javascript function

Re: [PHP-WIN] http referer

2003-07-22 Thread Luis Ferro
You can't trust the referer info... It may not exist at all, it may be tampered... It isn't reliable... (both the servers and the browsers can ruin it). Cheers, Luis Ferro Jon Phipps wrote: I am having no end of bad luck getting the refering page returned, the issue may be that

Re: [PHP-WIN] dynamic html pages

2003-07-20 Thread Luis Ferro
turned off... Cheers, Luis Ferro lordpuma wrote: I am fairly new to php and am having an issue with creating pages "on the fly" that is not loading an html page but creating them from under php. what I need to do is this: function createpage1(){ //make page here } return(); function c

Re: [PHP-WIN] file uploading

2003-07-20 Thread Luis Ferro
gured correctly (dll placed in extentions directory, and php.ini with the entry in the ";Windows Extensions" area). Cheers, Luis Ferro Achilles Maroulis wrote: Hi. Is there a way to auto upload some files to the server? It is about an intranet application. One pc uses some external pr

Re: Fw: [PHP-WIN] Back button error

2003-07-18 Thread Luis Ferro
d for SSL/https Cheers, Luis Ferro Harpreet wrote: Cristian, You said by using the method in a form as Get in place of Post it allows me to use the back button without getting the error message: Warning: Page has Expired The page you requested was created using information you submitted in a form.

Re: [PHP-WIN] need help with sessions

2003-07-18 Thread Luis Ferro
edirection and diferent servers... and in the end, you may need to test to see if the solution proposed works with the web server/browser combination that is beign tested... Cheers, Luis Ferro Donatas wrote: Thanks, this is something I was looking for. I now retested this very same code at ho

Re: [PHP-WIN] Sessions

2003-07-18 Thread Luis Ferro
be of an algoritmic form and not a fixed one... i think there are good libraries with code that implements a schema like that and also allow sessions to be mantained in a database server (which is a good thing if you need more then one web server). Cheers, Luis Ferro Miha Nedok wrote: I'

Re: [PHP-WIN] need help with sessions

2003-07-10 Thread Luis Ferro
usefull (and perceptible, from my english ;) ) Luis Ferro Donatas wrote: First some data about my setup: PHP 4.2.3 (I bet nothing has changed till PHP 4.3.2 regarding sessions) running on Windows 2K server My PC: Windows 98 SE Browser: IE 6.0.2600. Now, the problem occurs when using sessio

Re: [PHP-WIN] Sessions help needed!

2003-07-05 Thread Luis Ferro
nice changes in the session handling in the 4.x version, and 4.1.2 had a very bugged session system. Be specially wary of the order of which the headers of the page are updated and the session updated. Cheers, Luis Ferro John Fuller wrote: Hello all, I am new to php in general and am try

Re: [PHP-WIN] session problems - WinXP - Apache 1.3 - PHP 4.3.2

2003-07-04 Thread Luis Ferro
issueing a new session, a session file is created... That will eliminate one source of the problem... (without session files, the standard session management will create a new session everytime). Cheers, Luis Ferro TelaDigital.Net Raymond wrote: hi hector, i've this problem too. my setup is

Re: [PHP-WIN] authenticating with SQL Server 2000

2003-06-29 Thread Luis Ferro
Do you have the mssql_*.dll uncommented from php.ini? And the extension directory correctly set-up to the directory where that dll is inside the php directory? LF Micah Montoy wrote: I'm in the process of learning PHP. I've gotten to the point of having problems with accessing a database. W

Re: [PHP-WIN] Survey question of sorts - "editors" and "developmentenvironments" have been generically mentioned in various emails to this list... I'm interested in

2003-06-29 Thread Luis Ferro
I like Eclipse for instance... and some sort of lightweight editor like notepad, editpad and the like... LF (Eclipse has some nice modules for php which make syntax highlight/autocompletion and helps integrated) Rob E wrote: specific mention of what you folks use when developing PHP code. I a

Re: [PHP-WIN] how do i send a request by pressing a button

2003-06-11 Thread Luis Ferro
sh to do get the php page (and thrus creating your file)... There are much more options ;) Cheers, Luis Ferro itai wrote: hi i want to place a button on my home page which will create a file on the server when pressed, how can i do it? the button should call a php file or something but n

Re: [PHP-WIN] How to display GIF image

2003-06-07 Thread Luis Ferro
browser support for them is non-existing nowadays... Cheers, Luis Ferro William Cheung wrote: How could I display GIF image in 4.3.2. I tried the example in "Image Functions" manual and showed nothing. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

Re: [PHP-WIN] PHP, ODBC, Unable to Connect

2003-06-06 Thread Luis Ferro
I just got lost in the query string... Try to "echo $query;" and then see if there is any typo in the query itself... i work that way with php/mysql and most of the cases where i find such an error is some sort of typo in the query... Cheers... Luis Ferro Joseph McDonald wrote: H

Re: [PHP-WIN] PHP, COM and Excel

2003-06-05 Thread Luis Ferro
I would suggest to read the info regarding using COM objects in PHP and then, search for using excel COM in VB6... (the object members should be the same as in VB6 and work similary, apart from some synthax diferences between VB6 and PHP). Cheers, Luis Ferro [EMAIL PROTECTED] wrote: Dear All

Re: [PHP-WIN] Extension doesn't work in IIS

2003-04-01 Thread Luis Ferro
I would think that is a permission problem. When you execute from the command line, you are executing with your user name and permissions. When you execute from within IIS, you are either executing it from IUSR_servername or IWAN_servername users... Which can or can't have rights to the dlls in

Re: [PHP-WIN] vb translations

2003-03-25 Thread Luis Ferro
I'm a vb programmer that loved to learn php and now i'm working on a vb project... and guess what... i'm hating every minute... LF -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] installing Curl

2003-03-25 Thread Luis Ferro
From what i recall, the libeay dlls are shipped with one name and curl is "expecting" the dlls to be named another... renaming the dll could solve install problems (which end up with a non-descript error). Luis Ferro TelaDigital.net (at least that was the correction needed on our ins

Re: [PHP-WIN] GIF handling problem...

2003-03-17 Thread Luis Ferro
efore anyone can help you out, "Where are you from?", because, if one helps you to avoid the legal obligations, they will be acessory to a crime, deamed only with death penalty! Luis Ferro Teladigital.net Thomas Smart wrote: I totally agree with you, bannermakers should burn in silic

Re: [PHP-WIN] RE: IDE's

2003-03-17 Thread Luis Ferro
For coders that program in more then php, i would recomend Eclipse... http://www.eclipse.org There are plug-ins for php programming available... (p.s.- it isn't wysiwyg...) Cheers, Luis Ferro Teladigital.net -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP-WIN] file processing question

2003-02-20 Thread Luis Ferro
thru). If required, you can add always the following in the begin of the file: « /* » and in the end: « */ ?> » That will end file snoopers from snooping your files content... Cheers... Luis Ferro Teladigital.net P.S.- a better option would be to write the content in a database but alas yo

Re: [PHP-WIN] Problems installation of Apache 2.0.44

2003-02-18 Thread Luis Ferro
And for using with Apache 2, it must be: php4apache2.dll Cheers, Luis Ferro Teladigital.net Per Lundberg wrote: On Sun, 2003-02-16 at 18:24, Moses Johnson wrote: when I add LoadModule php4_module c:/php-4.3.0-win32/sapi/php4apache.php in the apache configuration file and tried to start

Re: [PHP-WIN] Warnings

2003-02-15 Thread Luis Ferro
that shipped with one of the red hat linux distros was such - possible corrected by now, but in the world at large... it may exist still) Compare the configurations and you may be on the way to correct the problem... (try to emulate in the local server the same configuration)... Cheers, Luis Ferro

Re: [PHP-WIN] two questions: error_log and timeout

2003-02-03 Thread Luis Ferro
Svensson, B.A.T. (HKG) wrote: Q&A 1: Have you checked the file in a hex editor/viewer? Another solution is to open the file with wordpad instead of notpad... (wordpad knows what are unix delimited files, and notepad doesn't)... Cheers, Luis Ferro Teladigital.net --- [This E-mai

Re: [PHP-WIN] php icon ????

2003-02-03 Thread Luis Ferro
In the site www.php.net there is a faveicon in the site that can be used as such: http://www.php.net/favicon.ico Cheers, Luis Ferro Teladigital.net toby z wrote: hi guys im at designing my project i couldnt find any free tools so im making my own stencil in ms visio i have got a list

Re: [PHP-WIN] PHP .Net and a boat load of questions !!!

2003-02-03 Thread Luis Ferro
1) Cant get the PHP visible on the net (under win Server 2003) added a service extension "php" and pointed it to my c:\php\php.exe all I get it a security error. any ideas there ? What is the web server you are using? There are diferent install procedures for each mainstream web server... I'

Re: [PHP-WIN] Web pages don't show up in IE 6 w/SP1.

2003-01-31 Thread Luis Ferro
side effect as such with another "layer" between the server and the client... Good luck... Cheers, Luis Ferro Teladigital.net P.S.- I would test the scripts in a local server in your machine... If they work, then its a server/network problem and in that case, it isn't prop

Re: [PHP-WIN] Re: Counter problems!

2003-01-30 Thread Luis Ferro
that generates the next url based on a previous one... 5. track url expiration to detect if it is a new request or a repeated one... Cheers... Luis Ferro TelaDigital.net J Veenhuijsen wrote: A little trick could be to place couter.txt outside of the docroot. I placed couter.txt as c:\couter.txt

Re: [PHP-WIN] Urgent Very Urgent

2003-01-29 Thread Luis Ferro
Somewhere in php.ini is a section regarding sessions. In it, it is stated that the default system temp directory is used by default... Do the IIS (i'm assuming you are running IIS) users have access (read and write) to that directory? Cheers, Luis Ferro Teladigital.net --- [This E

Re: [PHP-WIN] Submit without Submit

2003-01-28 Thread Luis Ferro
That is impossible to do in PHP, because what you are asking is to do a client side thing (which can be done with javascript) and PHP works in the server side. Cheers, Luis Ferro TelaDigital.net Renger van Nieuwkoop wrote: Dear all Is it possible to have php refresh a form without using a

Re: [PHP-WIN] Politely?

2003-01-27 Thread Luis Ferro
ENTIRELLY OFFTOPIC. Hope you manage to create the server and please, don't fail to inform us of the progresses or ask more questions regarding its integration with php... at least i'm curious of the outcome... Cheers, Luis Ferro TelaDigital.net --- [This E-mail scanned for viruses by Dec

Re: [PHP-WIN] printing (might be OT)

2003-01-23 Thread Luis Ferro
that restores the visibility of the hidden. Cheers, Luis Ferro Teladigital.Net Bobo Wieland wrote: Hi! I'm sorry if this is OT but I really need an answer to this question and I can't find it anywhere... I have a link on a page that basicly should work as a print-button. When you cl

Re: [PHP-WIN] Bar code reader

2003-01-20 Thread Luis Ferro
keyboard signal the codes that you scan with the reader. Controlling where the output goes in a web application can only be made at the client side (ie. the browser). Without further details is very complex or even impossible to help you... Cheers... Luis Ferro Teladigital.net Sichta Daniel wrote

Re: [PHP-WIN] PHP/PWS 3.0

2003-01-17 Thread Luis Ferro
Or better yet... try Apache... (www.apache.org)... or switch to a better application launcher like w2k... Cheers Luis Ferro Waldemar Brand Neto wrote: According Micro$oft PWS will not work under Windows ME, try Windows 98 or 2000. - Original Message - From: "Lewis J Hannah&quo

Re: [PHP-WIN] RE: What kind of Editor you used to build PHP script?

2003-01-17 Thread Luis Ferro
g in commercial releases from some software houses). Cheers, Luis Ferro TelaDigital.net Uttam wrote: i hv been using plain text editor (Notetab Light) mostly, and hv also tried some IDEs but found them not stable enough... apart from powerful text editor, here's the wishlist from a php scr

Re: [PHP-WIN] Newbie :: Class instance alive between pages??

2003-01-08 Thread Luis Ferro
Yes, it is, but prior to accessing the stored value you will have to include the class file, otherwise, php will not know what object that thing in the session is... LF Palli wrote: Hello I´m wondering how I keep class instance alive between pages. Is it possible to store it in Session and w

Re: [PHP-WIN] NEW COM

2003-01-02 Thread Luis Ferro
Apart from the usual: Luis Ferro Christopher Davis wrote: I have created a COM DLL which works fine from VB, VB SCRIPT, ASP, VFP. But it crash when i try $instance=new com("comtest.test") ?> Any ideas ? The object is created which Visual Foxpro V7 Thanks ---

Re: [PHP-WIN] Per site php.ini

2002-12-16 Thread Luis Ferro
ini_set can't handle some of the php.ini attributes/properties... specially those that must be defined before the execution of the php page itself... It may or may not be an issue... Cheers... Luis Ferro TelaDigital.Net Gene Dymarskiy wrote: You can include scripts into your php files

Re: [PHP-WIN] Per site php.ini

2002-12-16 Thread Luis Ferro
this hints will lead you to the solution... Cheers, Luis Ferro Teladigital.net --- [This E-mail scanned for viruses by Declude Virus] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] newbie question (forms)

2002-12-14 Thread Luis Ferro
y can be just warnings, but normally, having warnings such as this will only show bad programming tecnics in use... and will show of a badly programmed site (which by itself can be a security problem). Cheers, Luis Ferro TelaDigital.Net Dash McElroy wrote: This probably has to do with one/both

Re: [PHP-WIN] curl dll

2002-12-09 Thread Luis Ferro
to work correctly... Cheers, Luis Ferro Teladigital.net Jean-Philippe Palha wrote: Hi folks, i'm trying to use the php_curl.dll but i have a "unable to load dynamic library" message! someone could help? thanks, Jean-Philippe PALHA ([EMAIL PROTECTED]) IMA'DIFF - 13, rue D

Re: [PHP-WIN] Includes not working on W2K

2002-12-06 Thread Luis Ferro
ill try to find will be completelly diferent... Cheers... Luis Ferro TelaDigital.Net Ed Turbin wrote: I've just installed PHP on Windows 2000 and I'm not able to use includes. I'm able to get the PHP info screen as a test, so I know it is working. I edited the PHP.ini file to t

Re: [PHP-WIN] Re: IIS/PHP w/ NTFS issue

2002-12-05 Thread Luis Ferro
And i think that IIS uses the user IWAN for running CGIs instead of the IUSR user... Cheers... Luis Ferro Charles P. Killmer wrote: The problem when it was running as a cgi is the php.ini may not have been accessible by the user. Since it is in the winnt directory by default permission would

Re: [PHP-WIN] COM programming and InDesign 2.0

2002-11-29 Thread Luis Ferro
foreach ($myStories as $Story) { $myParagraphs = $Story->Paragraphs; } Cheers... Luis Ferro Frode Mangseth wrote: I'm working on a script to control Adobe InDesign 2.0 through COM. And I'm using som Visual Basic examples to teach myself. What I'm stuck on is this VB-cod

Re: [PHP-WIN] Install PHP4.2.3 with Apache 2.0.43 on Window 2000

2002-11-29 Thread Luis Ferro
When i configured my system, i had the same problem and gone to the snaps directory in the php.net ftp server (don't remember the exact place, but a search in archives will make it surface) to grab the latest build. It worked in the first trial. Hope to have been of help, Luis Ferro J

Re: [PHP-WIN] Is stdout slow?

2002-11-29 Thread Luis Ferro
mputer and starts to goble disk memory... Cheers... Luis Ferro P.S.- There is no solution for this problem because web browsers wheren't designed to handle data that way... Miha Nedok wrote: It has to do with the browser. IE an others don't like *large* data specially in tables it

Re: [PHP-WIN] Weird PHP Problem

2002-11-27 Thread Luis Ferro
diferent order] b) Will the same happens if the field is of type Text? Cheers... Luis Ferro P.S.- Hope that provides some "hints" on how to solve the problem... i'm not an expert in SQL Server... Becky Gruebmeyer wrote: Ok...Using newest version of PHP on an NT IIS machine

[PHP-WIN] PHP Sessions and Redirects... (was Re: [PHP-WIN] Redirect browserto another URL?)

2002-11-27 Thread Luis Ferro
sue a client-side refresh to force the update. In that respect, ASP session management is much more straightforward... (even is ASP is way inferior in almost everything else...)... Cheers... Luis Ferro Cam Dunstan wrote: Jack, here is another quick and dirty function to stick in your library

Re: [PHP-WIN] data entry form - php or something more robust?

2002-11-18 Thread Luis Ferro
ammer... Marlene Cheers... Luis Ferro --- [This E-mail scanned for viruses by Declude Virus] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] dynamic font

2002-11-05 Thread Luis Ferro
You will need to use javascript... Check the javascript window object vars... or the screen object (i don't think that the screen object exists in all browsers)... If you get the dimentions of the current window, you can change with javascript the dimentions of the classes directly... making th

Re: [PHP-WIN] text file parsing

2002-10-24 Thread Luis Ferro
regexp (ereg for instance [there is a regexp like function in php that gives you the starting position of the text... ereg will give you the found item...) to find the piece of text that you want... Cheers... Luis Ferro --- [This E-mail scanned for viruses by Declude Virus] -- PHP Windows

Re: [PHP-WIN] PHP and databases? ...without MySQL and such

2002-10-23 Thread Luis Ferro
he connection at the same time [odbc bugs related with MS Access odbc drivers], leading to an iisreset)... The flat file is still working... having been transformed to a C++ component with cryptography and now works even better... Cheers... Luis Ferro TelaDigital P.S.- scripting languages c

Re: [PHP-WIN] OT

2002-10-23 Thread Luis Ferro
only thing (prior to reboot) to free the locked resources... Cheers... Luis Ferro Sichta Daniel wrote: Hi, CFG: w2k, IIS, php4.0.6 as CGI I have problem with IIS. It's harcoded to 10 connections. When I do refresh few times I get error 403.9 Access Forbidden: Too many users are connecte

Re: [PHP-WIN] hello world script not working

2002-10-23 Thread Luis Ferro
ml index.htm index.php index.php3 index.php4 So that all sites will run any of those files as default in that order (or any other)... Hope to have been of help, Cheers... Luis Ferro TelaDigital Nikolas Galanis wrote: Hello On a WIndows XP professional edition I am running Apache 1.3.27

Re: [PHP-WIN] RE: Sending data to a script from a form

2002-10-07 Thread Luis Ferro
assume anything regarding the register_globals configuration... Cheers... Luis Ferro Uttam wrote: >use $_GET['user'] and $_GET['address']... > >output.php > > > > > > >echo "welcome $_GET['user']\n\n&qu

Re: [PHP-WIN] IIS 5 - ASP & PHP dev enviorment

2002-10-06 Thread Luis Ferro
site... just don't expect sessions between the two and they will run ok... The instructions are very simple... and it will work better then as a CGI... Cheers... Luis Ferro JGreening wrote: >I have done a little searching and haven't really had a good solid answer >for m

Re: [PHP-WIN] i need help with an undefined variable

2002-10-02 Thread Luis Ferro
You should test first for the existence of the var before using it... a better code would be: You should test for the existence of the var instead of using it's value in a condition... otherwise you will get a warning for each that you use without a previous definition... Cheers...

Re: [PHP-WIN] Re: dynamic combo boxes

2002-10-01 Thread Luis Ferro
The line echo ""; has no effect except filling space in the file... To get a value try echo "$optionval"; Cheers... Luis Ferro Tim Blackwell wrote: >okay, i figured out the combo thing--code is below. it actually wasn't too >difficult wit

Re: [PHP-WIN] i have a problem,can hlep?

2002-09-29 Thread Luis Ferro
this further (feel free to email me directly if that's the case)... Cheers... Luis Ferro konchim wrote: >thank you > >But my problem is when i set a form method="post" action="xx.php" >and then the php can't get the value >the script don't have er

Re: [PHP-WIN] i have a problem,can hlep?

2002-09-28 Thread Luis Ferro
Try a line like: This should not only show all the configuration of your server, but also test it to see if it works... Cheers... Luis Ferro P.S.- All php lines end with a ";" which will render your page as not working. If you have, in the php.ini, all errors and warnings turned

[PHP-WIN] Pool: Pictures as files or text/blobs

2002-09-19 Thread Luis Ferro
From a performance wise point of view... what is preferable: a) placing pictures in blob/text fields in binary... b) placing the picture name/directory in a varchar field and the picture as a file in the refered directory... What would you choose and why? Thanx and cheers... Luis Ferro

Re: [PHP-WIN] SESSIONS- clustered environment

2002-09-18 Thread Luis Ferro
comply with the naming rule... i've no idea of which is the case... testing will reveal... I would only deploy to production environment a session solution (either the share or any other) that supports clusters of servers after intensive testing... Cheers... Luis Ferro TelaDigital.Net

[PHP-WIN] HTTPS installation/use

2002-09-18 Thread Luis Ferro
POST to a external web server... This is required to implement a transaction system with SSL security... On the other hand, the php_curl.dll gives me an missing library error when trying to start the web server with it loaded... Am I missing something? Thank you in advance for all the help,

Re: [PHP-WIN] SESSIONS- clustered environment

2002-09-18 Thread Luis Ferro
to have all the sessions register in only one server, and get all the content in a second line of web servers... that way, the main server would only handle connections and sessions, with all the content and data communications bellonging to the second line servers... Cheers, Luis Ferro TelaDigital

[PHP-WIN] problem with sessions...

2002-09-04 Thread Luis Ferro
nagement sistem that php 4 uses... [or a nasty configuration trick (or a mishunderstanding on how it should work on my part)]... Thanx for all the help... Luis Ferro Teladigital --- [This E-mail scanned for viruses by Declude Virus] -- PHP Windows Mailing List (http://www.php.net/) To

Re: [PHP-WIN] PHP/MySQL/APache on CD

2002-08-29 Thread Luis Ferro
Please, Post/repost on the mailling list (or send a copy to me) as i'm also interested on how to assemble a solution like that... Thanx in advance, Luis Ferro Asendorf, John wrote: >Oh, I should have replied to my own message... I found the guy. It was >actually on the MySQL mai

Re: [PHP-WIN] use VB DLL (COM object) with php

2002-08-27 Thread Luis Ferro
and would leave for the PHP/ASP the task of making the presentation of all the data. A much cleaner design, and you can split the development of the things between two programmers of diferent background... if needed... Cheers, Luis Ferro TelaDigital P.S.- You will find out that it is easier to

Re: [PHP-WIN] RE: Virtual Remote Directories and IIS

2002-08-27 Thread Luis Ferro
a domain controler or not... Cheers... Luis Ferro TelaDigital Jeremy Johnson wrote: >Thanks for the reply. > >The IUSR_MACHINENAME account does exist and does have the proper permissions >set. > >Any other ideas? &

Re: [PHP-WIN] accessing the regisry with php

2002-08-25 Thread Luis Ferro
ts made in perl... Cheers, Luis Ferro TelaDigital P.S.- I wouldn't recomend the direct edit of the system files... there are system API for doing that and i'm sure that anything that runs COM (as php, perl and python among others) have suport for them... Kevin Fonner wrote: > We&

Re: [PHP-WIN] resolution?

2002-08-20 Thread Luis Ferro
Jim Hunter wrote: >You don't need to know resolution at all. The user knows what size their >monitor is and they can select the correct image to view. If the image is >larger then their browser then they can just scroll to see the extra. >Determining screen/browser resolution is not 100 % accurat

Re: [PHP-WIN] DHTML editor + Uploading pictures

2002-08-16 Thread Luis Ferro
Matt Babineau wrote: >Martin, this is excellent but it doesn't provide support for uploading >images to my server once the user is completed making changes :( > > > > Can you provide the urls/files... i've been looking for a likewise solution... Thanx in advance

Re: [PHP-WIN] PHP & "POST"

2002-08-14 Thread Luis Ferro
BTW... the advantage of POST is that it allows file uploading and sending big quantities of information to the server. GET has some limits [arround 2Kb more or less... depends a bit on the browser/server combo]. Cheers, Luis Ferro TelaDigital P.S.- as for the user not see the vars, well... that i

Re: [PHP-WIN] errors while uploading my php site ...... ! ! ! !

2002-08-14 Thread Luis Ferro
ng to have been of help... Luis Ferro TelaDigital toby z wrote: >hi guys > >this is a weired problem . > >my site s almost done and workin fine on my machine > >ive just uploaded it and it AINT worin on the host >i confirmed php and mysql support >ve made all

Re: [PHP-WIN] PHP equivalent of ASP Response.Redirect

2002-08-01 Thread Luis Ferro
It is the header() function... as with response.redirect... carefull must be made with both sessions and the output buffer content... Cheers... LF Kyle wrote: >Does anyone know if there is a php equivalent of Response.Redirect? I have >been looking through the PHP manual to no avail because I

Re: [PHP-WIN] PhpMyadmin?

2002-07-30 Thread Luis Ferro
street... :-) ) On the other hand, the export/import capabilities are compatible with phpMyAdmin which complement very well the tools to make the transition from development to production environments... Cheers... Luis Ferro TelaDigital -- PHP Windows Mailing List (http://www.php.net/) To

Re: [PHP-WIN] Include Issues Windoes 2000

2002-07-25 Thread Luis Ferro
of the WS machine... That way, PHP doesn't need to know where are the files, it assumes that they are reachable directly... Cheers... Luis Ferro Chris Schmidt wrote: >I have two server > >FS = File Server >WS = Web server > >WS is IIS and is conecting to a share on FS. >

Re: [PHP-WIN] Apache Virtual Hosts Local Machine Help

2002-07-24 Thread Luis Ferro
ins at the same time and also to allow local documentation when that is distributed as html files... Cheers, Luis Ferro -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Apache Virtual Hosts Local Machine Help

2002-07-24 Thread Luis Ferro
I'm with access to the computer where i've apache+php+mysql with virtual directories right now... i will pass over my configs later on to the list... [in 10/12 hours from this post] Cheers... Luis Ferro -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, v

Re: [PHP-WIN] Apache Virtual Hosts Local Machine Help

2002-07-23 Thread Luis Ferro
the virtual hosts to answer for the namevirtualhost... Cheers, Luis Ferro P.S.- don't forget to change the php.ini directories also, specially the include defaults... that give me much headaches... -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

Re: [PHP-WIN] kompilieren mit VC++

2002-07-16 Thread Luis Ferro
English please??? Luis Ferro Marco Glatz wrote: >Hallo, > > >ich wollte den Beispiel-Code für ein Modul aus dem Manual kompilieren. Mit >Borland hat es überhaupt nicht funktioniert. Mit VC++ kassiere ich folgende >Fehlermeldungen: > >c:\_source_\php-source\main\php_con

Re: [PHP-WIN] Re: Calling Windows DLL Files

2002-07-10 Thread Luis Ferro
ood doctor would only need to go to the scanner, place the document and press a button... in the scanner For archiving, he would just go to the site and place the newly scanned documents in the patient file... Cheers, Luis Ferro TelaDigital P.S.- warning... the HP net scanners are weird to configu

Re: [PHP-WIN] Programmer Job Posting: Work From Home

2002-06-15 Thread Luis Ferro
heers... Luis Ferro -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Zend Compilling...

2002-06-06 Thread Luis Ferro
Hi there, Can someone give me an hint on where/how to build and distribute compiled php code with zend to zend enabled servers? Thanks in advance, Luis Ferro TelaDigital.Net -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Somebody please help beginner with variable problem

2002-05-30 Thread Luis Ferro
ive the correct ammout). Be ware also that when "re-posting" the data for the execution page, never reuse totals and values processed by the previous page... because would be easy to send a $1 dollar bill for all those stuff in your store! Cheers, Luis Ferro TelaDigital.net Sim wrote: &g

Re: [PHP-WIN] Re: php & events & DOM

2002-05-25 Thread Luis Ferro
pt:someFunction('blue sky');"); // and so delivering data to javascript... Well the possibilities are way too vast ;) Hope that helps... Cheers, Luis Ferro Tomator wrote: >>i want an onlick event to call a php function. is this >>possible in the same way

Re: [PHP-WIN] Re: Executebale code from a databse

2002-05-22 Thread Luis Ferro
The security danger comes from someone calling things like site_domain/page.php?var=url_encoded_code_here which will then execute all the code... Of course you can before getting the code from the database, clear the var and later check for it's size... Cheers, Luis Ferro TelaDi

Re: [PHP-WIN] Easy Way To Compile Extension in Win32

2002-05-21 Thread Luis Ferro
a com component... they are easy to do and if build with C++, they are very fast. VB is also an option, but, the problem is that it is too near source code also... Hope that helps... Cheers, Luis Ferro Shrock, Court wrote: >Is Zend Encoder an option? > >http://zend.com/store/products/ze

Re: [PHP-WIN] ASP and PHP

2002-05-18 Thread Luis Ferro
h and like to do it... specially if a client is paying for the job! Cheers... Luis Ferro TelaDigital Benjamin Walling wrote: >I'm currently switching from ASP to PHP, so I'm not an MS zealot. I did >want to clarify some of your statements. > > >"Court Shrock"

Re: [PHP-WIN] Re: Why Global Variables turned off??

2002-05-03 Thread Luis Ferro
vars be protected from overwrite (only get/post vars would be allowed to be overwriten between page initializations)... Cheers, Luis Ferro Matt Parlane wrote: >Posting the variables might solve the problem in this case, but remember >that this is just an example, and I'm sure any cr

Re: [PHP-WIN] Access databse

2002-04-30 Thread Luis Ferro
Check the functions regarding ODBC support. You will need to add the database in the ODBC manager and after that, it is transparent like any other DSN database. Check in odbc_connect() for instance. Support is built in in php4. Cheers, Luis Ferro TelaDigital.net Mikael Syska wrote: &g

  1   2   >