votes
C# Debugging
https://docs.google.com/leaf?id=0B89GBk8q-FkkMWE1NTVkZjEtODE2Ny00MjliLWJhYTEtMTdmYzZiOWJhYjI2&hl=en
blah blah blah is here! blah blah » Close
https://docs.google.com/leaf?id=0B89GBk8q-FkkMWE1NTVkZjEtODE2Ny00MjliLWJhYTEtMTdmYzZiOWJhYjI2&hl=en
[url=http://allderek.com/geo.html]HTML Online[/url] [code] <html> <body> <script type="text/javascript"> function showMap(position) { method = method || "post"; // Set method to post by defa ...
Parse error: syntax error, unexpected $end in /home1/allderek/public_html/quiz/main.php on line 268 [code] <?php // Open DB $link = mysql_connect('localhost', 'allderek_quizzer', '****'); if (!$link) { die('Could not connect ...
I keep getting a VARS error message. Here is the server adress: latin.allderek.com/input.html Source: [code] <?php // Declare Buttons // Connect to Allderek.com Latin Vocab Database. $link = mysql_connect('localhost', 'all ...
I am trying to pass a variable back and forth between some pages. Here is the live adress: latin.allderek.com/input.html Source: [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www. ...
I have a PHP script (Starting at the form on latin.allderek.com/input.html . On the main PHP Script (latin.allderek.com/latin0.php) I have a set of error messages I dont get. What is wrong? Thanks, D Source: [code] <sty ...
What is wrong here? http://latin.allderek.com/latin.php Source: <?php $link = mysql_connect('ftp.allderek.com:21', 'latin@allderek.com', '*****'); $status = explode(' ', mysql_stat($link)); print_r($status); ?>
public void chaptercheck() { if(spinone.get(value) <= 0 || spintwo.get(value) <= 0){ spinone.value = 1; } if (spinone.value > spintwo.value) } I have two spinners named spinone ...
I have named a spinner "spinone" in a gui. I am trying to get the value of the spinner: What am I doing wrong? if(spinone.value > 0){ } Thanks, Derek
How do i send a variable from Flash to PHP? Simple please because I am a beginner.
Could I tether my android phone to Arduino using an app like PDANET and then rebroadcast the internet over WIFI with a WiShield?
How do I import an Excel Spreadsheet into C# as an array in a way that can be ported to both PC and mac. Using the GTK# Library?
How can I import an excel spreadsheet like in this tutorial (http://www.davidhayden.com/blog/dave/archive/2006/05/26/2973.aspx) into a C# Array. Thanks, Theo