![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveQuestion about form in PHP and MySQL
From: <peter_ross@canada.com>
Date: Mon May 01 2006 - 05:34:45 CEST
Hi,
I am new to PHP and MySQL. I was writing a script to pull data from
Thanks,
<?php
if (!$submit) {
// code to display questions
echo "<input type='submit' value='SUBMIT' name='submit'>";
if ($submit) {
|