mobious
Members-
Content Count
117 -
Joined
-
Last visited
About mobious
-
Rank
Advanced Member
- Birthday 10/11/1988
Contact Methods
-
Website URL
http://www.3nigma.com
Profile Information
-
Location
Philippines
-
just grab the php manual at http://php.net/. then just apply for hosting here. read the online documentation about gd functions. there are user-submitted scripts and comments.
-
Good Sources To Learn Cs? how did you learn CS
mobious replied to snlildude87's topic in General Discussion
another tip is practice, practice and practice... the more you do stuff the more you get better. -
it's a complete cms suite. it can be configured to perform a specific function. it's really good and has php5 support.
-
why not just upgrade to 2.0.15? it's already released.
-
looks like you just need to pick from to solutions. being able to pick a language through a form or link.
-
and it would be much easier if you would use a template system and completely seperate your html tags from your php codes.
-
Php Login Script Removing the login field once the user logs in
mobious replied to fffanatics's topic in Programming
yes, you got what i meant. -
Php Sessions Multiple users using the same login
mobious replied to fsoftball's topic in Programming
it's really not a problem if you are not going to keep track of their ip adresses. -
i think you are referring to your pages being cached by browsers rather than literally refreshing the page. add this to evry page to prevent browsers from cahing your php pages. header("Cache-Control: no-store, no-cache, must-revalidate");header("Cache-Control: post-check=0, pre-check=0", false);or header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
-
My Forum/shoutbox its a shoutbox now, but will be a forum
mobious replied to Raptrex's topic in Programming
raptrex, just change $mesg to your own variable that will contain the message of the post.