8,966 Posted Topics
Re: [code] <bb> <xsl:apply-templates select="x[position() <= 5]" /> </bb> <cc> <xsl:apply-templates select="x[position() > 5]" /> </cc> [/code] | |
Re: You could use a html meta refresh (not pretty). [code] <meta http-equiv="refresh" content="5" /> [/code] | |
Re: Could be anything. You can use any extension you like, if you specify what to parse it with in the htaccess. | |
Re: 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. | |
Re: Is this what you are trying to achieve ? [url]http://www.dpawson.co.uk/xsl/sect2/flatfile.html[/url] | |
Re: Show your code. Hard to spot the problem without it. | |
Re: [url]http://www.postgresql.org/docs/8.2/static/ddl-constraints.html[/url] Scroll down to the bottom, see ON DELETE CASCADE | |
Re: 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. | |
Re: 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. | |
Re: [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. | |
Re: If you know the encoding of the page you're getting, than you could use iconv() to translate. | |
Re: Did you try firebug ? Also, a link to your page would help, so we can see for ourselves. | |
Re: 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. | |
Re: 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. | |
Re: 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] | |
Re: It probably will not allow you to login as root. Create a new user in vsftp and try with that one. | |
Re: typo: [code] INSERT INTO publication_en (related, public_area , title , detail , file) VALUES ('none','1','"helped"','la "kajakjajk"','J3.pdf') [/code] There is a single quote after la. If you need it there, then you should escape it. | |
Re: 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. | |
Re: 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 | |
Re: Insert into mysql ? Have a look at: [url]http://php.net/manual/en/function.mysql-real-escape-string.php[/url] | |
Re: Have you tried without [icode]?new_link=true[/icode] ? | |
Re: [code] $pattern = '%<translate RID="(.*?)">(.*?)</translate>%s'; [/code] The s modifier is what you are looking for I think. | |
Re: You should ask the respective website owners. Personally I wouldn't allow it. | |
Re: 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. | |
Re: "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. | |
Re: 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. | |
Re: I'm not valueing Perl above Haskell, but you could look into it. | |
Re: 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 … | |
Re: 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. | |
Re: [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 … | |
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 … | |
Re: As you should know, such detection test are not to be discussed in public. I can't imagine anyone here would risk doing so. | |
Re: Add a member for the port too, not all installs are on 3306. | |
Re: Maybe this post will help: [url]http://www.stylusstudio.com/xsllist/200210/post90750.html[/url] | |
Re: 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] | |
Re: How about Skype: [url]http://www.skype.com/allfeatures/videocall/[/url] | |
Re: Can you post your code ? | |
Re: There should be no need to escape the , or the = Iirc the only characters that need escaping are: * . $ + [ ] | |
Re: array_slice() | |
Re: You can use mysql_connect and mssql_connect. See php.net for more information and examples. | |
Re: 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] | |
Re: \u0026 is unicode for & Is your page not in utf-8 ? | |
Re: Here's a nice explanation: [url]http://www.456bereastreet.com/lab/developing_with_web_standards/csslayout/2-col/[/url] | |
Re: 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 | |
Re: [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. | |
Re: First: You don't need to use call_user_func() to call pc_validate(). Second: There is no pc_validate() function. | |
Re: 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. | |
Re: 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 … |
The End.