Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #4K
~1K People Reached
Favorite Tags

9 Posted Topics

Member Avatar for zdaxxy
Member Avatar for Salem
0
40
Member Avatar for The Dude

Yea, things were alot different then. We use to go out in group of like 10-15, the oldest would lead the youngest and we would go from house to house from street to street. We would work many blocks in one night and the special streets, you know the ones …

Member Avatar for sneekula
0
150
Member Avatar for zdaxxy

I can't figure out how to stop the thumb from moving. Steps: Create an mx:Hslider with min=0 and max=100. Create a var with a set value of 50. Start slider at 0, allow user to move slider up in range based on var decreasing. I can get the slider to …

0
62
Member Avatar for christopherjohn

You can check your board for BLOWN caps (like the old stovetop jiffy pop that blows the silver foil into a ball when it heats.) The caps will have the appearance of liquid oozing from the top or it will be bulged without popping at the top. However mainboard can …

Member Avatar for caperjack
0
149
Member Avatar for jaydude23

LINE 40- $sqlquery = "INSERT INTO $table VALUES(now(),'$CSP_Name','$Supervisor','$Rep_Number','$Department','$Email','$req1','$req2','$req3','$req4','$req5','$req6','$req7','$Account_No','$First_Name','$Last_Name','$Phone','$ShipTo_Address','$ShipTo_City','$ShipTo_State','$ShipTo_ZIP','$Additional_Info','$Accept')"; Looks like you did not specify the columns. $sql = "INSERT INTO $TABLE (column1, column2, etc) "; $sql .= "(value1, value2, etc...) "; also you might want to add in error checking: $result = mysql_query($sql); if (!$result){ die('Error: Data not saved! ERROR!?' …

Member Avatar for ultra vires
0
154
Member Avatar for ratnasatish

PHP is a server-side HTML embedded scripting language. It provides web developers with a full suite of tools for building dynamic websites. [url]http://www.php.net/[/url]

Member Avatar for Lorand24
0
128
Member Avatar for nireekshan

MySQL Connector/J is the interface between the two. Are you using java or javascript? If you are using script then you can use php with a hidden iframe and post your variables to and from the iframe. Using java with the Connector/J would be like the following: import java.sql.*; public …

Member Avatar for jwenting
0
77
Member Avatar for severman

This is for console printing. Before you printf something print this escape sequence to produce it in the desired color. There is a small routine textcolor() which does this automatically. You can use it in your programs along with the #define constants. textcolor() #includes <stdio.h> #define RESET 0 #define BRIGHT …

Member Avatar for zdaxxy
0
127
Member Avatar for Silentluna8

Use spybot or one of the other spyware removal tools to attempt an automatic discovery and removal. Should that option fail, then you can attempt at your own risk, the following manual removal steps. <<enjoy>> To remove by hand Mirar: Step 1 : Use Windows File Search Tool to Find …

Member Avatar for zdaxxy
0
165

The End.