Splitting Attributes
SQL> SELECT I_NAME, substr(I_NAME,1,instr(I_NAME,'O')) "First part",
substr(I_NAME, IN
Buggy registration system
Hey, I just started scripting in PHP, and I ran into a few problems.
Code: <?php
includ
Not loading image
When this function gets loaded it doesn't load the image just trying to figure out why.
Code:
Syntax Help
I'm trying to make a form that edits a php file which contains config settings. I'm using strings t
Word filter problem
Hello,
im trying to make a filter for words inputted in to my website but i want to store the
Code error with Index.php
Error: Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/runevid/public_
WELCOME SCREEN
first of all let me tell you what does my script do,
it´s a very simple query to show a e
RadioButtonList item spacing
I have a RadioButtonList and I can't put any spacing between the items. They are arranged verticall
PHP Code To Change Font Color in Table Cell
I would appreciate help with the following snippet of my php code. I am just trying to change the f
Why will this program not run if the variables are not global?
Hey guys I have a kind of perplexing situation that is probably simple, but I can't seem to understa