[PHP-INSTALL] Passing vars between pages using Apache on my laptop

2004-04-02 Thread Scott E Foulk
Aloha, I am using Apache on my laptop to emulate my online database and site and wondering about 2 things: 1 - I'm not able to pass variables between pages in PHP e.g. On page1.php I have a field named in_company, which, on the website my client is hosted from passes into the next pa

[PHP-INSTALL] Disallow use of alternative syntax

2004-04-02 Thread \( Adinet \) Alejandro Michelin Salomon
Title: Mensagem How to disallow use of alternative syntax in control structures in php.   Syntax like this :   if ( $iduser > 0 ):     print "User has loggedin"; endif;   Or   for ( x = 1; x < 10; x++ ):   endfor;   Can you help me please.   Thanks in advance   Alejandro Michelin Salomon

Re: [PHP-INSTALL] Compiling PostgreSQL support via ATB

2004-04-02 Thread Justin
On Fri, 2 Apr 2004, Gabriel de Rezende e Lamounier wrote: > http://pgsql.designmagick.com/tutorial.php?id=3 > http://pgsql.designmagick.com/tutorial.php?id=4 Thanks for the pointer. I think I'm going to scrap ATB and go back to build Apache and friends by hand. Justin

Re: [PHP-INSTALL] Compiling PostgreSQL support via ATB

2004-04-02 Thread Gabriel de Rezende e Lamounier
Justin wrote: I'm having an awful time getting pgsql support in PHP. I always compile Apache, PHP, mod_ssl and friends with Apachetoolbox; been doing it that way for years. I don't however let ATB try to compile pgsql (which fails anyway and is also out of date). I'm at a point right this ve