Libraries in C++
Hi all,
I have two libraries. one is based targeted on linux platform and uses another li
Call db table from any PHP file
Hi,
I want to be able to call a database table that will be setup in another file called init
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
Data storage spaces in varchar2
Trying to understand what's happening.
I am selecting a value from a table that is defined as c
Consuming third party Payment Gateway API from Procedure.
Hi All,
First of all i would like to thank all the people of the oracle forum for providi
$_FILES array
Ok,
I just started experimenting with PHP today. My goal right now is to have people be able
PHP page is blank
Hi Everyone,
I have a site in which I am able to open the first PHP webpage in my browser but
get multiple rows
Hi I want to get multiple rows from a db
I am using this for the db query
Code: public
Does design fit in FPGA ?
Hi all,
I've made a large HCC-Design. Because of the program-size the compile process with th
need help in php variable
i have a php variable on one page
Code: [Select]$lastId = mysql_insert_id($db);
echo $lastId;<