Hi!!!
I'm needing to change a "very simple" behavior of an opensource C based software, but I haven't any experience on C language.
Ok man, let's go!
The program is "HTML Tidy" and you can obtain the source code
and reference material respectively at:
-...
Searching in php books I found a simple solution to transform XML to ARRAY
<!-- articles.xml -->
<?xml version="1.0" ?>
<dev_articles>
<article id="310">
<title>Building a Multi-Page Article System With ASP/PHP</title>
<url>http://www.devarticles.com/art/1/310</url>...
To execute my default script 'site.php'for all requests and depending the request, ex: http://www.test.com/article/2002/51/, i can pass url variables -> article, 2002 and 51 ...
Hello!
I'm using this apache config to creating a virtual directory structure:
<VirtualHost myhost>
ServerAdmin webmaster@myhost
ServerName yourhost
DocumentRoot "/my/web/path/site.php"
</VirtualHost>
All requests to myhost is forced to execute site.php script ...
Hello!
I'm using this DHTML-WYSIWYG HTML EDITOR, take a look at:
The Editor: http://www.acia.org.br/editor.html
The Source Code: http://www.acia.org.br/novoeditor.phps
Simply, what i need is to edit the whole html source instead only body with this editor.
>>> Note that there are an error...
Hello!
How can I setup my Sendmail to retrieve emails from a remote server ??? Is possible ???
My domain is mydomain.com.br:
e.g. E-mails sent to test@mydomain.com.br will be forwarded and stored test@myisp.com.br .
The when I check the test@mydomain.com.br it will retrieve stored...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.