Forum: Java Jul 2nd, 2009 |
| Replies: 2 Views: 309 Thanks di2daer, I'm gonna try to modify my code accordingly and see what happens. |
Forum: Java Jul 1st, 2009 |
| Replies: 2 Views: 309 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... |
Forum: HTML and CSS Jun 30th, 2009 |
| Replies: 4 Views: 490 -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... |
Forum: PHP Jun 23rd, 2009 |
| Replies: 4 Views: 400 Well, there's your problem, [...]<img src="file:///C|/logo.gif"[...], instead of that file:/// it should read something like <img src="<dir_where_you_store_images/image_filename.ext>" width="200" and... |
Forum: PHP Jun 23rd, 2009 |
| Replies: 4 Views: 400 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... |
Forum: PHP Jun 21st, 2009 |
| Replies: 7 Views: 408 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... |
Forum: PHP May 17th, 2009 |
| Replies: 2 Views: 224 Ok, I did change mysql_db_query into mysql_query, and still no luck so I tried to create a temporary table in mysql into which I add the results of the $query1 variable, but upon execution it gives... |
Forum: PHP May 16th, 2009 |
| Replies: 2 Views: 224 <?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))... |
Forum: Community Introductions Jan 11th, 2009 |
| Replies: 1 Views: 285 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,... |