No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
11 Posted Topics
Re: do you want a registration form where a user can create username and password or you want a login page? ![]() | |
Re: You want a review page of the information before submission? | |
Re: you put your template files one by one...like [CODE]include "admin/template/sample.dwt";[/CODE] | |
Re: instead of [CODE]<? echo $c = uniqid(); ?>[/CODE] try this [CODE]<? $c = uniqid(); echo $c; ?>[/CODE] | |
Re: [QUOTE=skald89;1448199]I have a form on page 2 and I want the information submitted on the form to be sent to page 3. How do i do that?[/QUOTE] Via passing your get/post values from your form from page 1 to page 2 forms Example: page 1 [CODE]<form action="page2.php" method="get"> <input type="text" … | |
Re: hello, I have created some systems that I don't know when can I upgrade, so pick up one if you want or if you saw A GOOD IDEA :/ .. I just wanna be good blogger first before those systems.. See here: http://albongat.com/content/web-programming Thanks. | |
Re: [QUOTE=progurammaar;801127]Hi there i need to create a fully functional website. Please suggest me a CMS that will help me do so. I mean joomla and wordpress are goo if you want to make blogs. Secondly, i would like to know how to send mails through php using local server and … | |
Hi, I currently created a video uploader, but when the video is too big in size, the page seems to be not doing any until the video is completely uploaded. I want to put somewhat like "loading.. please wait" script until the video is not completely uploaded. Thanks. //Ana | |
I have the same issue, either POST or GET, when running the codes in localhost, they give me empty values but everything works fine when running them to my hosting..weird.. I'm now doing some back ups, will reinstall my localhost server.. any help please.. thanks | |
Re: I have the same issue, either POST or GET, when running the codes in localhost, they give me empty values but everything works fine when running them to my hosting..weird.. I'm now doing some back ups, will reinstall my localhost server.. any help please.. thanks |
The End.