'
*** 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]
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
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
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.
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
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
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
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
8 matches
Mail list logo