Forum: PHP Jun 17th, 2004 |
| Replies: 11 Views: 2,429 Re: limiting account names 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,138 Re: New to PHP .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: 3,352 Re: Error getting forms to send information 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... |
Forum: MS Access and FileMaker Pro Jun 13th, 2004 |
| Replies: 27 Views: 35,044 |
Forum: Database Design Jun 13th, 2004 |
| Replies: 1 Views: 8,093 |
Forum: Linux Servers and Apache Jun 13th, 2004 |
| Replies: 23 Views: 15,586 |