Hi,
I would like to have a go at building my own traffic exchange website. The one I like is here http://entrecard.com/
There is nothing wrong with my HTML and CSS but these sites seem to require...
Type: Posts; User: mysql; Keyword(s):
Hi,
I would like to have a go at building my own traffic exchange website. The one I like is here http://entrecard.com/
There is nothing wrong with my HTML and CSS but these sites seem to require...
Thanks a lot, This is a great forum maybe I will have a go at creating my own and use this site for tips :)
Then maybe in a few years I will consider my self an (Elite Coder) but that is a long...
Hi all,
I have been on hotscripts and downloaded a quiz, you know the type were by you make up the questions and answers (mutiwebtest)
Anyway I was off to a flying start until I hit this error or...
Hi, Think I have cracked it
This was my original line 99
$points_banner_click = rand($zufc,$zufd);
Now replaced with
$points_banner_click = rand(2, 3);
What I did was look at this part of...
Hi I am working on one of my sites but I have been having some problems with this one. I am getting this error below, I am actually getting the same error on 2 lines.
Warning: rand() expects...
Thanks for your answer. I started to go over everything again like you said (but not till this morning, my head was buzzing yesterday) To much code gives headaches :)
I hate to say it BUT I had...
Hi Believe it or not I am quite new to working with these errors and need a little help :) I have got the error message below and do not know how to fix it. I have got basically the same error...