Forum: JavaScript / DHTML / AJAX Nov 29th, 2004 |
| Replies: 6 Views: 110,540 Hi all, how would you adjust the height of an iframe based on its src content?
I want to integrate a forum (phpbb) inside my custom made website. The problem is that there is no way to... |
Forum: PHP Mar 24th, 2004 |
| Replies: 4 Views: 32,913 |
Forum: PHP Mar 23rd, 2004 |
| Replies: 4 Views: 32,913 Hello php gurus!
i need help with a little script, i have to import a tab delimited files into a mysql db
file.tab
... |
Forum: PHP Mar 9th, 2004 |
| Replies: 6 Views: 3,396 thanks alot guys! i really appreciate!
if you want to see the result go there: http://www.battlefield-vietnam.ca/clans.php
:)
fred |
Forum: PHP Mar 1st, 2004 |
| Replies: 6 Views: 3,396 Roberdin ! thanks alot !!
This code did everything i wanted :) thank you!
fred |
Forum: PHP Mar 1st, 2004 |
| Replies: 6 Views: 3,396 Hi all, i need help for a little php script, here is what i need:
I have a table named "clans" with 4 field in it (name, url, logo, description)
I have a php page with... |
Forum: PHP Feb 3rd, 2004 |
| Replies: 23 Views: 19,677 $counter=0;
echo "<table><tr>";
while ($row = mysql_fetch_array($result))
{
echo "<td><a HREF=images/ingame/".$row['big']." TARGET=_blank><img src=images/ingame/thumbs/".$row['thumb']."... |
Forum: PHP Feb 3rd, 2004 |
| Replies: 23 Views: 19,677 wow...you so fast! i ll let you know if if works, thanks alot cscgal :)
fred |
Forum: PHP Feb 3rd, 2004 |
| Replies: 23 Views: 19,677 ***CUT***
while ($row = mysql_fetch_array($result))
{
echo "<a HREF=images/ingame/".$row['big']." TARGET=_blank><img src=images/ingame/thumbs/".$row['thumb']." border=0... |
Forum: PHP Feb 3rd, 2004 |
| Replies: 23 Views: 19,677 well, i have found the solution, was quite simple..i told you i am not a coder ;) hehe
echo $row['title']."<br />"; |
Forum: PHP Feb 3rd, 2004 |
| Replies: 23 Views: 19,677 hi all, first of all, thank you! this is a very nice script..
I am no coder, i basically do a little bit of php, i try :) hehe
My question is, how to display the results correctly? Let me... |