Forum: C++ Feb 20th, 2007 |
| Replies: 2 Views: 9,041 I've been working with an older programmer who's coding an IVR solution. It's running on Windows 2000 and is connected to a T1 (we have internet access) through the machine his code is running on.
... |
Forum: ASP Jan 26th, 2007 |
| Replies: 1 Views: 3,564 What you have to do is execute the URL's through an HTTP Form submission.
If you use ASP.NET it's already built in, for ASP you can use something like DynuCom's object. Here is a link:
... |
Forum: ASP Oct 10th, 2004 |
| Replies: 3 Views: 9,469 The problem is here:
You have:
<%
varRowCount = 1
varTodayDate = day(now())
varTodayMonth = MonthName(month(date())
Response.Write "<h2>Report for " & varTodayMonth & "</h2>"
Do While... |
Forum: ASP Sep 29th, 2004 |
| Replies: 2 Views: 12,057 I have tried the same exact thing. I was never able to get the line number to come up. |
Forum: PHP Sep 29th, 2004 |
| Replies: 238 Views: 89,699 Just glas I was able to help.
I think you did the same thing i tried doing at first which was to incorporate the replacment of the title right into the navbits. When I did that it did exactly... |
Forum: PHP Sep 29th, 2004 |
| Replies: 238 Views: 89,699 cscgal>
Thanks for your quick reply. I have actually found a fix for our problem.
Here is the code:
$adotempnarvurl = strtolower(
str_replace(" ", "-",
str_replace("/", "-",... |
Forum: ASP Sep 29th, 2004 |
| Replies: 8 Views: 3,950 orionm>
There are tones of tutorials on google about stuff like this. For now here is the answer you were looking for.
'After you open your connection
SQL = "SELECT * FROM Client"
Set... |
Forum: PHP Sep 29th, 2004 |
| Replies: 238 Views: 89,699 Has anyone noticed that the nav bar links kind of give us duplicate content pages?
Here is an example:
http://www.agentserver.net/forum/agentserver.html
We have this url repeated with:
... |
Forum: PHP Sep 29th, 2004 |
| Replies: 238 Views: 89,699 LOL, N/M I'm an idiot....
What exactly do you mean here? replace what with the following? |
Forum: PHP Sep 29th, 2004 |
| Replies: 238 Views: 89,699 Great forum guys, seo guy just told me about and the rewrite hack so i started following the steps.
It's my first time using this forum so I'm gonna come out as a dummy here :).
Anyway here's... |