Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
45% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
1
Downvotes Received
3
Posts with Downvotes
1
Downvoting Members
3
0 Endorsements
~21.0K People Reached
Favorite Tags
Member Avatar for NicAx64

Well inside the windows operating system there are predefinided dialog boxes. We can use it freely with little effort. Think that you have to get a input file name or file path. The traditional way of doing this is parsing the command line arguments.But here we are in win32 , …

Member Avatar for Y_2
0
18K
Member Avatar for D4n1sD

I need some help, I have created a text box and a button, how do I handle the data, like... what do I have to put inside the button case and what to output the data? I have tried so far... [CODE]case ID_BUTTON: { // code const int size = …

Member Avatar for Ancient Dragon
0
71
Member Avatar for D4n1sD

where can I find a so good looking and functional code block for my wordpress site? [CODE]code block[/CODE]

0
67
Member Avatar for D4n1sD

I get an error that eregi() function is deprecated and when I searched for solution which worked for the most to replace eregi() with preg_matc() I get this error Warning: preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash in C:\wamp\www\New folder\modules\mod_rokajaxsearch\helper.php on line 112 help me what to do?

Member Avatar for bailaba
0
227
Member Avatar for D4n1sD

I want a partner for preg_split for multiple matches. For example preg_split('/(.be|.fr|.im|.fi)/i', $input[$i], -1, PREG_SPLIT_DELIM_CAPTURE); I tried something like this but doesnt work. I want for example to search for these 5 strings and if it finds them split the string there. Anyone know?

Member Avatar for D4n1sD
0
102
Member Avatar for D4n1sD

Hello to everybody. Lately I have been working into a forum and I have been offering free e-mail accounts with my domain to all the people that register to my forum. However few of them will bother to use outlook for that, so I thought to make a login/registration page …

Member Avatar for Rhyan
0
91
Member Avatar for D4n1sD

Well I been searching for 2 days on google, and on every search machine till ressults page 20 and I had nothing. I believe that I was searching with the wrong keywords thats why I came here. I got a GUI coded into C++ and I got a button into …

Member Avatar for daviddoria
0
63
Member Avatar for D4n1sD

Well I have a gui and I want to change its process name or dont display it on process at all how do I do it?

Member Avatar for Rajesh R Subram
0
98
Member Avatar for D4n1sD

For example. You got 1 list with 3 options. a b c once someone select a it instantly appears a text through php under the list or above it. Without to reload or anything else. I have seen it before 100%. pseudo code [CODE] <li> <option 1> a</o> <option 2> …

Member Avatar for BzzBee
0
157
Member Avatar for D4n1sD

So for example I want to create a list of inputs and the user is able to choose from that list 1 option. And if that option is checked without pressing any button the image reloads or whatever.

Member Avatar for rajarajan2017
0
85
Member Avatar for D4n1sD

Is it possible by any way to make a .php with all the data into it a .png Example: You got a php that the data displays in the order you want and u want to like screenshot it and post it into the main .php like a fucntion createphptoimg("test.php")

Member Avatar for Tekkno
0
145
Member Avatar for D4n1sD

How can I make OnMouseOver effect apply in a whole <div> like whenever the mouse is over that div it does something.

Member Avatar for almostbob
0
79
Member Avatar for D4n1sD

Hello, I would like to know how to create dynamic pictures with imported text from php. For example an image with the variable $username above it, but not to make 10000 images with the different usernames but 1 which will be generated for each username. So tell me.

Member Avatar for Froger93
0
91
Member Avatar for D4n1sD

Hello, my code structure is simular to this, div has some classes. But I want within them to put anything that will apear behind the content a background. And I want it to be in fixed location <div> <div> content </div> </div> I tried doing this <div> <div> <table> <td …

Member Avatar for diafol
0
68
Member Avatar for D4n1sD

The error I get Notice: Undefined index: recaptcha_challenge_field in C:\wamp\www\verify.php on line x Notice: Undefined index: recaptcha_response_field in C:\wamp\www\verify.php on line x The reCAPTCHA wasn't entered correctly. Go back and try it again.(reCAPTCHA said: incorrect-captcha-sol) how does my source code looks like. a.php [CODE] <form method="post" action="verify.php"> <?php require_once('recaptchalib.php'); $publickey …

0
58
Member Avatar for D4n1sD

So i want to put letter limitations into text boxs, not like it will pop up an error but not be able to write letters and only numbers, as the column type in db is demical.

Member Avatar for metalix
0
160
Member Avatar for D4n1sD

How I can put limitation when someones submits a form so that the e-mail adress format looks like this letters@letters.2to3letters? Does anyone know?

Member Avatar for edwinhermann
0
99
Member Avatar for D4n1sD

Hello I need to do search through a mysql db on a column and search how many values are equal to a number and than post the number of the values that are equal to this. I would like the number of the values to be saved into a php …

Member Avatar for sourcebits
0
82
Member Avatar for D4n1sD

Hello, I am really sorry for posting this here but I couldn't find anything simular to the net. I need to insert datetime values into my mysql db and in particular the current time second and minute value and than I want to call this value and do a $current_time-$mysql_time …

Member Avatar for BzzBee
0
107
Member Avatar for D4n1sD

I saw it on this website I searched it on google, and I might not searching with the right keywords do u know how it is called or give me a website?

Member Avatar for bondo
0
82
Member Avatar for D4n1sD

$_COOKIE['ID_my_site']; am I supposed to change ID_my_site? or $_COOKIE['Key_my_site'];

Member Avatar for diafol
-3
73
Member Avatar for D4n1sD

How can I make in php remember me box? I mean is it all about how long the session of the cookies will last or I have to do something else?

Member Avatar for Tekkno
0
82
Member Avatar for D4n1sD

I would like to know how to put a commenting box into my website I am not that much php expert but I need to know how to do it, I would appreciate if u wont just post a source but explain where to put it. I would also like …

Member Avatar for almostbob
0
129
Member Avatar for D4n1sD

Ok I was thinkin of making a new project about a game, I would like this game to be 2d as I am not really that experienced with 3d graphics neither how to controll them in C++ also the 2d whould be easier for me to program as there is …

Member Avatar for Sodabread
0
136
Member Avatar for D4n1sD

Hello I would like to program my own 2d game into C++. I know its hard I know it needs a lot of time but I strongly believe the only way to learn c++ is to program so if you won't swim deeper you will never learn to swim. I …

Member Avatar for CodyOebel
0
121
Member Avatar for D4n1sD

Hello, I got a problem. Whenever I use rand() and I rerun the source I get the same results each time do u know whats wrong?

Member Avatar for clutchkiller
0
116
Member Avatar for D4n1sD

Hello, I am wondering how its possible, to make a server that you can connect to it, through IP and Port and than send data to it, For example I am trying to make a simple multiplayer game. But I am really amateur on connections etc. So please help me …

Member Avatar for D4n1sD
0
84
Member Avatar for D4n1sD

Hello I got a problem while trying to use rand() fucntion. Just by using it its self it generates a random number from 0 to RAND_MAX. The prob is that I don't know rand max, so how can I make a costume generation, like generating from 0 20 or 0 …

Member Avatar for Fbody
0
98
Member Avatar for D4n1sD

Thats the code I am trying to do, what I try to do is a loop, that only breaks if the user press enter. any other ideas? [CODE] while(GetAsyncKeyState(VK_RETURN)==0) {}[/CODE]

0
67
Member Avatar for D4n1sD

Hello, I got a problem while making a new program. I am trying to make an interactive menu from which people can choose the type of the table they want. So the source (I won't release all of it just the part I got the problem) [CODE] box[20][75]={ "__________________________________________________________________________", "| …

Member Avatar for abhimanipal
0
86