Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Member Avatar for Ries

Not sure where to put this as it contains HTML, Javascript and PHP and I can't figure out which one is the problem but because the problem is with an empty POST request I put it here, sorry if that is wrong. [code] <form action="?do=submit" method="post"> <input id="number" readonly="readonly" style="width:7em;"/><br …

0
46
Member Avatar for Ries

[code]<script type="text/javascript"> function counter() { var first; var number; if (first == ""){ var first = 42; var number = 0; }else{ var number = number++; } var full = 7; var length = strlen(number); var full = full - length; for (i=0;i<full;i++){ document.getElementById('counter').innerHTML = document.write('<img src="images/0.gif" border="0">'); } for …

Member Avatar for Ries
0
256
Member Avatar for Ries

This HTML [code]<html> <head> <link rel="stylesheet" type="text/css" href="style.css" / <title>Site</title> </head> <body> <div id="top"></div> <div id="menu"></div> <div id="main"> </div> <div id="content"></div> </body> </html>[/code] And this CSS [code] #top { position: relative; width: 100%; height: 100px; background-color: #3A3226; color: #FFFFFF; font-family: verdana, helvetica, sans-serif; } #menu{ position:relative; width:100%; height: 75px; background-color: …

Member Avatar for almostbob
0
81
Member Avatar for Ries

Would it be possible to use a css rollover (a tooltip type thing) but to have a youtube video embeded into the rollover box, and if so what would be the code to do it?

Member Avatar for seoindia5
0
92
Member Avatar for Ries

I was thinking about using Delphi to create a multi-user chat program for me and few mates to use as well as intergrating a file share where we can share our files with each other. And also to be able to send updates to the users when I develop new …

Member Avatar for Duoas
0
82
Member Avatar for Ries

I recently used the Computer Management tool to create a new account of my computer and after creating it I deleted my previous one. But now in windows text does not appear in certain places in programs, see the image below. As well certain text in flash files on the …

Member Avatar for Chaky
0
83
Member Avatar for Ries

Ive got the code: [php]mysql_query("UPDATE members SET gold=gold+$sellprice WHERE email='$player[email]' ")or die(mysql_error());[/php] To add gold to a users account in the database but this doesn't work every time I run the script instead of adding on the new value to the old one it just sets the gold to zero, …

Member Avatar for Puckdropper
0
59
Member Avatar for Ries

Im having a problem that my while loop is not finishing even when the conditions have been meet. [php]$turn = "0"; while ($player['health_n'] > "0" OR $opponent['health_n'] > "0" AND $turn < "25"){ $turn = $turn+1; $hitfor = $youatk / $oppdef; if ($hitfor <= "0"){ echo "$turn. $opponent[name] blocked.<br />"; …

Member Avatar for Ries
0
91
Member Avatar for Ries

On a website I remeber seeing a news feature where the news would be a bar with a title and you clicked it and it would expand showing the message and other information and the code used was javascript:show but I don't understand how it works (as the news was …

Member Avatar for tgreer
0
120
Member Avatar for Ries

This is my code im using for my login, but when it re-directs to the next page the $_SESSION['email'] array doesnt contain any data, what is wrong with my coding that causes this(btw to check it had no data I echoed it and nothing came onto my screen) [code]<?PHP session_start(); …

Member Avatar for cancer10
0
144
Member Avatar for Ries

This is my code but I get the error Parse error: parse error, unexpected T_STRING in /home/projecte/public_html/index.php on line 48 When I try it, any ideas on whats gone wrong [CODE] <?PHP switch ($pg) { case login: $dbh=mysql_connect ("localhost", "projecte_ries", "*********") or die ('I cannot connect to the database because: …

Member Avatar for loanskey
0
156