[PHP] PHP + IMAP compilation problem

2001-07-06 Thread Marcelo Gulin
' *** Error code 1 Stop in /usr/src/apache_1.3.20/src/helpers. [..] What's the problem here? Thanks in advace Marcelo Gulin -- PHP General 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] Function / String Problem

2001-01-19 Thread Marcelo Gulin
Hi Karl! try... echo "...are you logged in: " . $LoggedIn() . ""; regards Marcelo Gulin "Karl J. Stubsjoen" escribió: > > Okay, what is wrong with this: > >echo "...are you logged in: $LoggedIn()"; > // outputs:...are

Re: [PHP] Integer division

2001-01-19 Thread Marcelo Gulin
Hi Todd! if $a = 3.5 then echo (int)$a // print 3 regards Marcelo Gulin Todd Cary escribió: > > What is the syntax for dividing 7 by 2 and getting 3; not 3.5? > > Todd > > -- > Todd Cary > Ariste Software > [EMAIL PROTECTED] > > -- > PHP Gene

Re: [PHP] Datasets

2001-01-19 Thread Marcelo Gulin
Hi Bruno! what database are you using? for mysql, you can use mysql_data_seek function. regards Marcelo Gulin Bruno Freire escribió: > > Hi My name is Bruno, I'm in Brazil and I'm new in PHP... > > I wanna know how can I roll in the records in a dataset.

Re: [PHP] php 4 isn't parsing php.3 files

2001-01-10 Thread Marcelo Gulin
Hi! Make sure that your httpd.conf file include AddType application/x-httpd-php .php .php3 regards hope it helps Marcelo Gulin [EMAIL PROTECTED] escribió: > > Howdy. > > I have a SuSE 7.0 Linux install with apache and mod_php4. I can > do .php files all day lon

Re: [PHP] JavaScript and PHP ... are they at all the same?

2001-01-10 Thread Marcelo Gulin
Hi! yes, you can escape like in php o c. regards Marcelo Gulin Brandon Orther escribió: > > Hello, > > I am making a PHP script that makes a JavaScript. Is there a way in java to > escape a character like in php. (in php you use &quo

Re: [PHP] Functions

2001-01-10 Thread Marcelo Gulin
Hi! ShowMessage(); regards Marcelo Gulin Augusto Cesar Castoldi escribió: > > How do I use a function? > > I did: > > function ShowMessage { > echo "Show message...\n"; > } > > How can I call the function now? > > thanks, > > Augus

Re: [PHP] to be persistent connected or not to be persistent connected

2001-01-10 Thread Marcelo Gulin
Hi! php manual... http://www.php.net/manual/features.persistent-connections.php regards Marcelo Gulin Kayra Otaner escribió: > > Hi, > > I am searching for detailed information about persistent connection. I've > looked at all the web sites just for "pers