i just unzipped untarred and got to the directory with the install.sh file and typed ./setup.sh<br>
<br>
then it just walked me through it. <br>
What problems are you having specifically?<br>
<br>
what is the complete name of the file you downloaded and where are you in the install process?<br>...
Most of the software on aix is proprietary, they even have their own "IBM" flavor of sendmail. The free version of sendmail will compile and run on AIX eventually.<br>
AIX also has special needs when it comes to compiling c source code. <br>
Since it is an IBM product, service agreements might...
use the supplied tutorial. Build what you need. I use dreamweaver everyday. I do not use all of it's features. But the ones I use are pretty intuitive, like tables,. forms, image maps, and rollovers. I uses very little of hteir dhtml stuff. Many of my surfers are still using netscape 3, so...
#!/usr/bin/perl<br>
<br>
print "Content-type: text/html\n\n";<br>
while (($key, $val) = each %ENV) {<br>
print "$key = $val<BR>\n";<br>
}<br>
<br>
Place the above script in your cgi-bin, make sure permissions are set to execute and run in either from a browser or from the command...
Hi Phred,<br>
clrscr() is not an ansi compatible standard. It is something some of the older dos based compilers had.<br>
<br>
You can clear the screen using <br>
system("cls"); // for console apps<br>
<br>
--<br>
Hope this helps
how about www.learnasp.com?<br>
<br>
Also if you have the frontpage 98 cdrom. The 60 minute intranet kit contains a good asp tutorial.<br>
<br>
Search the cd for asp.exe. Hopes this helps
If you want to find out alot about UNIX resources available on the internet. I suggest <a href=http://www.ugu.com>Unix Guru Universe</a> they have globs of information well organized, a tip of the day and a beginners section.
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.