Splitting Attributes
SQL> SELECT I_NAME, substr(I_NAME,1,instr(I_NAME,'O')) "First part",
substr(I_NAME, IN
storing results of a function - previous result overwritten with new result
I have created a function to validate input.
function validate_dimension($value,$name) {
<
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
Grids not displaying decimals, and behaving differently on different PCs?
Hello,
I coded a relatively simple MII application that allows data from a form to be add
Delete all files in folder except with certain name
I have a script that I want to delete all files in a folder (taken from a database) except for one n
Why is the logic of this simple code not working?
Hey, I'm trying to determine if a table already exists in mysql, but doing a query first with mysql_
php automatically escaping single quotes
I'm trying to test out my security a bit and I've noticed that php is escaping my single quotes. For
dinamic "textboxes"?
Ey all, my first post here, i hope its not a hard one
I display mysql results in a table
private constructor
Hello,
Can we create a constructor as private? If yes, what is the use of it? If no, why can'
Request-URI Too Large
I have created a simple submit form for a mysql database that puts a piece of code into database.<