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
~4K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Makcarov
Re: HTML

please help me out in HTML. can anyone teach me the codes of having a username and password in a html?

Member Avatar for Del4eff
0
128
Member Avatar for barizon

I have a form with the vendor and product fields, I want that after these two items are completed the price of the product field is automatically filled in accordance with the vendor and product inserted (remembering that there is a price table where you register the product price and …

Member Avatar for barizon
0
102
Member Avatar for itisnot_me

ok so i am including a html file that has a css file within it. but when i include it, it breaks the relative css location. is there a way before i include the html file that i define the relative area. example include("admin/template"); html file <link href="css/style.css" rel="stylesheet" type="text/css" …

Member Avatar for ana10192000
0
101
Member Avatar for brainbox

Hi, I am new to web development, i need to develop a comment box, and save those comments in a file( either database or normal text pad), so that i can retrieve them later and display them on my web. My server does not support php or anyother special scriptin, …

Member Avatar for ana10192000
0
264
Member Avatar for soomro_moon

why this code is not working? can any one help me? [CODE] <select id="cboOptions" name="cbo0ptions" onChange="displayDiv(this.value)"> <option selected="selected" value="">choose</option> <option value="1">Order 1</option> <option value="2">Order 2</option> <option value="3">Order 3</option> <option value="4">Order 4</option> </select> <div id="1" style="display:none;"> <fieldset> <legend>order line</legend> <table> <tr><td>Item ID</td><td><input type="text" readonly="" value="<? echo $c = uniqid(); ?>" /></td></tr> …

Member Avatar for jkon
0
116
Member Avatar for skald89

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?

Member Avatar for skald89
0
2K
Member Avatar for ameena104
Member Avatar for HG&C
0
67
Member Avatar for progurammaar

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
131
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
106
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
130
Member Avatar for stylemessiah

okay, so i have a search form that has some optional fields, so when the form is submitted using the GET method to its processing php page, the resulting URL may have blank values in it, and it gets quite long. What id like to know is is there a …

Member Avatar for ana10192000
0
1K