g to fix the url in a redirection
effort.
Thoughts?
Thanks!
--
Jonathan Daugherty
http://www.cprogrammer.org
---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judg
be
ongoing, and would need to store all this data in the database anyway.
jonathan
- Original Message -
From: "Edmund Lian" <[EMAIL PROTECTED]>
To: "jonathan" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, July 31, 2002 12:12 AM
Subjec
hat didn't help at all. I also thought it might
be a problem with the number of connections that it was creating and
discarding.
Thanks for your help.
Jonathan
---
This sf.net email is sponsored by: Dice - The leading online job boa
I just can't stand using braces for block delimiting,
can't we have something like the code below work in
PSP?
<%
for i in range(5):
$%>
<%= i %>
<%
[tab]z=i*i
[tab]res.write(z)
$%>
<%
[tab]res.write(i*i*i)
$%>
<% end %>
__