C++ API to Oracle dB
I need to perform a select command to the Oracle dB to obtain information from a table.
What libr
Do something every fifth time?
I'm trying to write a loop, but I want it to do something different after every fifth instance. Like
Help with writing "$" with fopen
I just can't get my syntax correct. Could someone help me please? I am trying to write a connect fil
problem in program for counting no of chars using pointers
Hi all, I was trying to make a program which counts number of chars in a string using concpt of poin
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
Open browser page depending on XML results
Hello,
I have some PHP code that sends webbased from data to an external url ( in the form of
Change log of Cost centre change in Plant maintenance order
Hi,
How to view Change log of Cost centre in Plant maintenance order. Not visible thru 'Docume
php require help needed
Ok i tried to use the search funtion but the word require is everywhere.
i'm really new to cr
I have a parse error in this query help..
Code: $query1="INSERT INTO `rating` (`item_name`, `rating`, `ip_address`, `date_rated`) VALUES
Calling strings from other php class
I have test1.php{
$string1;
$string2;
....
... //10 strings in this class <