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
how to put the 0-100 numbers into 1.txt and 100-200 into 2.txt ?
how to put the 0-100 numbers into 1.txt and 100-200 into 2.txt and so on 200-300 into file 3.txt ?
Problem writing URL into database
How would I write this into the database?
<?php echo "http://".$_SERVER['SER
Big O & time complexity ???
can you help me how to calculate the Big O & time complexity for any algorithm and c++ program pleas
I am stumped
OK. Here is what I am trying to do. I have the conditions set, and if the conditions are met, I want
How to generate a random array of integers subject to a certain constraint
I am writing a program that asks the user to enter an integer N and then generates a random array of
Problem with HTML form
Hello,
I made a HTML form with some fields and check box.
Everything works fine except whe
mysql VARCHAR acting like INT
Hi, All.
I have a table that contains a varchar(10) column named weird_field. In this column
array ...
hi
Code: function formatCategories($categories, $parentId)
{
// $navCat stores all child
Redirect not working after making a POST/GET
Hi Everyone,
I am a novice in PHP. Here I have 2 pages, one page with a textbox and button an