upload form file types....
Hey all, I am learning PHP and I am writing a script from the W3C Schools tutorials for uploading fi
Preventing blank or already entered values
Im trying to learn how to place a read file line by line and prevent duplicate entries and also BLAN
Ignore html and bbcode?
I've created a function to limit the amount of text according to the amount of words.
However
Parse error: syntax error, unexpected T_ELSEIF in /home/......html/item.php on l
I do not know what is wrong with this. Hope some one can help. I do nto want to post the entire site
Search function
I am looking for some guidance from the experts.
I am trying to create a search function. It
How do I get the row number from from an sql table query
Hi all
I have a table that I query and it returns a number of rows.
mysql_num_rows($query)
Using system() and bringing back the results
I am aware that you can use system() within PHP to execute system commands, but I was wondering if t
Multiple arrays inside data
Hi,
Simple question. I have a column called "array" in my database, and inserted in
SuperCali PHP Event Calendar
does anyone have any experience with the SuperCali PHP Event Calendar? I could use some assistance
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);