Search Results

Showing results 1 to 9 of 9
Search took 0.01 seconds.
Search: Posts Made By: adyopo
Forum: Java Jul 2nd, 2009
Replies: 2
Views: 309
Posted By adyopo
Thanks di2daer, I'm gonna try to modify my code accordingly and see what happens.
Forum: Java Jul 1st, 2009
Replies: 2
Views: 309
Posted By adyopo
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
Posted By adyopo
-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
Posted By adyopo
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
Posted By adyopo
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
Posted By adyopo
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
Posted By adyopo
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
Posted By adyopo
<?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
Posted By adyopo
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,...
Showing results 1 to 9 of 9

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC