Trying to test form submission at GoDaddy and it does not seem to work. Here's the page...
http://brinsterinc.com/tireclick/test.php
Here's the source...
Code: <html>
<head></head>
<body>
<?php
if ($submit) {
echo "Submitted";
} else {
echo "Nope";
}
?>
<form action="test.php" method="post">
<input name="submit" type="submit" value="Submit" />
</form>
</body>
</html>
Have they shut down all form submissions that don't use their scripts?
Php Mysql Page Loading Notice
Hi all,I was wondering if there is a way (Sure there is) of showing a message or an image while a page is loading.The issue is that I have a big table and I'm running some queries against it.Obviously
Async WSAConnect failed on XP with error code = 2 ("File not found")
Hi all,
PHP & MS Access - Line Break
Hey Guys!I'm pulling records from an MS Access database and listing them using PHP and I'm running into an error that I can't seem to figure out.Please see the code below:Code: if
I got my hosting suspended XD
So I saw this challenge a day or so agohttp://www.programming-challenges.com/pg.php?page=downloadproblem&probid=110101&format=htmlAnd I thought to myself "Well, what about numbers
MySQL query problem
When I try to run the following piece of code, I get this error:QuoteWarning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/muskelmann098/public_html/build.php on line
multiple recipients + dbuser mail recall
Hello,I am building a php login script.When the user registers the script will send him a confimation email using this codemail($usr_email, "Login Details", $message, "From:
calendar dates and hours compare problem
i have a calendar in wordpress, everything works great except that i can make 2 meetings at the same date, time and room without receiving any error i don't know where to start to compare the days
Taxonomy? Classification? Categorisation?
Not sure if there is a way around this classification problem
pointer 102 question
I read a book
SQL query not working well
Hi,