8,966 Posted Topics

Member Avatar for pankajagar2002

[code] <bb> <xsl:apply-templates select="x[position() &lt;= 5]" /> </bb> <cc> <xsl:apply-templates select="x[position() &gt; 5]" /> </cc> [/code]

Member Avatar for varun0703
0
113
Member Avatar for adamspice

You could use a html meta refresh (not pretty). [code] <meta http-equiv="refresh" content="5" /> [/code]

Member Avatar for adamspice
0
181
Member Avatar for richardtreier

Could be anything. You can use any extension you like, if you specify what to parse it with in the htaccess.

Member Avatar for pritaeas
0
51
Member Avatar for beforetheyknew

1. If your text is in a <p> tag, you can adjust the right margin or padding, so it will not cover the image. 2. Unsure what you mean.

Member Avatar for beforetheyknew
0
83
Member Avatar for sandeep.handa

Is this what you are trying to achieve ? [url]http://www.dpawson.co.uk/xsl/sect2/flatfile.html[/url]

Member Avatar for pritaeas
0
102
Member Avatar for smith78
Member Avatar for Jayakrishnan_gk

[url]http://www.postgresql.org/docs/8.2/static/ddl-constraints.html[/url] Scroll down to the bottom, see ON DELETE CASCADE

Member Avatar for vee_liang
0
133
Member Avatar for whiteyoh

Also see the link in this thread. [url]http://www.daniweb.com/forums/thread260468.html[/url] The same website also has a video, showing how a normal attack works. See "A textbook example of Blind SQL Injection" at the bottom of the homepage.

Member Avatar for pritaeas
0
129
Member Avatar for bhutson

Outlook has an option to export/import your folders in a PST file. You can use that to make a backup on your old PC and import it on your new PC.

Member Avatar for igen
0
110
Member Avatar for virtualmisc

[url]http://dev.mysql.com/doc/refman/5.0/en/date-and-time-functions.html#function_convert-tz[/url] You can use this function to let mysql do the transformation, or choose to do it in your scripts.

Member Avatar for pritaeas
0
65
Member Avatar for whiteyoh
Member Avatar for xoxbet

If you know the encoding of the page you're getting, than you could use iconv() to translate.

Member Avatar for xoxbet
0
166
Member Avatar for network18
Member Avatar for pritaeas
0
142
Member Avatar for Lukas Larsson

Most common problem is that the images are resolved from the css folder. If you have assets/Images your css will work, otherwise try using ../Images instead.

Member Avatar for cfajohnson
0
137
Member Avatar for aditi_19

It means the mail server doesn't allow you to relay email. Either it is disabled, or your username/password is incorrect, or it is on a different port, or possiby even because the username is not the from address.

Member Avatar for pritaeas
0
184
Member Avatar for whiteyoh

You can use two tables in your sql's from clause, and connect them with a where, like this: [code] select * from items,countries where items.country=countries.id [/code]

Member Avatar for pritaeas
0
137
Member Avatar for veledrom

It probably will not allow you to login as root. Create a new user in vsftp and try with that one.

Member Avatar for veledrom
0
79
Member Avatar for xxmp

typo: [code] INSERT INTO publication_en (related, public_area , title , detail , file) VALUES ('none','1','&quot;helped&quot;','la &quot;kajakjajk&quot;','J3.pdf') [/code] There is a single quote after la. If you need it there, then you should escape it.

Member Avatar for pritaeas
0
209
Member Avatar for cwarn23

Most browsers allow a custom css to take precedence on all pages. You could create one that would not show anything you don't want to see.

Member Avatar for jbennet
0
345
Member Avatar for architact

then you'll have to write php code that outputs a correctly formatted rss document. The specs are available online. For PHP examples just google php create rss

Member Avatar for Stefano Mtangoo
0
228
Member Avatar for aditi_19

Insert into mysql ? Have a look at: [url]http://php.net/manual/en/function.mysql-real-escape-string.php[/url]

Member Avatar for pritaeas
0
70
Member Avatar for r0gp
Member Avatar for r0gp
0
141
Member Avatar for cali_dotcom

[code] $pattern = '%<translate RID="(.*?)">(.*?)</translate>%s'; [/code] The s modifier is what you are looking for I think.

Member Avatar for pritaeas
0
103
Member Avatar for dks1383

You should ask the respective website owners. Personally I wouldn't allow it.

Member Avatar for saiprem
0
119
Member Avatar for Chad Gary

That is because you are using single quoted strings. As you can read here: [url]http://php.net/manual/en/language.types.string.php[/url] you need to use double quoted strings to enable character expansion.

Member Avatar for pritaeas
0
66
Member Avatar for debbier

"call to a member function xpath() on a non-object " suggests that $xml is not a proper object. Therefore I think that the XML in $menuXML is malformed.

Member Avatar for pritaeas
0
166
Member Avatar for azegurb

You can use them to get/set properties on objects, without the need of declaring them. Of course you need to store them somewhere, but you are free to choose your preferred method. See the examples on php.net.

Member Avatar for azegurb
0
107
Member Avatar for Bankai Hikari
Member Avatar for alvalany

Instead of googling, you could also just read the license information on every products license page, or often enough the faq. The thread you are referring to is from 2004. A lot _could_ have changed since then (it didn't for qt though). If you intend to sell your software, stay …

Member Avatar for pritaeas
0
212
Member Avatar for vnrocksoft

There is no API (yet). Knowing Google: "there will be an API" means, when we're done testing and there is still an interest. SO, be patient, and wait some more months.

Member Avatar for pritaeas
0
145
Member Avatar for Alba Ra

[QUOTE=Alba Ra;1113594]My first idea is to use nested [B]strtok[/B] (or maybe [B]explode[/B]) functions to break down the XML data into the entities.[/QUOTE] I don't think explode will be a valid option, because it removes the token you are exploding on. When parsing your xml tags I think they need to …

Member Avatar for ShawnCplus
0
518
Member Avatar for pritaeas

Hi. I keep getting a popup on the homepage (and other pages) which asks to complete some profile details. After, it closes with a javascript error, and the control panel dropdown no longer shows. I thought I could fix it by filling in a company, but it doesn't update. So …

Member Avatar for Dani
0
175
Member Avatar for rhodesian

As you should know, such detection test are not to be discussed in public. I can't imagine anyone here would risk doing so.

Member Avatar for pritaeas
1
82
Member Avatar for Stefano Mtangoo
Member Avatar for hpdp

Maybe this post will help: [url]http://www.stylusstudio.com/xsllist/200210/post90750.html[/url]

Member Avatar for hpdp
0
105
Member Avatar for JerieLsky

They tell the browser that the page was written in XHTML 1.0 for the english language. Read more here: [url]http://www.w3schools.com/tags/tag_DOCTYPE.asp[/url]

Member Avatar for pritaeas
0
110
Member Avatar for tzushky
Member Avatar for pritaeas
0
143
Member Avatar for ady_1
Member Avatar for jacob22

There should be no need to escape the , or the = Iirc the only characters that need escaping are: * . $ + [ ]

Member Avatar for pritaeas
0
85
Member Avatar for KimAnderson
Member Avatar for zodiacfive

You can use mysql_connect and mssql_connect. See php.net for more information and examples.

Member Avatar for pritaeas
0
91
Member Avatar for cali_dotcom

If the order of the id's is always the same, you can use [code] <translate id="(\d+)" token_id="(\d+)" variant_id="(\d+)">(.*?)</translate> [/code]

Member Avatar for cali_dotcom
0
139
Member Avatar for rajabhaskar525
Member Avatar for samarudge

Here's a nice explanation: [url]http://www.456bereastreet.com/lab/developing_with_web_standards/csslayout/2-col/[/url]

Member Avatar for Cragdo
0
97
Member Avatar for the0ry

Maybe this will help: [url]http://www.php.net/manual/en/function.imagecopymerge.php[/url] Scroll down to the "Steve 23-May-2005 06:03" posted comment

Member Avatar for the0ry
0
144
Member Avatar for nats01282

[code] getLabel("Select Format",$language); [/code] will probably fail. Where is getLabel and $language defined ? There should be a getLabel function somewhere, unless you want to output this as text, in which case you should add quotes.

Member Avatar for pritaeas
0
304
Member Avatar for anu.reka85
Member Avatar for chuckjessup

First: You don't need to use call_user_func() to call pc_validate(). Second: There is no pc_validate() function.

Member Avatar for pritaeas
0
64
Member Avatar for sacarias40

If you are not willing to use a payment gateway, it will be very hard to accomplish. To be able to do it without, you would need an agreement with a bank over the handling of the cards. Unless you have your own bank, I think it will be impossible.

Member Avatar for studentcredit
0
179
Member Avatar for xxmp

No. You cannot do it this way in mysql. [QUOTE=xxmp;1107137]i am new in sql and i would like to ask you if i can make a class in mysql. For example class test { INT AGE; INT YEAR; } CREATE TABLE lol (x test); can i do this? Thank you …

Member Avatar for xxmp
0
86

The End.