[PHP] PHP as smart .bat files on windows?

2002-07-12 Thread Francisco Reyes

Any experiences on using PHP as a replacement for bat files?


For instance I can't find how to pass a parameter to a
PHP program when running PHP as a scripting/CGI language.
For regular bat files I can reference parameters by
using $1
Anything like that with PHP under windows?


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




[PHP] Smarty compared to Roadsend?

2002-06-23 Thread Francisco Reyes

Anyone has any comparative info between Smarty and Roadsend frameworks?

I saw them mentioned on an email, along with horde and binarycloud, and
they look interesting.

I have looked at horde and found it difficult to get even
the basics due to lacking documentation and configuration files which I
felt were not well organized. BinaryCloud seems very large
and with a very big learning curve.



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




Re: [PHP] Who's having a good hosting experience these days?

2002-05-07 Thread Francisco Reyes

On Sun, 5 May 2002, Marcus James Christian wrote:

 about $11ish or less a month.  Traffic is minimal, and like I say the
 only tech support calls I've had to make this past year were when the
 hosting service tweeked and freaked something thus messing it all up.

You did not mention your requirements.
Do you need a database? If so which one?
I use two companies and have had different experiences both good and bad
with them. The first issue is to define what are your needs then you can
start looking.


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




[PHP] Seeking comments: Horde or BinaryCloud

2002-05-02 Thread Francisco Reyes

Anyone has had a chance to use/try both Horde and BinaryCloud?
So far I tried Horde and got very dissapointed by the installation process
and philosophy.

BinaryCloud seems interesting, but was wondering if anyone could comment
on it before I try it. In particular the PDF manual(?) doesn't really say
much. I guess there must be install docs in the tar.

About the only real advantage Horde has, in my opinion, is some existing
applications. Howerver based on what I read at their site BinarCloud first
app seems like will be a CMS app (which is something I need much more than
any of the apps in Horde right now).


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




Re: [PHP] Re: Seeking comments: Horde or BinaryCloud

2002-05-02 Thread Francisco Reyes

On Thu, 2 May 2002, Manuel Lemos wrote:

 Francisco Reyes wrote:
  Anyone has had a chance to use/try both Horde and BinaryCloud?
  So far I tried Horde and got very dissapointed by the installation process
  and philosophy.
 

 For BinaryCloud, you need to wait for r2 to be ready soon, but Alex
 Black may explain to you better the scope and the goals.

What is the guestimate release date for r2?


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




[PHP] Where to look for developers?

2002-02-20 Thread Francisco Reyes

Suggestions where to place an ad for a part time/per project developer?
I looked at several sites and none of them seemed heavily trafficed or
like a good place. Also the major places likes monster.com probably
charge a fee to list.

The links I found were from  the Developers and Job
Opportunities links on php.net



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




[PHP] Connecting to a Sybase server?

2002-02-12 Thread Francisco Reyes

Anyone successfully using Sybase with PHP?
I have looked at the archives and the online notes to the manual, but
still have not been successful connecting to a sybase server.

We are trying with the CT drivers.
In particular I don't see how to specify the database and port.
sybase_connect is:
int sybase_connect ( string servername, string username, string password
[, string charset])

For instance I have been given the database server IP address, the
database name and the Port (3000).

How would I specify the database on sybase_connect?

I can connect to the machine from a windows machine using ODBC.


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