First  |  Prev |  Next  |  Last
Pages: 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
Security Issue
Hi Folks! The portal for which I work is suffering constant attacks that I feel that is PHP Injection. Somehow the hacker is getting to change the cache files that our system generates. Concatenating the HTML file with another that have an iframe to a malicious JAR file. Do you have any suggestions to prevent th... 8 Jun 2010 16:04
DOMDocument::loadXML() failed when parsing comments inside a script tag
Hello, I'm experiencing another issue when attempting to use DOMDocument::loadXML() to load the following HTML code: <?php $html = ' <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <body> <script type="text/javasc... 8 Jun 2010 09:11
DOMDocument throws Unexpected end tag error when loading valid HTML
Hello, Sorry to have to be writing to you directly. I've tried sending this email to the mailing list but it keeps returning with a failure message: Remote host said: 550 5.7.1 reject mailfrom [sbl] It appears that my yahoo about has been black listed? Anyway, I'm hoping you can help me with the following ... 8 Jun 2010 10:20
What's wrong with this code?
Hello, I've got a while loop outputting values from a database. Briefly it looks like this: while($row = mysql_fetch_array($result3)) { echo "<tr>"; echo "<td>" . $row['name'] . "</td>"; echo "<td>" . $row['type'] . "</td>"; echo "<td>" . $row['startdate'] . "</td>"; if (!empty($row['EndDate'])) { ech... 5 Jun 2010 23:28
Script to add domain users to local groups on remotemachines
At 11:16 AM +0100 6/4/10, Mayer, Jonathan wrote: Hello, Has anyone got any ideas how I might add a user to a local group on a remote networked Windows machine via a PHP script? The idea is to make an automated tool where users can request access to a shared folder via our intranet, and after suitable appro... 4 Jun 2010 11:28
PHP Udate MySQL command Success
""Gary"" <gwpaul(a)ptd.net> wrote in message news:A9.EA.07323.381E80C4(a)pb1.pair.com... "Ashley Sheridan" <ash(a)ashleysheridan.co.uk> wrote in message news:1275649100.2217.45.camel(a)localhost... On Fri, 2010-06-04 at 06:46 -0400, Gary wrote: I am trying to get an update command to work in PHP. I ... 4 Jun 2010 08:08
xml_set_element_handler and equivalents
I need to do essentially do what can be found in the "XML Tag Mapping example" (http://www.php.net/manual/en/example.xml-map-tags.php) - transform the names of some XML elements. Normally I'd use XSLT for this kind of thing, but due to environmental considerations I can't. I would prefer to do this in a somewhat OO... 4 Jun 2010 09:14
Mysql search html tags excluded
Hello, if there is some webpage content with html tags in database is it possible to search it without tags? data : '<div style="">you need some styling!</div>' when i now search for 'you style' i don't want to get any rows! is it possible? when i search 'you styling' i get the row! Br Tanel ... 4 Jun 2010 10:21
PHP Udate MySQL command
I am trying to get an update command to work in PHP. I am able to update records going directly to phpmyadmin command line. I have even let it produce the php code to insert, but have not been able to get it to work. I have it stripped down to one command hoping to get it to work then replicate entire forms f... 4 Jun 2010 08:08
Script to add domain users to local groups on remote machines
Hello, Has anyone got any ideas how I might add a user to a local group on a remote networked Windows machine via a PHP script? The idea is to make an automated tool where users can request access to a shared folder via our intranet, and after suitable approval the system add them to a group which has read ... 4 Jun 2010 18:08
First  |  Prev |  Next  |  Last
Pages: 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52