Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~439 People Reached
Favorite Tags
php x 2
sql x 1
Member Avatar for joshyxux

<?php echo '<?xml version="1.0" encoding="UTF-8"?>'; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>age.php</title> </head> <body> <?php require_once( 'output_functions.php' ); function connect_to_database( $host, $user, $password, $dbname ) { // Try to connect to database $dbconnection = mysql_connect('......', '...', '.....'); if ( ! $dbconnection ) …

Member Avatar for Agarsia
0
152
Member Avatar for joshyxux

[CODE]//this function generates the distinct random numbers for the 25 requirment function unique_rand_numbers($numbers) { for($i = 1; $i = 40; $i++) { $numbers = $i; } $array = array(); //get unique random keys from $numbers array. $rand_keys = array_rand($numbers,25); //this sorts the distinct random numbers taken from $numbers in random …

Member Avatar for diafol
0
78
Member Avatar for indianscorpion2

hello everyone. i am a student of computer engineering. i was wondering if there are any online tutorials on the basics of algorithms and algorithm design techniques.

Member Avatar for ddanbe
0
209