How to insert random unique values in 2 columns ?
I have table with 2 columns
Create Table code_for_code (
first_code varchar2(10) uni
Sending UDP Raw socket
I truly need help on this. I am trying to write a test program that simulate a network environment
Cache PHP Objects/Classes?
Does anyone have ideas about caching PHP objects using something like: http://memcached.org/
Problem with an browser game.
Hello,i just joined that great forum and i got php prob,its kinda freaky...anyway i got browser game
Users and Groups with PHP Classes
Hi,
I have setup what I hope to be a good working User class. Now I want to introduce group m
Beginner PHP code help
Hi I'm new to php but if someone could please read the question below and help it would be great.
Blank record injected into database
I always found several blank records inside my database, although $SESSION is required to insert the
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
Convert Binary String to Decimal
Trying to Get:
Decimal: 305419896
Out of:
Binary String: xV4
Rounding a number queried from a database
I know that to display a rounded number you just do echo "round($number)";. But how would