Update data to upper case in parent/child tables
Hi Gurus!
In production we have a product table and which is being reference by many tabl
Form a inline view based on the results of the previous query?
Hi Experts,
Can we form a inline view on the results of a previous query (another inline view)?
array_combine() trouble w/csv file
I have a problem with a piece of code I wrote to import some records from a csv file into mysql. I h
Typing math
I've added support for typesetting math using LaTeX on the forums.
Example:
Code: [Select]
IDOC error
Hi,
When i send IDOC from ECC system to MII there is no problem ECC side, i says message sent succe
Passing variables with pagination - iterating through unique id per link
Hi everyone,
I have seen a few topics like this one. Still cant find the specific thing, so I am
some questions
Hello,
I am looking for the answers for following questions:
1) Does PHP support overl
getting most records by count
Code: [Select]<?php
$connect = mysql_connect("localhost","dam
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
change text color with a jQuery code
Hihow can I change the text in a asp:TextBox to a different color when I start typing using jQuery?I