Creating XML with php
I need to creat an XML with php and have successfully produced a valid output.
The problem I hav
want to add a break after a certain amount of characters
i was wondering how to add a break in a blog post after a certain amount of characters... any idea o
How would I do "Users not logged in since *** delete them"
I know how I would set this up, and delete the user roughly.
I'll create a table called "Use
Wierd echo error?
Hi, i got the most wierd php error ever and i don't know why..
Code: echo "<t
Captcha problem users just refresh and it will let them auto submit again
Users will just re submit and not have to enter the new captcha.. ? Lol but if i refresh the page, t
Help! refer to a friend script with captcha code
Hi guys, I am posting on here in desperate need for some help with an ongoing search I have been doi
PHP Upload issue
Hi guys,
I have stumble across an interesting issue with my script and is doing my head in.
Adding post count
How would I make it so everytime someone clicks submit on my form, their row in the database for the
Procedure with variable number of columns
Hi, I have a procedure that looks like this:
PROCEDURE PROC(p_cursor OUT sys_refcurso
finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<