[PHP] Php defense

2005-04-22 Thread Pablo D Marotta
Hi there.. I`m defending the language, but people here want to migrate to asp.. They just keep on saying "php is not used for huge corporation solutions, there asp goes better". I know it isn´t correct, but I don´t know much about "well-known" websites using php technology. (I just don´t navigate

[PHP] Apache - IIS Migration

2005-04-18 Thread Pablo D Marotta
Hi there.. I´m using Apace 1.3.31 and PHP 4.3.8 in a Windows 2000 enviroment. I´ll have to migrate the whole site to Windows 2003 enviroment, using IIS 6.0.. Should there be any problem about that, or not? I mean, should it all go fine, or is it possible for the code to fail in some parts? Just

[PHP] Mssql Connection

2005-01-19 Thread Pablo D Marotta
Hi there.. I´m connecting to a Ms Sql Server 2000, with the system administrator´s name, and its password. It always works fine, but... I know it´s not the safest way of connecting, so I want to use some ordinary user names and passwords. The problem is that I just can´t make it work, it always th

[PHP] newbie.. $_GET & $_POST

2005-01-03 Thread Pablo D Marotta
Hi there.. I need to pass variables to a page through an html link. I do it like this: Export where 'buildQuery' is the variable I´m passing. In the destination page, I capture it with $_GET and that´s it. I want to know if there is any way of doing it without showing the variables in the direc

[PHP] newbie.. $_GET & $_POST

2005-01-03 Thread Pablo D Marotta
Hi there.. I need to pass variables to a page through an html link. I do it like this: Export where 'buildQuery' is the variable I´m passing. In the destination page, I capture it with $_GET and that´s it. I want to know if there is any way of doing it without showing the variables in the direc

[PHP] smtp server

2004-12-16 Thread Pablo D Marotta
Hi there.. I´m trying to use the mail function but I have a problem. I´m working in a LAN with more or less 30 pcs, that places inside a huge network, and I just can´t use the enterprise smtp server. How can i set a valid smtp server? I thought about installing some "good-free" smtp server on my ow

[PHP] Text Parser

2004-12-02 Thread Pablo D Marotta
Hi there.. A newbie issue: I´m receiving this: "house , ball , door , roof , floor" And I want to obtain this: "'house','ball','door','roof','floor'" Maybe, I should use implode or explode, but I just can´t figure out how.. Help? American Express made the following annotations on 12/02/04 08:1

[PHP] Text Parser

2004-11-24 Thread Pablo D Marotta
Hi there... I need to get a procedure able to do this: 1) Receive a string. For example: "name age address location". 2) Process that string, inserting "comas" between the words in the middle. For example: "name,age,address,location". It´s important that the comas must be inserted after the first

[PHP] Multiple permisions, different sessions.

2004-10-22 Thread Pablo D Marotta
Hi, I´m developing an intranet on Apache-PHP-Mssql. I need to know if there´s any way of managing users to have access to specific areas inside my site, and at the same time, managing other users, giving them permision to acces other areas only, because all of the codes and information I´ve found (