- Strength to Increase Rep
- +3
- Strength to Decrease Rep
- -0
- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
Nothing special, just a self taught older semi-geek. Hopefully I can help a few people by being here and vice-versa
- Interests
- Computers WWII Online
- PC Specs
- XPS 3.4 256mb video 1gb ram 60gb HDD CD/DVD rw
Just wondering how many of you know what this is? I will tell you in a few days. | |
Re: squid44th is a pair of shoes that takes high-quality digital photos! Now if I could only download them to my computer. | |
Re: After a quick glance, I see that the value you're passing for $re is "mysql_query($query) or die (mysql_error());". If memory serves me, that would not be a correct variable for mysql_num_rows. You could always put the db select with the die statement in the dbconnect.php. That way, the value for … | |
To begin with, I will state now that I know virtually nothing, zip, zero, zilch about .htaccess and mod_rewrite. That being said, I know it can be done. What I have is a framed site that has a header/footer plus left menu and main frame. What I have now is … | |
Re: I would use mysql_fetch_array instead of mysql_fetch_assoc. But your problem lies here: [code] mysql_select_db ($[B]db[/B]database, $db); [/code] | |
Re: I like using the \" when using php, never had any problems when doing it this way. [code] $del = mysql_query("DELETE FROM items WHERE url=\"".$delurl."\""); [/code] | |
Re: I prefer to use the css version of the tool tip. [code] <style type="text/css"> #info p {margin-left:15px; margin-right:20px;} #info img {margin:15px; float:left;} #info h1 {margin-left:15px;} /* the style starts here */ a.tooltip {color:#c00;} a.tooltip b {display:none;} a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;} a.tooltip:hover b {display:block; position:absolute; top:20px; left:-25px; padding:5px; font-weight:normal; color:#000; … |