Forum: IT Professionals' Lounge Jul 28th, 2004 |
| Replies: 9 Views: 19,549 Personally, I like my sites to have that great look that grabs people but at the same time you have to remember that not every web surfer has a fast computer. I feel that your site needs to have the... |
Forum: PHP Jul 28th, 2004 |
| Replies: 10 Views: 4,188 this is the code I have to create the link but from there Im lost.
$query = "SELECT * FROM mobsters";
$result = mysql_query($query);
while($row = mysql_fetch_array($result))
{
... |
Forum: PHP Jul 28th, 2004 |
| Replies: 10 Views: 4,188 I have been tring for a month now to figure out why I can't program my site to open field information from a link that looks like http://www.blablabla.com/test.php3?ID=2
I can't seem to figure out... |