Re: Newbie Variable Question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jackson Linux wrote:
...
> <php include_once "/path/to/cv.$r.include.php"; ?> asks for
> cv.'1'.include.php ... And I need it to ask for cv.1.include.php
>
> How can I make a variable to fetch the literal number from the field
> cv.category?

Not 100% certain that it will work, but try casting the variable $r to
an integer:

<?php include_once "/path/to/cv." . (int) $r . ".include.php"; ?>

>
> Thanks in advance!
> Jack


--
Teach a man to fish...

NEW? | http://www.catb.org/~esr/faqs/smart-questions.html
STFA | http://marc.theaimsgroup.com/?l=php-general&w=2
STFM | http://php.net/manual/en/index.php
STFW | http://www.google.com/search?q=php
LAZY |
http://mycroft.mozdev.org/download.html?name=PHP&submitform=Find+search+plugins

Attachment: signature.asc
Description: OpenPGP digital signature


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux