On Jan 4, 2008 12:28 PM, afan pasalic <[EMAIL PROTECTED]> wrote:
>
> Daniel Brown wrote:
> > On Jan 4, 2008 12:06 PM, afan pasalic <[EMAIL PROTECTED]> wrote:
> >> hi
> >> I have function
> >> function get_content($client_id, $form_id, $index1)
> >> {
> >> $query = mysql_query("
> >>
afan pasalic wrote:
> Daniel Brown wrote:
>> On Jan 4, 2008 12:52 PM, afan pasalic <[EMAIL PROTECTED]> wrote:
>>> I think you didn't understand my question: I know why the function work
>>> in 2nd example. My question was why I'm not getting the result in 1st
>>> example? What am I doing wrong. And
Jim Lucas wrote:
> afan pasalic wrote:
>> Daniel Brown wrote:
>>> On Jan 4, 2008 12:52 PM, afan pasalic <[EMAIL PROTECTED]> wrote:
I think you didn't understand my question: I know why the function work
in 2nd example. My question was why I'm not getting the result in 1st
example? Wh
Daniel Brown wrote:
> On Jan 4, 2008 12:52 PM, afan pasalic <[EMAIL PROTECTED]> wrote:
>> I think you didn't understand my question: I know why the function work
>> in 2nd example. My question was why I'm not getting the result in 1st
>> example? What am I doing wrong. And, as far as I know, I thin
Daniel Brown wrote:
> On Jan 4, 2008 12:52 PM, afan pasalic <[EMAIL PROTECTED]> wrote:
>> I think you didn't understand my question: I know why the function work
>> in 2nd example. My question was why I'm not getting the result in 1st
>> example? What am I doing wrong. And, as far as I know, I thin
On Jan 4, 2008 12:52 PM, afan pasalic <[EMAIL PROTECTED]> wrote:
> I think you didn't understand my question: I know why the function work
> in 2nd example. My question was why I'm not getting the result in 1st
> example? What am I doing wrong. And, as far as I know, I think it
> doesn't have anyth
On 04 January 2008 17:06, afan pasalic wrote:
> hi
> I have function
> function get_content($client_id, $form_id, $index1) {
> $query = mysql_query("
> SELECT content
> FROM infos
> WHERE client_id=".$client_id." AND
> form_id
Daniel Brown wrote:
> On Jan 4, 2008 12:28 PM, afan pasalic <[EMAIL PROTECTED]> wrote:
>> Daniel Brown wrote:
>>> On Jan 4, 2008 12:06 PM, afan pasalic <[EMAIL PROTECTED]> wrote:
hi
I have function
function get_content($client_id, $form_id, $index1)
{
$query = mysql
On Jan 4, 2008 12:52 PM, afan pasalic <[EMAIL PROTECTED]> wrote:
> I think you didn't understand my question: I know why the function work
> in 2nd example. My question was why I'm not getting the result in 1st
> example? What am I doing wrong. And, as far as I know, I think it
> doesn't have anyth
Samuel Vogel wrote:
> Explanation of your code:
>
> $CONTENT = get_content(12, 104, 'merchant');
> echo $CONTENT;
>
> This does not work, because you don't use a "return" in your function.
> This means that the function does not return a value. Now in the
> function you assign a value to $CONTENT
afan pasalic wrote:
> hi
> I have function
> function get_content($client_id, $form_id, $index1)
> {
> $query = mysql_query("
> SELECT content
> FROM infos
> WHERE client_id=".$client_id." AND form_id=".$form_id."
> AND
> inde
Daniel Brown wrote:
> On Jan 4, 2008 12:06 PM, afan pasalic <[EMAIL PROTECTED]> wrote:
>> hi
>> I have function
>> function get_content($client_id, $form_id, $index1)
>> {
>> $query = mysql_query("
>> SELECT content
>> FROM infos
>>
On Jan 4, 2008 12:06 PM, afan pasalic <[EMAIL PROTECTED]> wrote:
> hi
> I have function
> function get_content($client_id, $form_id, $index1)
> {
> $query = mysql_query("
> SELECT content
> FROM infos
> WHERE client_id=
hi
I have function
function get_content($client_id, $form_id, $index1)
{
$query = mysql_query("
SELECT content
FROM infos
WHERE client_id=".$client_id." AND form_id=".$form_id."
AND
index1='".$index1."'");
if (
14 matches
Mail list logo