- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
10 Posted Topics
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]
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]
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]
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]
Or you can install wifi-radar, to check any wifi signals. [CODE]sudo apt-get install wifi-radar[/CODE]
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.
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)
[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 …
What is the content of $players? can you put [CODE=php]var_dump($players);[/CODE] after while();
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.
The End.