Limiting uploaded file type
I am working on a simple upload script, and I need it to limit the allowed file type that is uploade
Adding delete feature to my forum
Hello I am currently trying to add a delete feature to my forum. I believe I have everything built r
unexpected T_VARIABLE error
Hey all! I'm getting an unexpected T_VARIABLE with the following function:
function getHighes
PHP error. Need help urgently
Hi,
I am programming a php site and have a problem that i just cant find out how to fix. When
Auto-populating dropdowns and multiple forms.
Here's what I have so far:
First drop down = select a state (works)
This populates the sec
Simple code help with redirects
I am trying to figure out a redirect script that detects if the browser is IE 7 and if it does, redi
controlling/creating accounts with privileges
hi all,
i'm trying to figure out how i can create/control account with privileges, for instance a
Error with login script
I am getting an error with my login script:
Error:
Code: Warning: Cannot modify header inf
ctype() validation - allowing illegal characters
Hello,
I use ctype() to filter and validate a user form. However, I am trying to allow certain c
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)