dave2012's Profile User Rating: -----

Reputation: 0 Apprentice
Group:
Members
Active Posts:
16 (0.03 per day)
Joined:
25-February 12
Profile Views:
531
Last Active:
User is offline Mar 24 2012 03:11 PM
Currently:
Offline

Previous Fields

Dream Kudos:
0
Icon   dave2012 has not set their status

Posts I've Made

  1. In Topic: Use PHP to return HTML code

    Posted 22 Mar 2012

    well I want to use that image in this form <img src="///" > but as a background using this form:
    <div class="image" style="background: url(<?php echo catch_that_image() ?>) no-repeat 50% 50%;" border="0"></div>
    
    
  2. In Topic: Use PHP to return HTML code

    Posted 22 Mar 2012

    but if I put it in <img src="///" > case then I cant use background css
  3. In Topic: Use PHP to return HTML code

    Posted 22 Mar 2012

    yes,
    but I need this style :
    no-repeat 50% 50%;"
    
  4. In Topic: constant string and returning a constant string

    Posted 15 Mar 2012

    for this part :
    if (strnganswer== "accepted") 
    
        // displaying welcome message function
    
    else 
       
        // displaying not welcome function 
    
    
    
    


    I used two different function for "welcome message" and "not welcome message"

    these are function prototype for the welcome functions
    void Welcmessage ();
    void Nwelcmessage ();
    
    


    and these is function for Welcmessage
    void Welcmessage ()
    {
    cout << "Welcome to the camp" << endl;
    }
    
    


    but it only returns the welcome message and not the "not welcome" one in the if statement
  5. In Topic: constant string and returning a constant string

    Posted 15 Mar 2012

    I just want to know how to use the first string in a if statement for the second function

My Information

Member Title:
New D.I.C Head
Age:
Age Unknown
Birthday:
Birthday Unknown
Gender:

Contact Information

E-mail:
Private

Friends

Comments

dave2012 has no profile comments yet. Why not say hello?