Buggy registration system
Hey, I just started scripting in PHP, and I ran into a few problems.
Code: <?php
includ
Image upload - determine folder
I have an upload script that may be accessed from different directories. Problem is, the script is m
Procedure with variable number of columns
Hi, I have a procedure that looks like this:
PROCEDURE PROC(p_cursor OUT sys_refcurso
help with contest script
I would like to code a contest script to my site but i don't know how. Could someone just give me pu
How to separate records and ORDER BY
Let say i have 100 records and displayed in one page, then i want to get the records from 50-100 and
Error Messaging not working
I changed the way my form tells the user of an error. But I can't seem to get it to work properly.
Array question
Does anyone know how to create a program that takes the $ amount for 8 different departments and gi
dinamic "textboxes"?
Ey all, my first post here, i hope its not a hard one
I display mysql results in a table
Handling text changed in text box control using Ajax
I need to create a web form with a text box control. When someone types text into the textbox I nee
what are '%S%', '%E%'
for example when i see Code: [Select]printf("Hello %srn", $name);
what does %s means