No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Ok, so my problem is this: I did a little java program to take the number of seconds from a text box and sleep a thread for that amount of seconds. Just to make it clear, here is the piece of code I used: [CODE=java]jTestare.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent …
-moz-border-radius for Firefox border-radius for CSS3 But I don't know how well supported is the CSS3 standard on internet explorer browsers (I know it works in firefox and in opera), for internet explorer you could use the old-fashioned rounded gifs at the four corners to trick the viewer into thinking …
Hello gingank, you're not too clear with your post, but it could either be a problem with your .htaccess file, or with the path your script takes images from (permissions, folder names, etc). Be more specific with your questions (maybe a code sample or two).
IT looks to me like you didn't escape the double quotes, remember that when you have a double quote inside an echo you use \" instead of ". Also, in your code there are a few places where you used an ending ?> tag without the <?php at the beginning. …
[code=php]<?php $query1 = "SELECT `asc_prods.name` FROM `asc_prods` LEFT JOIN `democart` ON `asc_prods.pid` = `democart.tip`;"; $result1 = mysql_db_query($query); while($row1 = mysql_fetch_array($result1)) { echo "<td> {$row1[0]} </td>"; } ?>[/code] I've got the above code, the problem I have with it is that I need to get the value returned by the statement …
Hello, I'm new to post here however I've been lurking on this forums for quite some time now. I don't know how helpful I'll be here, but I will help according to my possibilities. So, once again, hello from Romania!
The End.
adyopo