Posts
 
Reputation
Joined
Last Seen
Ranked #762
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
3 Commented Posts
0 Endorsements
~952 People Reached
About Me

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
Favorite Forums
Favorite Tags
Member Avatar for squid44th

Just wondering how many of you know what this is? I will tell you in a few days.

Member Avatar for MidiMagic
1
84
Member Avatar for The Dude

squid44th is a pair of shoes that takes high-quality digital photos! Now if I could only download them to my computer.

Member Avatar for maui_mallard
0
243
Member Avatar for gopi kannan

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 …

Member Avatar for gopi kannan
0
77
Member Avatar for squid44th

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 …

Member Avatar for richie513
0
159
Member Avatar for emarkus

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]

Member Avatar for emarkus
0
81
Member Avatar for djouija

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]

Member Avatar for squid44th
0
142
Member Avatar for madhav_2k

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; …

Member Avatar for squid44th
0
166