Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #17.3K
Ranked #2K
~6K People Reached
Favorite Forums
Favorite Tags

10 Posted Topics

Member Avatar for didi00

You need to convert it to PayPal's known currency, for the currency exchange rate, you can get it via: [url]http://www.exchangerate-api.com/[/url]

Member Avatar for i-hate-blue
0
137
Member Avatar for Joe34

Try using innerHTML, and remove [B].value[/B] property on "new_code": [CODE] var new_code = document.getElementById(new_id)[B].innerHTML[/B]; document.write(new_code); [/CODE]

Member Avatar for ko ko
0
4K
Member Avatar for twentylemon

Well, look at this line: [CODE]<div><font color='blue'><a [B]onlick[/B]='toggle_visibility("<?php echo $id; ?>")'>Add More Questions</a></font></div>[/CODE] I think it should be [B]onclick[/B], not [B]onlick[/B]

Member Avatar for twentylemon
0
228
Member Avatar for fantasma

Try this one: [CODE] $cont = array(); while($row = mysql_fetch_assoc($query)) { $cont[B][][/B] = array($row['tipo_cont'] => $row['conteudo_cont']); } var_dump($cont); // show result. [/CODE]

Member Avatar for Member #120589
0
123
Member Avatar for vishalbhavsar

Or you can install wifi-radar, to check any wifi signals. [CODE]sudo apt-get install wifi-radar[/CODE]

Member Avatar for i-hate-blue
0
152
Member Avatar for Saqib_J

Perhaps you can use text file as the chat storage on the server, which named by dates. Such as: 20101013_chat.txt for this day, and the next day write to different file.

Member Avatar for i-hate-blue
0
145
Member Avatar for whiteyoh

What is the value of $_REQUEST['flag'] ? And what is the value of $flag2 supposed to? in the first if statement its a string (COMPLETED POSITIVE)

Member Avatar for i-hate-blue
0
82
Member Avatar for jaque322

[QUOTE=jaque322;1154781]a friend of mine have instaled apache in other machine and i have stored my php scripts in htdocs but i dont know how connect remotely from other computer please if someone can help me[/QUOTE] What exactly do you mean by 'connect remotely', are : 1. You/Your friend want to …

Member Avatar for i-hate-blue
0
90
Member Avatar for Mike516

What is the content of $players? can you put [CODE=php]var_dump($players);[/CODE] after while();

Member Avatar for Mike516
0
113
Member Avatar for sarithak

You could add an incremental variable to the code, such as this one : [CODE=php] $i = 1; foreach($d_array as $da) { echo '<div id="name_of_'.$i.'">Content at '.$i.'</div>'; $i++; } [/CODE] hope you know what i mean.

Member Avatar for i-hate-blue
0
144

The End.