Advertisement

1 - 10 of 70 containing alltags:("explode") (0.001 seconds)
If you have a select sql statement that returns the following rows INVCode  DESC   Qty    Price 123      K6-300    2    50.00 124      CD40      3    20.00 How can I transform this with a S...
Zones: MS AccessDate Answered: 01/07/2000 Grade: C Views: 0
I need to do a very simple explode for example explode($splitter, $a); //$a = "1:2:3:4"; $splitter = ':'; Simple so far. How do I deal with the situation where $splitter is a utf-8 characte...
Zones: PHPDate Answered: 11/29/2003 Grade: B Views: 0
Hello, I'm using WL6.1sp3 and I have an application declared in config.xml as follows: <Application Deployed="true" Name="xxx" Path="./config/prov/applications/myAppli">   <EJBComponent Deploym...
Zones: BEA Weblogic Application ServerDate Answered: 04/18/2003 Grade: B Views: 0
I need do the same thing that explode() does in php but with c++. I found this function in a similar question: char **split_text(char *string,char *token, int *count) {      char **retval = ...
Zones: C++Date Answered: 01/05/2006 Grade: A Views: 91
this is for display in a calender. Basically I have the following code in add event which draws from the users table the initials field and gives a tick box to say who is attending the meeting. ...
Zones: PHP and DatabasesDate Answered: 03/09/2006 Grade: A Views: 0
What is the Visual Basic .NET equivalent of PHP's split() or explode() function? More info: split() and explode() take a string and split it into array components based on another string. Giv...
Zones: PHP, Visual Basic, VB ScriptDate Answered: 03/24/2007 Grade: A Views: 56
Hi guys! Another one sorry. If someone could share some light on what this is doing, would appreciate it. if ($argv["type"] == "Item") Not sure what the top means. Does it mean if a user ...
Zones: PHPDate Answered: 09/16/2007 Grade: A Views: 0
Hi I have a strange problem. I have a simple class with one one method. I compile that class and package in jar file. I put this jar file in my war_root/web-inf/lib i also edit my manifest file ...
Zones: BEA Weblogic Application ServerDate Answered: 05/18/2004 Grade: A Views: 0
I get this request often when running reports. Let's say I am to create a report that lists servers and their IP addresses. If there is more than one IP Address for a given server, I need them to...
Zones: OracleDate Answered: 02/01/2004 Grade: A Views: 85
Hello, I want to do the following thing 1. User fills in data 2. if  client-side validation oké go to 3 3. do server-side validation (no double email entries, username entries, etc) 4. ...
Zones: JSPDate Answered: 04/25/2004 Grade: A Views: 0