Thanks feherke for you contribution.
I have tried the array_multisort as follows and the results were not as I expected.
if (count(array_intersect($draw, $numbers)) >= 1) {
$rs = array(($a_row['DrawNo']), join(" , ",array_intersect($draw, $numbers)), count(array_intersect($draw...
Okay I have tried numerous functional examples and have been at it for two days now. I seem to be having an issue sorting a column.
Here is the output via print_r
------------------------------------------------------
Array ( [0] => A0034 [1] => 4 [2] => 1 )
Array ( [0] => A0035 [1] => 18 , 9 ...
Hi I am a bit stuck and was wondering if someone might be able to help.
I would normally work with apache but in this case I am working with IIS Ionic. The issue is the software I am using only excepts Perl Regular Expression and I can not understand why the following regular expression will...
Thanks ingresman, I believe Cobol is sitting on a mainframe. I have heard of services that are available in PHP to request information from the Cobol system but have not heard of anyone who has attempted this method.
example...
Has anyone worked on developing a method of talking between Cobol and MySQL.
I am currently working at a site that has a Cobol back end and the concept is to access this information via PHP for web purpose. I am gathering that services will have to be developed to ensure both sources of...
Thanks Billy I'll try over there.
Cheers
[afro]ZeroAnarchy
Experience is a wonderful thing. It enables you to recognize a mistake
when you make it again.
I hope this is the right forum, I am having real problems trying to divert one page to another in the htacess file. I am unable to make the divert happen on the page as it is part of a forum.
I have tried a few different combinations but I can not seem to get it to work.
I want to permanently...
I hope this is the right forum, I am having real problems trying to divert one page to another in the htacess file. I am unable to make the divert happen on the page as it is part of a forum.
I have tried a few different combinations but I can not seem to get it to work.
I want to permanently...
Thanks jpadie that worked really well one last question.
If the code was as follows
<b>20.06.2008</b>
<br>
<b>Location: Sydney - West</b>
<br>
<b>Recruiter: Link Recruitment Group Pty Ltd</b>
<br>
Is there away of...
Thanks jpadie for you help I'll give a go.
Cheers
[afro]ZeroAnarchy
Experience is a wonderful thing. It enables you to recognize a mistake
when you make it again.
Hi was wondering if someone might be able to help, I have the following code
$content = "<table><tr><td>This is a general description or some usual text that I want to display.</td><td><img src='http://www.test.com.au//images/logos/client_1100_200.gif' alt='Logo' width='50' height='50'...
Thanks jpadie,
Ws there a process or term used to describe this style of format?
[afro]ZeroAnarchy
Experience is a wonderful thing. It enables you to recognize a mistake
when you make it again.
Hi I was wondering if someone might be able to supply some advice.
I have noticed over recent years that website structure has changed a bit. Years ago the technical layer and the presentation layer where the same layer. These days websites are presented in the following format.
Database -->...
Hi all,
I am currently using the following method to determine if a table in being used in a list of functions.
select referenced_owner, referenced_name, type, owner, name
from all_dependencies
where referenced_owner in ('Database1')
and referenced_name in ('PRODUCT')
order by name
Does...
Thanks engineer2100 for your help. Little surprised oracle has not come up with a method to manage stored procedures and functions.
In relation to the v$SQL and the V$SQLAREA, unfortunately both only cache the PL/SQL procedure/function. They don't hold any information relating to the last time...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.