Search found 7 matches

by node
Fri Mar 07, 2003 12:00 pm
Forum: PHP - Code
Topic: help please....
Replies: 2
Views: 313

right on man thanks. i'll try that out..sounds resonable :D thats why i love this place fast reponses and good help. thanks again.
by node
Fri Mar 07, 2003 11:47 am
Forum: PHP - Code
Topic: help please....
Replies: 2
Views: 313

help please....

can someone please tell me why this is'nt working ? <? $date = date("M n, Y"); $time = date("g:ma"); $font ='<font face="verdana" size="2">'; if(empty($_POST&#1111;"domname"])) &#123; $error = "<center><B>Error!</B><BR>You must enter you...
by node
Fri Feb 28, 2003 4:30 pm
Forum: PHP - Code
Topic: cookie hit counter problems
Replies: 0
Views: 353

cookie hit counter problems

well what im trying to do is, make a somewhat unique hit counter using cookies. One cookie holds their IP and the other how many times they have visited. For some reason it just keeps counting no even though the cookie was set. The cooke for counting the visits gets set, but when i try and display t...
by node
Thu Feb 20, 2003 3:13 pm
Forum: PHP - Code
Topic: help on verifying
Replies: 7
Views: 959

alright check it out....this is the entire page, lol. i end the else at the bottom. $head = "<html><head><link rel="STYLESHEET" type="text/css" href="./style.css">". "<title></title></head>". "<body color="#ffffff" text="#000000&q...
by node
Thu Feb 20, 2003 1:32 pm
Forum: PHP - Code
Topic: help on verifying
Replies: 7
Views: 959

that didnt work man, but thanks for the quick reply :D
by node
Thu Feb 20, 2003 12:15 pm
Forum: PHP - Code
Topic: help on verifying
Replies: 7
Views: 959

help on verifying

ok this is what i have: function CheckFields()&#123; $domain = $_POST&#1111;'domain']; $company = $_POST&#1111;'company']; $FirstName = $_POST&#1111;'FirstName']; $LastName = $_POST&#1111;'LastName']; $addr = $_POST&#1111;'addr']; $zip = $_POST&#1111;'zip']; $state = $_PO...
by node
Wed Feb 19, 2003 9:53 am
Forum: PHP - Code
Topic: verifing form entry
Replies: 1
Views: 302

verifing form entry

i need to verify that 12 fields are filled in on a form. i know i could use a bunch of ` if ` statements, but i really dont wanna have to resort to that uglyness. the way ive been thinking about doing it is putting them all into an array and using a ` for each ` statement to determine the value in t...