Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~5K People Reached
Favorite Forums
Favorite Tags

10 Posted Topics

Member Avatar for Makcarov
Re: HTML

do you want a registration form where a user can create username and password or you want a login page?

Member Avatar for Member #802830
0
138
Member Avatar for barizon
Member Avatar for barizon
0
112
Member Avatar for itisnot_me

you put your template files one by one...like [CODE]include "admin/template/sample.dwt";[/CODE]

Member Avatar for ana10192000
0
108
Member Avatar for brainbox
Member Avatar for soomro_moon

instead of [CODE]<? echo $c = uniqid(); ?>[/CODE] try this [CODE]<? $c = uniqid(); echo $c; ?>[/CODE]

Member Avatar for jkon
0
128
Member Avatar for skald89

[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" …

Member Avatar for skald89
0
2K
Member Avatar for progurammaar

[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 …

Member Avatar for chrishea
0
145
Member Avatar for ana10192000

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

Member Avatar for ana10192000
0
117
Member Avatar for ana10192000

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

Member Avatar for ana10192000
0
142
Member Avatar for stylemessiah

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

Member Avatar for ana10192000
0
1K

The End.