regex for quoted text within a string
I am still getting the hang of regex expressions, but I cant seem to figure out how I would escape q
! = ''
In the following 'IF' statement if v_ompcat = PU for example then Oracle equates that 'IF' statement
Insert data in Mysql and move to another page
I'm stuck with this simple problem. I need to insert data in Mysql and then hit submit and move to a
compile php5 with DOM
Hi,
I can't manage to compile php 5.3.0 from source on Windows to include DOM,
in spite of
Variable uses and placement
I'm new to PL/SQL and am trying to learn about variable valid uses/placement (any pointers to any do
Protecting forms
Alright, I want to protect some forms of mine from SQL Injections, because I had someone earlier spa
Get to know your fellow coder
I think it's time we got personal around here. There's a lot of code swapping and a few members kno
Help With editting and deleting form
Hallo !!
So look at this image :
http://img194.imageshack.us/img194/8272/snapshot5f.pn
type check while uploading
Hi Everyone,
How can I check the exact type of a file while uploading on my site?
Here
Rounding a number queried from a database
I know that to display a rounded number you just do echo "round($number)";. But how would