ok so i have a site where people can register and login which works now thanks to someone on here that pointed out my error :-)
Now my users click my links they can view the content without logging in, how do i stop that not sure if this is a simple issue or now
Do something every fifth time?
I'm trying to write a loop, but I want it to do something different after every fifth instance. Like, I want it do something like this:Quoteecho $a1;echo $a2;echo $a3;echo $a4;echo $a5.$b;echo $a6;And
image upload script not working with png
The basic process of this php code is to take the submitted file, convert it to a small JPG thumbnail and put it into one directory and save the original file into another, but it seems that when
why this query can delete duplicates ?
why this query can delete duplicates ? Anybody can give me the detailed explanation ?
Select question
Hi,First I would like to say that php is pretty new for me.. so please don't shoot me if this should be a stupid question!But I'm a little surpized due to following..I have a search script (very large
Pulling out some result data from MYSQL
Hey Guys, I've built a PHP page that has a for just imagine something like registration form, So obviously it posts data into my table in my DB, So Now what I’m trying to do is creating a form
Inter Company -- Resources Related Billing (Services Industry)
Hello,
How to login with SAPCPIC userid
I have changed the Password for SAPCPIC in Development Server for 000,001 and 100 client.
does anyone know a php script to send mail using gmails/googles free smtp server
cause i heard u can do that but i dont know how
javascript in php code causes page to display white
Hi All,Odd one this, I've got the following code (below) which is a simple log in form. The client wanted a pop to inform you when you've not completed a field and an asterix to appear.This is fine.
limit string by words??
hello all,I was wonder if there is a function to limit a string by the number of words instead of characters?