Forum: PHP Jun 17th, 2004 |
| Replies: 11 Views: 3,089 try this...
$result = mysql_query("SELECT * FROM users WHERE username = \"$_The_Name_Your_Checking\"");
if($myrow = mysql_fetch_assoc($result))
{
echo("
Name Taken...
... |
Forum: PHP Jun 13th, 2004 |
| Replies: 3 Views: 2,628 .tar is a linux compressed file like win's .zip.
To get the most recent php dist for windows go here...
http://us2.php.net/get/php-4.3.7-Win32.zip/from/a/mirror/
That is the binaries w/o the... |
Forum: PHP Jun 13th, 2004 |
| Replies: 3 Views: 4,120 What i like to do with form submissions...
First off, you never want to put your SQL login info directly in your script instead make a file like db.cnnt.php
Inside, write something like this...
... |
Forum: MS Access and FileMaker Pro Jun 13th, 2004 |
| Replies: 27 Views: 41,210 |
Forum: Database Design Jun 13th, 2004 |
| Replies: 1 Views: 9,249 mysqldump Databasename –p > FileToSendDatato.SQL |
Forum: Linux Servers and Apache Jun 13th, 2004 |
| Replies: 23 Views: 18,418 First find out where the perl executable is, most likely /usr/bin/perl
My guess is that the cgi script is calling for /usr/local/bin/perl so
Open your ikonboard.cgi with Kwrite or w/e you like... |