ORA-00932: inconsistent datatypes: expected - got CLOB
SO : windows xp
database : XE
there is a table (transito) with two fields of clob
Passing Variables
What I'm wanting to do is when the user clicks on Arenas it will know the name of the country it's w
PHP Redirecting
Hello everyone. Is there a way to redirect people to pages within a statement in PHP? Since there is
function not returning the correct value
I have a program that needs to return a value from a function. I have an output statement inside the
how do i display data on a page from mysql
1 - do i use this code at the top of each of my page i wish to only alow access if there as been a s
Using mysql_real_escape_string for displayed content
On my website users can input data into a textarea and it will store it in the mysql database. But,
Delete all from a table
I can not get the following code to work. If I run the sql statement in the db it will delete all t
User registration and login
I don't know whether this is the correct forum, if not i apologise but am pretty desperate at the mo
Output Buffering question
Hi all,
I've been trying to wrap my head around output buffering. So far I've found tons of
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)