- Replies
- Views
- Last post
- I have to take 3 files and make 48 copies of each file - changing 3 key pieces of data in each file. I don't particularly want to do this manually - so I created a script. It works except - I want to put each new file into it's own directory. Example: c:\files\directory_1\file.txt open the file, cha...Replies: 1 Views: 2.5K
- 1 Replies
- 2.5K Views
- Last post by Mofi
Oct 20, 2009
- I'm certain I have the English version of UES - but for some reason, many of the function 'hints' in the gl_php.php file have non-English help? Example: function mysql_connect([string server [, string uziv_jmeno [, string heslo [, bool nove_spojeni [, int nastaveni_klienta]]]]]); What is a uziv_jmen...Replies: 2 Views: 12.3K
- 2 Replies
- 12.3K Views
- Last post by jtrelfa
Aug 04, 2007
- When using PHP objects, it's similar to the Perl object syntax: [php]$object->method() $object->property[/php] Anyway, the -> operator, even though I've defined it in my word file, will only highlight the dash, but not both the dash AND the bracket when I do stuff like this: [php]$object->method() $...Replies: 1 Views: 4.1K
- 1 Replies
- 4.1K Views
- Last post by Mofi
Apr 12, 2007
- I'm working in a special environment that uses ASP/VBScript-ish syntax to go between HTML and the server side environment (Server Side JavaScript). There are several possible ways to escape into and out of the server-side code. Examples: <% %> or ${variable name} I was thinking of creating a custom ...Replies: 2 Views: 3.6K
- 2 Replies
- 3.6K Views
- Last post by jtrelfa
Aug 22, 2006