- Codecall
- → Viewing Profile: Posts: marases
Check out our Community Blogs
Community Stats
- Group Member
- Active Posts 14
- Profile Views 2809
- Member Title CC Newcomer
- Age 25 years old
- Birthday January 11, 1996
-
Gender
Male
-
Location
Australia
-
Programming Language
PHP
(Visual) Basic
Visual Basic .NET
Assembly -
Learning
Java
-
Biography
I'm a high school student, ive been working with php, html, and css for about 3 years. I am fairly confident in php. I have a cert 4 in IT and apart time job as a lead developer in a local web designing company.
-
Location
Australia
-
Interests
Programming, guitar, photography
-
Occupation
Programming Analysts at Digitaleye Design
Posts I've Made
In Topic: Hello!
04 May 2012 - 05:20 PM
Hello Static, welcome to this loving community! It'll be great to see you around.
In Topic: Select Dates Where Months Is The First 3 Months
04 May 2012 - 05:19 PM
Are you using PHP and mySQL or what?? Like WingedPanter said the solution is very wide!!
In Topic: Html Help?
04 May 2012 - 05:17 PM
Hahaha, just forget about IE!

In Topic: Random Numbers Problem
04 May 2012 - 05:10 PM
I agree with
I agree with him, but could you also provide some other relevant code? But my best advice change the variable name.
I second winged, we need to see more code, it looks like somehow you are changing $rand value somewhere,
could it be you have another $rand variable around ?
a quick test could be making sure that rand(10000,99999); gets executed only once ( might it be in a function called many times ? )
you could also change $rand varname, since is soundy to be used somewhere else, you might call it $oneTimeAssignedVariable for example, and change the var name in only these 3 lines you mentioned ( echo, insert and cookie )
total replacements 4 :
if the problem was conflict with another var called the same in any scope that problem would be solved with this.
if the problem is the rand() called more than once it will persist, then you should check the code and make sure that line is the very first and is executed only once.
I agree with him, but could you also provide some other relevant code? But my best advice change the variable name.
In Topic: parameter not define
06 April 2012 - 01:30 PM
precisely, that is the issue. PHP couldn't find that element in the $_REQUEST array.
Recommended from our users: Dynamic Network Monitoring from WhatsUp Gold from IPSwitch. Free Download
- Codecall
- → Viewing Profile: Posts: marases
- Privacy Policy
- Guidelines ·