Combining refCursors and Summing
Given the following DDL:
CREATE TABLE FOODSALESTEST
("WEEKNBR" NUMBER,
"ST
PHP Thumbnail Creation
Ok so i use this function to create thumbnails:
Code: [Select]function createthumb($name,$fil
Cant display mysql data
Hey all,
I am learning php and my first goal is to create a simple CMS. At the moment I am st
Help with lottery style system?
I'm working on a currency system for forums and it is going to have a type of lottery system built i
Extracting Long text from message class with parameters
Hi,
I would like to extract the long text from a message class. However, the long text ha
How could I combine these arrays??
Hello.. I'm trying to figure out a way to combine these first two arrays to get the last array..
Undefined variables
hi
----------------------------------------------------------------------------------------------
Displaying image pathname instead of image
Hello
Im trying to upload and then display images from a mysql database - Its only basic and
why isn't this PHP code working ???
it's suppose to find a name on the database.
<?php
$s = $_POST["lname&
First root of a number
Hi,
I can't find any function in php to give me the first root of a number.
Is there any