Hi,
I have a regular expression that I've created to find code comments in a piece of text which looks like this...
(/\*([^*]|[\r\n]|(\*+([^*/]|[\r\n])))*\*+/)|(//.*)
If I try to put this into preg_match_all in my PHP script however it returns the error:
Warning: preg_match_all()...
Hi all,
I'm currently working on a project that creates an XML Document from 'alerts' in my system. A database query is performed and 1000s of entries are returned and then placed into the XML document.
The code looks like this:
resultSet = statement.executeQuery(SQLQuery)...
Hi,
I have a control that is using a custom tree view, the problem that I am having is that when using the 'Windows Classic Theme' in XP (i.e. visual styles are turned off) I get the following error:
Visual Styles-related operation resulted in an error because no visual styles is currently...
Hi,
I have a field in a (Sybase 12.52) database that is 2048 characters and when I run a sql query on a command line it shows all the text inside this field. However, when I run a sql query from java and obtain a java.sql.ResultSet I find that when I do:
Object myObject =...
Hi,
I'm trying to create and compile some triggers in sql*plus but I think I've been given incorrect information on how to compile them. I type EDIT insert_derive_duration and an editor came up which I used to create the following:
CREATE OR REPLACE TRIGGER insert_derive_duration
AFTER INSERT...
Hi,
I'm trying to create and compile some triggers in sql*plus but I think I've been given incorrect information on how to compile them. I type EDIT insert_derive_duration and an editor came up which I used to create the following:
CREATE OR REPLACE TRIGGER insert_derive_duration
AFTER INSERT...
I have a SQL Query that looks like this...
SELECT released_title
FROM finishedtrack ft
WHERE ft.originates_from
IN (SELECT originates_from
FROM groupedon
WHERE album_id = (SELECT album_id
FROM Twenty_People_Info));
What I want to do is display a field called sequence from the...
I apologise if this is the wrong place for this question, I wasn't sure which forum it should go in!
Basically I'm setting up a PHP/MySQL user database where users use a form to give their details and a choice of username and password and this is stored in the database (after all the testing...
If you go to www.exyt-web.com/stoofoo and view it in Firefox you will notice a scroll bar appears at the bottom of the browser window because on the far right of the page there is about 2 pixels of white space. Can anyone see in my css (www.exyt-web.com/stoofoo/stoofoo.css) why this white space...
Hi,
I'm interested in making an expanding navigation menu where the user clicks a link and then sub-links appear below it without a new page having to be loaded. An example of what I am looking for can be found on the left hand side of http://www.computerorbit.com
How do I do this in...
I have a div with a date written in it, I want this date to be centered both horizontally and vertically. How do I do this ?
The only thing I could find is "vertical-align: middle" which doesn't work.
Any help would be appreciated, TIA
ro88o
I am trying to convert a page I currently have using tables into one that just uses css/div tags.
The code is as follows:
<html>
<head>
<title>Welcome to Exyt Web</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
#topLeft { width...
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.