blah blah blah is here! blah blah » Close

0
votes
0 answers

Javascript/HTML Help

[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 ...

0
votes
1 answers

PHP Error Message

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 ...

1
votes
3 answers

PHP Vars, T_Constant Encapsed String

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 ...

0
votes
1 answers

PHP - COOKIES and MySQL Help

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. ...

0
votes
1 answers

PHP Passing Variables

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 ...

0
votes
0 answers

PHP MySQL - Question

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); ?>

0
votes
1 answers

Variables

How do i send a variable from Flash to PHP? Simple please because I am a beginner.

0
votes
0 answers

c# web service

i am a newbie in web service i am trying out the example on this site http://www.sanity-free.org/125/php_webservices_and_csharp_dotnet_soap_clients.html using nuSoap and C# but I can't make it work. could someone help me find the ...

Feedback