Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers!
/Peo, FreeWebSpace.net
must there always be a { and } for else and elseif, even if they only have one line?
example:
if (1==1)
echo "yes";
else
echo "no";
I tried it. It looked ok. But I could be wrong. :confused:
thanks
Help!
I used:
session_start();
session_register("user");
$HTTP_SESSION_VARS["user"] = "jane";
Next page that checks it's valid:
if (!isset($HTTP_SESSION_VARS["user"]))
//but the variable is always not set!
I checked the session file but it only has this in it:
!user|...
Hi,
I would like to create a chatroom either in flash or java. Does anyone know of anywhere I could refer for some code or tutorial on how to make a chatroom? Or any book too.
Thank you
Yes, where do I get IIS 5.0? I know it's not the best server(apache's the best, for me), but I still need it.
PS: I don't have Win NT so I don't have IIS 5.
Thanks.
The first method causes both my IE and Opera to hang (strange). The readfile method inserts the contents instead of printing the code without getting the browser to render it.
What else can I try?
Hi,
I have a .inc file that contains html codes. How do I use the include() to print the codes out onto the page so that others can select it and copy it?
I know there's htmlspecialchars(), but how do I pass the contents of the entrire file into this function?
I tried this and it does...
How do I use javascript and VBscript in the same ASP file. I need to use javascript in a mostly vb written asp file because it can compare expressions for form validation. VB doesn't seem to be able to.
Thank you for your input
Does anyone know of any site that offers OpenASP downloads? Where can I get it? I can't access its website (activescripting.org) and I also can't find a download for openasp any where else. :( Does anyone know what happened?
Thanks