kilz
Members-
Content Count
57 -
Joined
-
Last visited
About kilz
-
Rank
Member [Level 1]
Contact Methods
-
Website URL
http://
-
Saint_Michael started following kilz
-
it helps a lotthanks a lot. . .
-
I have never create any game. . .but c++ is the most popular ever. for game programming.I'm learning c++ now
-
sorry, it should be: <b>fjdsgfjds</b> thanks a lot, but please tell what it means, < > are they ascii code of < and >?? ------------- in php, we can use htmlspecialchars() to display and disable html. in javascript, how?? I would like to create some html tutorial for my site, so disable them.
-
I want to display the html code, also disable their function. for example: if I type: <b>fjdsgfjds</b> output = fjdsgfjds != fjdsgfjds but I don't want any php or javascript code. . .
-
hellohow do i disable html tags in a part of html page??
-
I got troubles with the tag!! function bbcode($a) { $a = nl2br(htmlspecialschars($a)); $a = str_replace (array ("[/url]", ""), array ("<a href=>", "</a>"), $a); return $a; } its not working!!! help; please
-
.info is a top level domain, but .tk not. redirecting will display real address but dns wont.--------------------I need a .info, but seems mosts of the companys stopped offering free .info. . .I have checked domainsite.com , getafree.info, namesecue.com, domaindiscount24.com, mydomain.com, domainbank.com, 1and1.com. . .but free .info is no long availible. . .:)also, most companys required credit card information, but I didn't got one. . .please help, thanks.!!
-
most of linux or unix are servers, I think they will be more stable. . .personally, I use windows and run servers software, because windows are more popular. . . .usefulbut linux/ unix sucks, you can do anything with them, so I like windows more.
-
it's quite enough for personal user.but what kind of file could I upload??
-
how do u make menu? dynamic menu
kilz replied to wannabeeaweak's topic in Websites and Web Designing
you may use javascript or flash. for javascript http://www.cgiscript.net/site_javascripts.htm other: http://www.hotscripts.com/ yhou may find some useful staff -
How Do Make A Site With Photoshop ?
kilz replied to wannabeeaweak's topic in Websites and Web Designing
you may create your banners, logos, layouts using photoshop. some useful website for you to learn photoshop. . . http://tutorialman.com/ and their links. -
thanks, I have just got an account, email and hosting include, just like a geocities, only html.
-
yes, all the programmers started with "hello world",but I don't know why it is.
-
. . .my way. . if ($_COOKIE[username]) {#---member area} else {#---login in please}use cookie or session for your members.hope that help, but I'm not sure if it works. . .I'm a php newbie
-
thanks a lot, I got an idea now, but I don't know if I need to use a function or not. . .what a function would be like??function bbcode () {. . .}I've never writted any function by myself, only know php built in function.