danielair's Profile User Rating: -----

Reputation: 22 Tradesman
Group:
Contributors
Active Posts:
120 (0.08 per day)
Joined:
12-July 09
Profile Views:
7,115
Last Active:
User is offline May 16 2013 08:55 AM
Currently:
Offline

Previous Fields

Country:
US
OS Preference:
Linux
Favorite Browser:
FireFox
Favorite Processor:
Intel
Favorite Gaming Platform:
PC
Your Car:
Mazda
Dream Kudos:
125

Latest Visitors

Icon   danielair has not set their status

Posts I've Made

  1. In Topic: Variable in Function Name

    Posted 12 Aug 2011

    Alright didn't see that.

    Thanks
    Daniel
  2. In Topic: Variable in Function Name

    Posted 12 Aug 2011

    View PostRudiVisser, on 12 August 2011 - 07:56 AM, said:

    This is possible either using create_function or lambdas...

    Example:
    $i=0;
    while($i<=3) {
        ${'create' . $i} = function($parm) {
            echo $parm;
        };
        $i = $i + 1;
    }
    


    Would I call this with echo create.$i($parm);?
  3. In Topic: administrator viewing users pages + javascript + php

    Posted 12 Aug 2011

    I wrote this tutorial here that shows you how to create a login with member only pages, you could easily change a few things to make an admin panel.

    Good luck,
    Daniel
  4. In Topic: Variable in Function Name

    Posted 12 Aug 2011

    View PostJstall, on 12 August 2011 - 07:49 AM, said:

    Hi,

    The . operator is for concatenating strings, so that wouldn't work as create is not a string.

    That being said I don't think you can use a variable as a function name when declaring the function. I did a few tests and I couldn't get it to work. I could be wrong about that last part though.


    Alright thanks, just wanted to know if it was possible.

    Thanks,
    Daniel
  5. In Topic: PHP Google Search

    Posted 11 Aug 2011

    View Postcodeprada, on 11 August 2011 - 07:38 AM, said:

    Google thinks you're a bot running automated operations (which you are) so therefore a captcha will prevent you from doing so.

    Google provided APIs in which you can perform such activities without worrying about being blocked.


    I've been looking into it, but it seems you can only do a search of a website. I need to use the Google search engine to get the results, is there any way to do it with the custom search? I've been looking but have yet to find anything.

    Daniel

My Information

Member Title:
D.I.C Head
Age:
Age Unknown
Birthday:
Birthday Unknown
Gender:
Years Programming:
6
Programming Languages:
HTML, CSS, SQL, PHP, JavaScript, VB.Net,

Contact Information

E-mail:
Private
Website URL:
Website URL  http://

Friends

Comments

Page 1 of 1
  1. Photo

    MetaFlux Icon

    17 Feb 2011 - 08:46
    Thanks for nice notepad tutorial, I wanted to ask you maybe u know how to bind keys in vb? :)
Page 1 of 1