error checking breaking my code
Hi there, OK first of all, big apologies for what I assume is really fundamental errors in the struc
update post issues
I am trying to create an update to a post function, while the update does occur, the page routing an
Help with explandable category tree
I have the below query:
SELECT l1.id as lev1_id,l2.id as lev2_id,l3.id as lev3_id,l1.categ
Warning: session_start() [function.session-start]: Cann.....
hi, can someone help me with this? I keep getting this error....
Warning: session_start() [fu
Remove letter from numeric textbox
I have a textbox that will search the employee database by entering in the employee ID and it will r
Why is this query failing?
Why is this not working?
$query = "SELECT * FROM `users` WHERE `userid` = " . $USERID
Sort Alternative/bi-monthly
Hi all,
Am going mad trying to get something to work.
I'm creating a CMS for a magazi
fopen() security
As i understood the usage of fopen() for it to function correctly the Dir you write to has to be rw
Add a sign-up feature to a flat file login script
I'm working on a flat file login script and I would like to add a sign-up feature to it with a email
Beginners syntax and loop questions - help please!
Hi everyone,
I have some problems with php code. I'm currently in the middle of learning php,