what does this mean? +=
is anyone able to explain what this code is saying?
i had it written for me awhile back and n
do while conditions
i want to display 6 images in a 2x3 table
now what would be the correct logic to
count that th
If a record matches an existing record do nothing
So I don't know if I should put this here or in mysql, but what my script is for is for people to ad
Help with page encoding issue and weird characters
I'm trying to write a screen scraper and when I pull out the lines of the html file that I'm interes
check if string contain only a-z/A-Z
Is where any way to check if string contains only a-z/A-Z, without writing an array with all possibl
need help in creating captcha
hi i have a problem creating captcha system. i create some basic script for image displaying but it
SCRIPT ERROR
Here is the CONTACT FORM I made for our website:
<form id="form1" name="
Simple Variable Question
Hi everyone.... again,
I am really getting into php still. Learning more every day. I love it
PHP If Else statement for breadcrumb
Hi
I am trying to use a PHP if else statement to display a breadcrumb link on wordpress
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);