ctype() validation - allowing illegal characters
Hello,
I use ctype() to filter and validate a user form. However, I am trying to allow certain c
question about header() security
is is safe to just use the header() function to redirect someone if they are, say, not logged in? or
Connecion issue
Hi,
For some reason, I keep getting this error when trying to connect:
Warning: mysql_
SCRIPT ERROR
Here is the CONTACT FORM I made for our website:
<form id="form1" name="
for some reason mysql query not working, not inserting, please check it out
This code is not inserting anything into my db, don't know why, the $_SESSION variable does contain
Select Rows as Columns..
is there a way to select COLUMN_NAME from user_tab_columns where table_name='TABLENAME';
and ha
Syntax Help
Code:
im having trouble with that code snipped
Parse error: syntax error, unexpec
Get content from table into a list, without repeating.
Alright this is kinda an odd thing, so I need some help.
I have a table "quote" wit
Pagination
Hi All,
I think I'm finally getting somewhere with pagination!
I can now submit a quer
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)