Forum: PHP Sep 10th, 2009 |
| Replies: 3 Views: 1,328 You have used the preg instead of ereg I think it's a good Patrice . |
Forum: PHP Apr 8th, 2009 |
| Replies: 3 Views: 465 can I make a surgary into that dll file and change that API date ?
20050922 to 20060613 ? But I think it will break the checksum
of the dll file. |
Forum: PHP Apr 6th, 2009 |
| Replies: 3 Views: 465 hi I get interested about the PHP module architecture cos
I get these errors ,
Module compiled with module API=20050922, debug=0, thread-safety=1
PHP compiled with module API=20060613,... |
Forum: PHP Mar 16th, 2009 |
| Replies: 10 Views: 726 there are many templates for you to download. Even those WYSIWYG Editors are also using those kind of templates.
By changing only xml or the css you can make it's look and feel as you wish. |
Forum: PHP Mar 9th, 2009 |
| Replies: 1 Views: 1,599 well PHP is a powerfull text processing language designed mainly as a CGI ( common Gateway Interface ) programming language. But PHP supports rest of other features using the library extensions. ... |
Forum: PHP Mar 4th, 2009 |
| Replies: 8 Views: 1,519 This type of code may open you to a security problem , because you can direct this to a aribritary maclious CSS file.
Most often , there can be many possibilities for an XSS with other source... |