Splitting Attributes
SQL> SELECT I_NAME, substr(I_NAME,1,instr(I_NAME,'O')) "First part",
substr(I_NAME, IN
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
Solution to the FindControl problem
I have seen may posts about having problems with the FindControl method. Most seem to come about bec
Converting RGB values to HEX
Code: <?PHP
$file_handle = fopen("colors/rgb.csv", "r");
wh
cURL Upload Help
OK, I am creating a bridge from a local program to my website and I am trying to find the best way t
explode() function problem maybe
Hi I'm having trouble searching my database. When I type two words in the search field it only searc
Prevent PHP mail( ) from appending hostname to from address
Hey guys,
I want to be able to send texts to phones via email (since each phone has their own
Sufficient protection from bad input?
I am writing a simple script to let people upload 'pages' of their own content, be it simply a few b
Preventing blank or already entered values
Im trying to learn how to place a read file line by line and prevent duplicate entries and also BLAN
need help in dynamic select menu in php
hi i have created a dynamic select menu using php. i have a problem in that which is when the user s