Search found 7 matches
- Fri Mar 07, 2003 12:00 pm
- Forum: PHP - Code
- Topic: help please....
- Replies: 2
- Views: 313
- 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ї"domname"])) { $error = "<center><B>Error!</B><BR>You must enter you...
- 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...
- Thu Feb 20, 2003 3:13 pm
- Forum: PHP - Code
- Topic: help on verifying
- Replies: 7
- Views: 959
- Thu Feb 20, 2003 1:32 pm
- Forum: PHP - Code
- Topic: help on verifying
- Replies: 7
- Views: 959
- 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(){ $domain = $_POSTї'domain']; $company = $_POSTї'company']; $FirstName = $_POSTї'FirstName']; $LastName = $_POSTї'LastName']; $addr = $_POSTї'addr']; $zip = $_POSTї'zip']; $state = $_PO...
- 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...