Search Results

Showing results 1 to 5 of 5
Search took 0.01 seconds.
Search: Posts Made By: adyopo ; Forum: PHP and child forums
Forum: PHP Jun 23rd, 2009
Replies: 4
Views: 401
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: 401
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: 226
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: 226
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))...
Showing results 1 to 5 of 5

 


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

©2003 - 2009 DaniWeb® LLC